Re: [libvirt] [PATCH v3 6/6] qemu-command: introduce new vgamem attribute for QXL video device

2014-11-24 Thread Peter Krempa
On 11/20/14 20:21, Pavel Hrdina wrote: Add attribute to set vgamem_mb parameter of QXL device for QEMU. This value sets the size of VGA framebuffer for QXL device. Default value in QEMU is 8MB so reuse it also in libvirt to not break things. Resolves:

Re: [libvirt] [PATCH v3 6/6] qemu-command: introduce new vgamem attribute for QXL video device

2014-11-24 Thread Pavel Hrdina
On 11/24/2014 03:03 PM, Peter Krempa wrote: On 11/20/14 20:21, Pavel Hrdina wrote: Add attribute to set vgamem_mb parameter of QXL device for QEMU. This value sets the size of VGA framebuffer for QXL device. Default value in QEMU is 8MB so reuse it also in libvirt to not break things.

[libvirt] [PATCH v3 6/6] qemu-command: introduce new vgamem attribute for QXL video device

2014-11-20 Thread Pavel Hrdina
Add attribute to set vgamem_mb parameter of QXL device for QEMU. This value sets the size of VGA framebuffer for QXL device. Default value in QEMU is 8MB so reuse it also in libvirt to not break things. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1076098 Signed-off-by: Pavel Hrdina