mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 01:27:02 +02:00
New package: vfio-isolate-0.5.2
'vfio-isolate' is a cli tool which automates CPU isolation for virtual machines. Isolated CPU cores are prevented from handling host threads and interrupts, which improves performance and latency for the guest OS. This is especially useful for systems using VFIO passthrough to run Windows in a VM with access to a physical GPU for gaming or VR purposes.
This commit is contained in:
parent
396a957616
commit
01824fb594
1 changed files with 17 additions and 0 deletions
17
srcpkgs/vfio-isolate/template
Normal file
17
srcpkgs/vfio-isolate/template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'vfio-isolate'
|
||||
pkgname=vfio-isolate
|
||||
version=0.5.2
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="cpuset"
|
||||
short_desc="CLI CPU isolation utility for vfio virtual machines"
|
||||
maintainer="Jadyn Brammer <jadyn@brammer.social>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/spheenik/vfio-isolate"
|
||||
distfiles="${PYPI_SITE}/v/vfio-isolate/vfio-isolate-${version}.tar.gz"
|
||||
checksum=fbad511d8ae24b4423341dba2da1c49171382184c5980133a013d82ae8953a5a
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue