qemu-command: introduce new vgamem attribute for QXL video device
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 <phrdina@redhat.com>
Showing
- docs/formatdomain.html.in 4 additions, 1 deletiondocs/formatdomain.html.in
- docs/schemas/domaincommon.rng 5 additions, 0 deletionsdocs/schemas/domaincommon.rng
- src/conf/domain_conf.c 26 additions, 0 deletionssrc/conf/domain_conf.c
- src/conf/domain_conf.h 1 addition, 0 deletionssrc/conf/domain_conf.h
- src/qemu/qemu_command.c 20 additions, 2 deletionssrc/qemu/qemu_command.c
- src/qemu/qemu_domain.c 19 additions, 0 deletionssrc/qemu/qemu_domain.c
- tests/qemuxml2argvdata/qemuxml2argv-graphics-spice-compression.xml 2 additions, 2 deletions...uxml2argvdata/qemuxml2argv-graphics-spice-compression.xml
- tests/qemuxml2argvdata/qemuxml2argv-graphics-spice-qxl-vga.xml 2 additions, 2 deletions.../qemuxml2argvdata/qemuxml2argv-graphics-spice-qxl-vga.xml
- tests/qemuxml2argvdata/qemuxml2argv-graphics-spice.xml 2 additions, 2 deletionstests/qemuxml2argvdata/qemuxml2argv-graphics-spice.xml
- tests/qemuxml2argvdata/qemuxml2argv-pcihole64-q35.xml 1 addition, 1 deletiontests/qemuxml2argvdata/qemuxml2argv-pcihole64-q35.xml
- tests/qemuxml2argvdata/qemuxml2argv-q35.xml 1 addition, 1 deletiontests/qemuxml2argvdata/qemuxml2argv-q35.xml
- tests/qemuxml2argvdata/qemuxml2argv-serial-spiceport.xml 1 addition, 1 deletiontests/qemuxml2argvdata/qemuxml2argv-serial-spiceport.xml
- tests/qemuxml2argvdata/qemuxml2argv-video-qxl-device-vgamem.args 2 additions, 2 deletions...emuxml2argvdata/qemuxml2argv-video-qxl-device-vgamem.args
- tests/qemuxml2argvdata/qemuxml2argv-video-qxl-sec-device-vgamem.args 3 additions, 3 deletions...ml2argvdata/qemuxml2argv-video-qxl-sec-device-vgamem.args
- tests/qemuxml2argvtest.c 4 additions, 2 deletionstests/qemuxml2argvtest.c
- tests/qemuxml2xmloutdata/qemuxml2xmlout-q35.xml 1 addition, 1 deletiontests/qemuxml2xmloutdata/qemuxml2xmlout-q35.xml
Loading
Please register or sign in to comment