When I’m using my windows VM (running using QEMU / KVM), the host system sometimes blackscreens and becomes completely unresponsive and I have to kill it with the power button on my laptop. I’m using vitrio drivers in the VM in case that’s relevant.
I’ve looked into the journalctl logs of that boot, but there are no errors in sight, neither could I find anything in the libvirt logs; I’m not sure if that’s relevant, but the only log message within 90 seconds of the blackscreen was this:
wpa_supplicant[811]: wlp5s0: PMKSA-CACHE-ADDED e4:4e:2d:b2:ad:a1 0
I’ve tried messing around with the vCPU’s assigned to the VM (specifically I manually set the topology to 4 CPU’s and 2 threads which matches my OS’ topology) and that didn’t help so it’s probably not related to that.
One thing that I noticed however is, that the last 3 times it blackscreened, it happened while I was either interacting with or loading a webpage, but this might be a coincidence.
This is kind of a side thing, I don’t know much about virtualization but I did notice something that looked strange to me when configuring the display in the VM settings; currently I’m using the option “Spice server”, but when I try to change it to “VNC server”, I get the error message
Error changing VM configuration: unsupported configuration: chardev ‘spicevmc’ not supported without spice graphics
This seems a bit strange since I’m already running spice and trying to change off of it. Especially since in my video settings, the model is set to “QXL” which from what I’ve seen, spice needs to work.
Any help is much appreciated!