Tech-FZ / EmuGUI

A QEMU GUI that I made.
https://tech-fz.github.io/EmuGUI-doc/
GNU General Public License v3.0
103 stars 10 forks source link

WHPX acceleration #72

Open TheFausap opened 4 months ago

TheFausap commented 4 months ago

Hello I am trying to boot a x86_64 VM using WHPX acceleration. The acceleration mode, according to the logs, is operation, but I receive an error about "injection failed"

WHPX: setting APIC emulation mode in the hypervisor Windows Hypervisor Platform accelerator is operational The VM list was updated successfully. whpx: injection failed, MSI (0, 0) delivery: 0, dest_mode: 0, trigger mode: 0, vector: 0, lost (c0350005)

Is there any specific settings I have to enable to make it working?

thanks, Fausto

Tech-FZ commented 4 months ago

I have already been notified about this by someone else. I'll fix it in EmuGUI 2.0. Until then, select your virtual machine, click on "Edit selected virtual machine", then select the "Additional components" tab. There, change the acceleration to "None". For the additional arguments, add -accel whpx,kernel-irqchip=off and click OK. I hope this workaround fixes your issue for now.