virsh-patcher
virsh-patcher copied to clipboard
Utility to apply common patches to libvirtd domain definitions.
this doesn't appear to work anymore. i suppose nvidia got smarter? anyone knows the latest hacks?
Hello. Do you plan to implement the ability to add PCI? I have several cards, but I do not understand how to implement adding a card to the guest system...
``` ======================================= test session starts ======================================== platform linux -- Python 3.8.0, pytest-5.2.4, py-1.8.0, pluggy-0.13.1 rootdir: /home/orwennes/.cache/yay/virshpatcher/src/virsh-patcher-1.0.0a1 collected 8 items tests/test_error43.py .... [ 50%] tests/test_hostpassthrough.py .F [ 75%] tests/test_hugepages.py .. [100%]...
I'm trying to configure the GPU Passthrough in my PC. I'm running Ubuntu 19.04 as host OS and I want to run Windows 10 as Guest. The mobo that I...
XML content should be backed up to a file before applying any changes. Additionally, a simple restore mechanism should be implemented.
A `--cpupin` patcher should add: ``` 4 ``` Ideally, there should be three optional args: * `--corecout 4` - Pins 4 cpus, and their 8 threads e.g. processors 0,1,2,3,4,5,6,7,8 on...