Quoting Valentijn Sessink ([email protected]): > When you add a machine with virt-manager, the display setting is <model > type='cirrus' vram='9216' heads='1'/>. I tried to set it to 10240 (which > is 10mb) but that didn't help - the error is the same.
Yes, oddly the way to specify this is to add <qemu:commandline> <qemu:arg value='-global'/> <qemu:arg value='cirrus-vga.vgamem_mb=8'/> </qemu:commandline> to the domain xml. However, when I tried adding that in precise it seems to immediately disappear. It could be something odd about my setup so is worth your trying it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1291321 Title: migration fails between 12.04 Precise and 14.04 Trusty To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1291321/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
