[libvirt] [PATCH v4 3/6] QXL: fix setting ram and vram values for QEMU QXL device

Peter Krempa pkrempa at redhat.com
Mon Nov 24 17:02:24 UTC 2014


On 11/24/14 15:58, Pavel Hrdina wrote:
> QEMU has two different type of QXL display device. The first "qxl-vga"
> is for primary video device and second "qxl" is for secondary video
> device.
> 
> There are also two different ways how to specify those devices on qemu
> command line, the first one and obsolete is using "-vga" option and the
> current new one is using "-device" option. The "-vga" could be used only
> to setup primary video device, so the "-vga qxl" equal to
> "-device qxl-vga". Unfortunately the "-vga qxl" doesn't support setting
> additional parameters for the device and "-global" option must be used
> for this purpose. It's mandatory to use "-global qxl-vga...." to set the
> parameters of primary video device previously defined with "-vga qxl".
> 
> Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1076098
> 
> Signed-off-by: Pavel Hrdina <phrdina at redhat.com>
> ---
> 
> added the comment
> 
>  src/qemu/qemu_command.c                                   | 15 +++++++++++++--
>  .../qemuxml2argv-graphics-spice-compression.args          |  2 +-
>  .../qemuxml2argv-graphics-spice-sasl.args                 |  4 ++--
>  tests/qemuxml2argvdata/qemuxml2argv-graphics-spice.args   |  4 ++--
>  tests/qemuxml2argvdata/qemuxml2argv-pcihole64-q35.args    |  2 +-
>  tests/qemuxml2argvdata/qemuxml2argv-q35.args              |  2 +-
>  6 files changed, 20 insertions(+), 9 deletions(-)
> 

ACK,

Peter


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20141124/6281dc2b/attachment-0001.sig>


More information about the libvir-list mailing list