This series fixes several bugs related to SPICE parsing and formatting
code in xenconfig. The bugs are mostly due to misinterpretation of the
Xen documenation, which I failed to notice when reviewing the initial
submission.
Jim Fehlig (4):
xenconfig: use local variable for graphics def
xenconfig: format spice listenAddr when formating ports
xenconfig: fix spicepasswd handling
xenconfig: fix spice mousemode and copypaste
src/xenconfig/xen_xl.c | 95 ++++++++++++++++++++----------
tests/xlconfigdata/test-spice-features.cfg | 32 ++++++++++
tests/xlconfigdata/test-spice-features.xml | 48 +++++++++++++++
tests/xlconfigdata/test-spice.cfg | 4 +-
tests/xlconfigdata/test-spice.xml | 2 +
tests/xlconfigtest.c | 1 +
6 files changed, 148 insertions(+), 34 deletions(-)
create mode 100644 tests/xlconfigdata/test-spice-features.cfg
create mode 100644 tests/xlconfigdata/test-spice-features.xml
--
1.8.4.5