Replies: 1 comment
-
@bfg01 I don’t think it is stable enough, but more testers the better. In the PR there was a discussion how to build or get prebuilt drivers. As it is not even part of upstream yet, they are not included in the official package |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just read this:
#943
and I feel a bit eager of testing. It's been one and half years since then.
But I need to ask, how can I test it?
It's still beta, but is it "stable" enough now so no random crashes just out of the blue?
QEMU version is 8.2. For vga (qxl) and SPICE agent (I really use the SPICE stuff) this is the qemu configuration I use:
-vga qxl -device virtio-serial-pci -spice unix=on,addr=VMs/vm_spice.socket,disable-ticketing=on -chardev spicevmc,id=spicechannel0,name=vdagent -device virtserialport,chardev=spicechannel0,name=com.redhat.spice.0
What do I need to change there?
And, do I just download latest virtio-win from here,
https://github.com/virtio-win/virtio-win-pkg-scripts/blob/master/README.md
install the virtual machine, and finally run virtio-win-guest-tools to install all drivers in the Windows vm?
Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions