Comment 3 for bug 823494

Revision history for this message
Boris Derzhavets (bderzhavets) wrote :

After upgrade to xserver-xorg-video-qxl 0.0.14-1 X.Org X server -- QXL display driver
there is some improvement.

Switching to QXL in VM 0.9.0 automatically allocate 64M vram for QXL videomode
virsh dumpxml VF15 shows :-
<video>
      <model type='qxl' vram='65536' heads='1'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
</video>
It doesn't work

Updating XML profile as follows
<video>
      <model type='qxl' vram='32000' heads='1'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
</video>
Now

# virsh delete VF15
# virsh define VF15-new.xml

It allows VF15 to behave normal in Spice VM's session

Version of qemu-kvm is now 0.15.0 stable.