I am trying to run a Linux kernel based VM image (1) using QEMU on Windows 10 host. I have installed QEMU from https://qemu.weilnetz.de/w64/qemu-w64-setup-20190815.exe and SPICE client from https://virt-manager.org/download/sources/virt-viewer/virt-viewer-x64-8.0.msi .
I noticed that
qemu-system-x86_64 -vga help
does not list qxl as one of the available options.
Also,
qemu-system-x86_64 -chardev help
does not list spicevmc either.
Therefore, I assume I am either missing some drivers and libraries, or they exist, but somehow qemu binary on Windows is not aware of them.
Can anyone enlighten me how to run the VM using SPICE and have the QXL driver available? I might be missing something obvious, since I haven't been using MS products for anything serious until I was recently forced to.
(1) The image is based on https://ftp.gnu.org/gnu/guix/guix-system-vm-image-1.0.1.x86_64-linux.xz .