[Bug 823494] Re: Virt-manager upgrade 0.9.0 is not in sync with libvirt

Boris Derzhavets 823494 at bugs.launchpad.net
Fri Aug 12 09:14:37 UTC 2011


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.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/823494

Title:
  Virt-manager upgrade 0.9.0 is not in sync with libvirt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/823494/+subscriptions



More information about the Ubuntu-server-bugs mailing list