Re: [libvirt] [PATCH] RFC: support vram and heads for qxl vga

2011-03-11 Thread Eric Blake
On 02/15/2011 06:47 AM, Osier Yang wrote: qemu command line to specify vram: -global qxl.vram_size=uint +if (def-videos[0]-type == VIR_DOMAIN_VIDEO_TYPE_QXL) { +if (def-videos[0]-vram +(qemuCmdFlags QEMUD_CMD_FLAG_GLOBAL)) {

Re: [libvirt] [PATCH] RFC: support vram and heads for qxl vga

2011-02-16 Thread Osier Yang
于 2011年02月15日 22:13, Daniel P. Berrange 写道: On Tue, Feb 15, 2011 at 09:47:28PM +0800, Osier Yang wrote: qemu command line to specify vram: -global qxl.vram_size=uint qemu command line to specify heads, (no need of '-device' for the first 'head'): -device qxl,id=qxl-N (N is natural

[libvirt] [PATCH] RFC: support vram and heads for qxl vga

2011-02-15 Thread Osier Yang
qemu command line to specify vram: -global qxl.vram_size=uint qemu command line to specify heads, (no need of '-device' for the first 'head'): -device qxl,id=qxl-N (N is natural number) This patch is just about the command line building, still left work on the command line parsing

Re: [libvirt] [PATCH] RFC: support vram and heads for qxl vga

2011-02-15 Thread Osier Yang
于 2011年02月15日 21:47, Osier Yang 写道: qemu command line to specify vram: -global qxl.vram_size=uint qemu command line to specify heads, (no need of '-device' for the first 'head'): -device qxl,id=qxl-N (N is natural number) This patch is just about the command line building, still left

Re: [libvirt] [PATCH] RFC: support vram and heads for qxl vga

2011-02-15 Thread Daniel P. Berrange
On Tue, Feb 15, 2011 at 09:47:28PM +0800, Osier Yang wrote: qemu command line to specify vram: -global qxl.vram_size=uint qemu command line to specify heads, (no need of '-device' for the first 'head'): -device qxl,id=qxl-N (N is natural number) This patch is just about the

Re: [libvirt] [PATCH] RFC: support vram and heads for qxl vga

2011-02-15 Thread Osier Yang
于 2011年02月15日 22:13, Daniel P. Berrange 写道: On Tue, Feb 15, 2011 at 09:47:28PM +0800, Osier Yang wrote: qemu command line to specify vram: -global qxl.vram_size=uint qemu command line to specify heads, (no need of '-device' for the first 'head'): -device qxl,id=qxl-N (N is natural