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:
Jadyn Brammer 2024-08-09 21:01:15 -05:00
parent 396a957616
commit 01824fb594

View 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
}