
9 Feb
2010
9 Feb
'10
8:08 p.m.
2010/2/5 Daniel Veillard <veillard@redhat.com>:
Author: Daniel P. Berrange <berrange@redhat.com>
Add a <graphics> type for SPICE protocol
This adds an element
<graphics type='spice' port='5903' tlsPort='5904' 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
ACK. Matthias