How to run a virtual disk .qcow2 with qemu in Windows 10?

Viewed 69

I have a virtual disk x.qcow2. I have installed qemu on my windows machine. How can I run this VM? I tried the following approach,

> qemu-system-x86_64 -accel whpx -hda x.qcow2 -m 4096 -net nic, model=virtio -net user -vga std -boot strict=on

on the PowerShell it shows,

whpx: injection failed, MSI(0,0) delivery: 0, dest_mode:0, trigger mode: 0, vector: 0, lost (cxxxxxx)
(qemu:13516) gtx-WARNING **: X:X:X:X: Could not load a pixbuf from icon theme.
This may indicate that pixbuf loaders or the mime database could not be found. 

Any help how to run the VM on windows machine?

0 Answers
Related