]> git.ipfire.org Git - thirdparty/libvirt.git/commit
spice: add support for listen type socket
authorPavel Hrdina <phrdina@redhat.com>
Wed, 8 Jun 2016 13:18:59 +0000 (15:18 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Thu, 9 Jun 2016 12:43:15 +0000 (14:43 +0200)
commite0c309b2dc0655d212fb65e1e7bbc444794759a5
tree829b7008ee1e94208e756b957ea6fa94cadcb969
parent61a63abfe83cf7daa05e46640e99acae59bd5510
spice: add support for listen type socket

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1335832

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
12 files changed:
docs/formatdomain.html.in
src/conf/domain_conf.c
src/qemu/qemu_command.c
src/qemu/qemu_migration.c
tests/qemuxml2argvdata/qemuxml2argv-graphics-spice-auto-socket.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-graphics-spice-auto-socket.xml [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-graphics-spice-socket.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-graphics-spice-socket.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c
tests/qemuxml2xmloutdata/qemuxml2xmlout-graphics-spice-auto-socket.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-graphics-spice-socket.xml [new file with mode: 0644]
tests/qemuxml2xmltest.c