DEV Community

Discussion on: Using Qemu on Windows 10 Home Edition

Collapse
 
aloyanren profile image
Ren Aloyan

qemu-system-x86_64: -accel whpx: Could not load library WinHvPlatform.dll.
qemu-system-x86_64: -accel whpx: failed to initialize whpx: Function not implemented

Collapse
 
burntmelon profile image
burnt-melon

Just run the command without it, I got the error
PS C:\Users\user\Downloads\isofiles> qemu-system-x86_64 -accel whpx -hda ....qcow2 -m 512 -net nic,model=virtio -net user -cdrom ....iso -vga std -boot strict=on
C:\Program Files\qemu\qemu-system-x86_64.exe: -accel whpx: WHPX: No accelerator found, hr=00000000
C:\Program Files\qemu\qemu-system-x86_64.exe: -accel whpx: failed to initialize whpx: No space left on device.
until I removed that part and it worked perfectly fine.

Collapse
 
markpcexpert profile image
Mark

If you don't have the -accel whpx it uses tcg so it doesn't get errors