]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add a <graphics> type for SPICE protocol
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 14 Aug 2009 09:54:14 +0000 (10:54 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 9 Nov 2010 11:46:27 +0000 (11:46 +0000)
commitc909091b748ecb4ae8ad2dac0c15b5f73f5a2dfd
treef6dbd5e5899434a41d45925a9e84b569c7735573
parent3cf5b6f720c094923838d046c2ae6f1b2fffb0c8
Add a <graphics> type for SPICE protocol

This adds an element

 <graphics type='spice' port='5903' tlsPort='5904' autoport='yes' listen='127.0.0.1'/>

This is the bare minimum that should be exposed in the guest
config for SPICE. Other parameters are better handled as per
host level configuration tunables

* docs/schemas/domain.rng: Define the SPICE <graphics> schema
* src/domain_conf.h, src/domain_conf.c: Add parsing and formatting
  for SPICE graphics config
* src/qemu_conf.c: Complain about unsupported graphics types
docs/formatdomain.html.in
docs/schemas/domain.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_conf.c