Re: [libvirt] [PATCH] properly set video ram size for qemu VGA video device

2014-07-08 Thread Wang Rui
On 2014/7/7 20:39, Ján Tomko wrote: > On 07/07/2014 01:44 PM, Pavel Hrdina wrote: >> https://bugzilla.redhat.com/show_bug.cgi?id=1076098 >> >> We support vram option for video devices in domain xml, but so far >> only for QXL it had some effect. VGA video device in QEMU can also >> accept the size

Re: [libvirt] [PATCH] properly set video ram size for qemu VGA video device

2014-07-07 Thread Martin Kletzander
On Mon, Jul 07, 2014 at 01:44:06PM +0200, Pavel Hrdina wrote: https://bugzilla.redhat.com/show_bug.cgi?id=1076098 We support vram option for video devices in domain xml, but so far only for QXL it had some effect. VGA video device in QEMU can also accept the size of video ram and we should pass

Re: [libvirt] [PATCH] properly set video ram size for qemu VGA video device

2014-07-07 Thread Ján Tomko
On 07/07/2014 01:44 PM, Pavel Hrdina wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=1076098 > > We support vram option for video devices in domain xml, but so far > only for QXL it had some effect. VGA video device in QEMU can also > accept the size of video ram and we should pass it. > Ev

[libvirt] [PATCH] properly set video ram size for qemu VGA video device

2014-07-07 Thread Pavel Hrdina
https://bugzilla.redhat.com/show_bug.cgi?id=1076098 We support vram option for video devices in domain xml, but so far only for QXL it had some effect. VGA video device in QEMU can also accept the size of video ram and we should pass it. Signed-off-by: Pavel Hrdina --- src/qemu/qemu_command.c |