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
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.
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
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.
If you don't have the -accel whpx it uses tcg so it doesn't get errors