Hook Modification
The DarwinKVM Main Menu now has a quick edit option! This page will be changed sometime soon.
Modify the following file to add $OBJECT == "DarwinKVM-MP##"
to the if statement.
This will allow the hook to now pay attention to the DarwinKVM Virtual Machine. If for any reason you need to use the Virtual Machine without GPU passthrough, you should remove this modification to allow proper usage of the VirtIO Display when not doing passthrough willingly or for debugging reasons. You can also duplicate the VM definition and add -NoGPU
to avoid automatic hooking.
sudo nano /etc/libvirt/hooks/qemu
Example modified file: