]> xenbits.xensource.com Git - libvirt.git/commit
Spice: support audio, images and stream compression
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 14 Apr 2011 08:44:20 +0000 (10:44 +0200)
committerEric Blake <eblake@redhat.com>
Thu, 14 Apr 2011 16:23:59 +0000 (10:23 -0600)
commitabb1570eac1bea918fedf17c8a29ec2c61d77abc
treece5304e285c29e32f0498eb64a89c02276a6879e
parenteed9d69e3c2848b59f9184de57d58212780e9cdc
Spice: support audio, images and stream compression

This extends the SPICE XML to allow variable compression settings for audio,
images and streaming:
    <graphics type='spice' port='5901' tlsPort='-1' autoport='yes'>
        <image compression='auto_glz'/>
        <jpeg compression='auto'/>
        <zlib compression='auto'/>
        <playback compression='on'/>
    </graphics>

All new elements are optional.
docs/formatdomain.html.in
docs/schemas/domain.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms
src/qemu/qemu_command.c
tests/qemuxml2argvdata/qemuxml2argv-graphics-spice.args
tests/qemuxml2argvdata/qemuxml2argv-graphics-spice.xml