pimox7 icon indicating copy to clipboard operation
pimox7 copied to clipboard

Unable to use Spice to access VM

Open fabfianda opened this issue 2 years ago • 1 comments

Any VM I create (e.g. Debian and Ubuntu Server + Mate) does not let me use Spice to access them.

When I set the display as Spice I get:

kvm: -device qxl-vga,id=vga,max_outputs=4,bus=pcie.0,addr=0x2: 'qxl-vga' is not a valid device model name TASK ERROR: start failed: QEMU exited with code 1

Any hint?

The same VM install process has worked so far for me on a regular X86 Proxmox install.


Great project btw! Thanks for this.

fabfianda avatar Jun 23 '22 13:06 fabfianda

qemu-arm not support spice device. You can use this cmd to check

qemu-system-aarch64 --device help|grep spice

jiangcuo avatar Oct 17 '22 02:10 jiangcuo