it seems that qxl is not working correctly with any of the 0.15 releases thus 
far.  this includes qemu and qemu-kvm.

when I start qemu like so:
qemu-system-x86_64 -cpu host -enable-kvm -m 768 -usb -vga qxl -monitor stdio
I get a black screen.

when I start with -vga std:
qemu-system-x86_64 -cpu host -enable-kvm -m 768 -usb -vga std -monitor stdio
I see the seabios screen, etc.

qemu has been configured like
./configure --target-list=x86_64-softmmu --disable-curses  --disable-curl --
audio-drv-list=alsa --audio-card-list=sb16,ac97,hda --disable-bluez --enable-
vhost-net --enable-spice

I've also configured with --disable-vnc and --disable-opengl with the same 
results

Am I using this wrong, or is this a bug?

Reply via email to