[libvirt] [PATCH 00/10] Core support for SPICE configuration

Daniel P. Berrange berrange at redhat.com
Mon Nov 1 18:17:38 UTC 2010


This wires up the core support for SPICE configuration and QXL
graphics devices. It also introduces a syntax for setting
password expiry times for VNC/SPICE servers, although this isn't
yet supported in upstream QEMU. Also not yet included here is
seemless migration of SPICE clients, which is also pending QEMU
work.

 docs/schemas/domain.rng                                 |   66 ++++
 src/conf/domain_conf.c                                  |  248 +++++++++++++++-
 src/conf/domain_conf.h                                  |   42 ++
 src/esx/esx_vmx.c                                       |    6 
 src/libvirt_private.syms                                |    4 
 src/opennebula/one_conf.c                               |    4 
 src/qemu/qemu.conf                                      |   40 ++
 src/qemu/qemu_conf.c                                    |  192 +++++++++++-
 src/qemu/qemu_conf.h                                    |    6 
 src/qemu/qemu_driver.c                                  |   67 ++--
 src/xen/xend_internal.c                                 |   12 
 src/xen/xm_internal.c                                   |   12 
 tests/qemuxml2argvdata/qemuxml2argv-graphics-spice.args |    1 
 tests/qemuxml2argvdata/qemuxml2argv-graphics-spice.xml  |   35 ++
 tests/qemuxml2argvtest.c                                |    9 
 tests/qemuxml2xmltest.c                                 |    1 
 16 files changed, 682 insertions(+), 63 deletions(-)


Daniel




More information about the libvir-list mailing list