On 2014/7/14 19:20, Wang Rui wrote: > From: Zeng Junliang <zengjunliang@xxxxxxxxxx> > > https://www.redhat.com/archives/libvir-list/2014-June/msg00569.html > ping ... > diff to v1: > - Rmoving the confusing vram attribute for cirrus and stdvga. > - leave out cirrus for the new vgamem attribute. > - add secondary-vga supports and some other docs and tests. > > Zeng Junliang (6): > qemu: Remove vram attribute in some cases > qemu: Introduce vgamem attribute for video model > qemu: Add support for secondary-vga > tests: modify test case related to vgamem attribute > tests: Add test cases for secondary-vga > docs: add description for vgamem attribute and secondary-vga > > docs/formatdomain.html.in | 39 ++++--- > docs/schemas/domaincommon.rng | 5 + > qemuxml2argv-graphics-vnc-secondary-vga.xml | 39 +++++++ > src/conf/domain_conf.c | 71 ++++++++++-- > src/conf/domain_conf.h | 4 +- > src/libvirt_private.syms | 1 + > src/qemu/qemu_capabilities.c | 2 + > src/qemu/qemu_capabilities.h | 1 + > src/qemu/qemu_command.c | 125 ++++++++++++++------- > ...qemuhotplug-console-compat-2+console-virtio.xml | 2 +- > .../qemuxml2argv-console-compat-2.xml | 2 +- > .../qemuxml2argv-controller-order.xml | 2 +- > .../qemuxml2argv-graphics-listen-network.xml | 2 +- > .../qemuxml2argv-graphics-listen-network2.xml | 2 +- > .../qemuxml2argv-graphics-sdl-fullscreen.xml | 2 +- > .../qemuxml2argvdata/qemuxml2argv-graphics-sdl.xml | 2 +- > ...emuxml2argv-graphics-spice-agent-file-xfer.args | 5 +- > ...qemuxml2argv-graphics-spice-agent-file-xfer.xml | 4 +- > .../qemuxml2argv-graphics-spice-agentmouse.xml | 2 +- > .../qemuxml2argv-graphics-spice-compression.args | 4 +- > .../qemuxml2argv-graphics-spice-compression.xml | 4 +- > .../qemuxml2argv-graphics-spice-listen-network.xml | 4 +- > .../qemuxml2argv-graphics-spice-qxl-vga.args | 4 +- > .../qemuxml2argv-graphics-spice-qxl-vga.xml | 4 +- > .../qemuxml2argv-graphics-spice-sasl.args | 3 +- > .../qemuxml2argv-graphics-spice-sasl.xml | 2 +- > .../qemuxml2argv-graphics-spice-timeout.xml | 2 +- > .../qemuxml2argv-graphics-spice.args | 5 +- > .../qemuxml2argv-graphics-spice.xml | 4 +- > .../qemuxml2argv-graphics-vnc-policy.xml | 2 +- > .../qemuxml2argv-graphics-vnc-sasl.xml | 2 +- > .../qemuxml2argv-graphics-vnc-secondary-vga.args | 7 ++ > .../qemuxml2argv-graphics-vnc-secondary-vga.xml | 39 +++++++ > .../qemuxml2argv-graphics-vnc-socket.xml | 2 +- > .../qemuxml2argv-graphics-vnc-tls.xml | 2 +- > .../qemuxml2argv-graphics-vnc-websocket.xml | 2 +- > .../qemuxml2argvdata/qemuxml2argv-graphics-vnc.xml | 2 +- > .../qemuxml2argv-net-bandwidth.xml | 2 +- > .../qemuxml2argv-pci-autoadd-addr.xml | 2 +- > .../qemuxml2argv-pci-autoadd-idx.xml | 2 +- > tests/qemuxml2argvdata/qemuxml2argv-pci-bridge.xml | 2 +- > .../qemuxml2argv-pcihole64-q35.args | 3 +- > .../qemuxml2argv-pcihole64-q35.xml | 2 +- > .../qemuxml2argvdata/qemuxml2argv-pseries-disk.xml | 2 +- > tests/qemuxml2argvdata/qemuxml2argv-q35.args | 3 +- > tests/qemuxml2argvdata/qemuxml2argv-q35.xml | 2 +- > .../qemuxml2argv-serial-spiceport.args | 4 +- > .../qemuxml2argv-serial-spiceport.xml | 2 +- > .../qemuxml2argv-video-device-pciaddr-default.args | 9 +- > .../qemuxml2argv-video-device-pciaddr-default.xml | 6 +- > tests/qemuxml2argvtest.c | 10 +- > .../qemuxml2xmlout-graphics-listen-network2.xml | 2 +- > .../qemuxml2xmlout-graphics-spice-timeout.xml | 2 +- > .../qemuxml2xmlout-pci-autoadd-addr.xml | 2 +- > .../qemuxml2xmlout-pci-autoadd-idx.xml | 2 +- > tests/qemuxml2xmloutdata/qemuxml2xmlout-q35.xml | 2 +- > tests/qemuxml2xmltest.c | 1 + > 57 files changed, 345 insertions(+), 123 deletions(-) > create mode 100644 qemuxml2argv-graphics-vnc-secondary-vga.xml > create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-graphics-vnc-secondary-vga.args > create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-graphics-vnc-secondary-vga.xml > -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list