libvirt/tests
Mark McLoughlin 05d377bdd2 Add the monitor type to the domain state XML
There are no functional changes in this patch apart from adding the
monitor type to the state XML.

The patch mostly consists of switching to use virDomainChrDef every
where to describe the monitor.

* src/domain_conf.h: replace monitorpath with monitor_chr

* src/domain_conf.c: handle parsing the monitor type and initializing
  monitor chr

* src/qemu_conf.[ch]: make qemudBuildCommandLine take a
  virDomainChrDefPtr and use that to build the -monitor parameter

* src/qemu_driver.c: split pty specific and common code from
  qemudOpenMonitor, have qemudStartVMDaemon() initialize monitor_chr

* tests/qemuxml2argvtest.c: update for qemudBuildCommandLine() change
2009-07-09 20:04:07 +01:00
..
capabilityschemadata PPC Qemu Machine Type update 2009-05-29 13:32:06 +00:00
confdata remove all .cvsignore files 2009-07-08 16:17:51 +02:00
domainschemadata Support for container related domain XML extensions 2008-08-01 13:31:37 +00:00
nodedevschemadata extract serial number from HAL storage backend 2009-06-11 14:25:19 +00:00
nodeinfodata Use gnulib, starting with its physmem and getaddrinfo modules. 2007-12-05 21:31:07 +00:00
qemuhelpdata Add qemu help string parsing tests 2009-06-11 14:17:42 +00:00
qemuxml2argvdata Support <video> element for QEMU guests 2009-07-08 13:40:32 +01:00
sexpr2xmldata remove all .cvsignore files 2009-07-08 16:17:51 +02:00
storagepoolschemadata Added complete set of RNG schemas for all XML formats 2009-01-27 15:29:53 +00:00
storagevolschemadata fix storage volume inconsistencies in schema and doc 2009-05-29 12:27:45 +00:00
xencapsdata remove all .cvsignore files 2009-07-08 16:17:51 +02:00
xmconfigdata remove all .cvsignore files 2009-07-08 16:17:51 +02:00
xml2sexprdata remove all .cvsignore files 2009-07-08 16:17:51 +02:00
.gitignore Add qemuhelptest to .*ignore files 2009-06-16 14:06:48 +00:00
.valgrind.supp Fix bogus valgrind memory leak warnings in test suite 2009-01-28 21:53:48 +00:00
capabilityschematest Added complete set of RNG schemas for all XML formats 2009-01-27 15:29:53 +00:00
conftest.c extend the configuration parser for VMX syntax 2009-06-19 12:34:30 +00:00
cpuset avoid two test failures induced by today's error-reporting changes 2009-02-09 15:31:34 +00:00
daemon-conf Fix misc failures in test suite & make test cases more robust to future changes 2009-03-04 13:04:06 +00:00
define-dev-segfault tests: exercise a bug that could make virsh and libvirtd segfault 2009-01-16 18:06:33 +00:00
domainschematest Added complete set of RNG schemas for all XML formats 2009-01-27 15:29:53 +00:00
eventtest.c Update POTFILES, and s/write/safewrite/ to appease 'make syntax-check' 2009-05-12 20:44:29 +00:00
int-overflow Oops, forgot, Daniel 2007-11-12 14:07:37 +00:00
libvirtd-fail Fix misc failures in test suite & make test cases more robust to future changes 2009-03-04 13:04:06 +00:00
libvirtd-pool Fix misc failures in test suite & make test cases more robust to future changes 2009-03-04 13:04:06 +00:00
Makefile.am fix another failing "make distcheck" (qemuhelptest) 2009-07-08 16:00:05 +02:00
networkschematest Added complete set of RNG schemas for all XML formats 2009-01-27 15:29:53 +00:00
nodedevschematest Added complete set of RNG schemas for all XML formats 2009-01-27 15:29:53 +00:00
nodedevxml2xmltest.c NPIV implementation for node device create and destroy 2009-06-02 15:12:53 +00:00
nodeinfotest.c Fix misc mingw portability problems 2009-01-06 18:32:03 +00:00
object-locking.ml Added an optional OCaml+CIL test program for mutex lock validation 2009-05-19 10:17:17 +00:00
oomtrace.pl Generic test suite helpers for OOM testing 2008-05-29 15:21:45 +00:00
qemuargv2xmltest.c Fix misc bugs in ARGV -> XML convertor 2009-05-28 13:21:19 +00:00
qemuhelptest.c Support <video> element for QEMU guests 2009-07-08 13:40:32 +01:00
qemuxml2argvtest.c Add the monitor type to the domain state XML 2009-07-09 20:04:07 +01:00
qemuxml2xmltest.c Support <video> element for QEMU guests 2009-07-08 13:40:32 +01:00
qparamtest.c build: enable redundant-const check 2009-02-03 13:08:59 +00:00
read-bufsiz Support domain events in test driver 2009-01-20 20:23:53 +00:00
read-non-seekable Convert test driver to new domain XML apis 2008-07-11 16:41:27 +00:00
reconnect.c Standardize use of header files, making internal.h primary. 2008-05-23 08:24:41 +00:00
seclabeltest.c Improve security label error reporting & verification (Dan Walsh) 2009-04-03 10:55:51 +00:00
sexpr2xmltest.c Support PCI passthrough for Xen 2009-04-03 12:38:52 +00:00
start Fix actual vs expected data comparison order to get correct diff +++/--- output 2009-01-20 12:03:40 +00:00
statstest.c Recently upstream Xen added support for having xvd devices > 16. For the most 2008-08-05 16:38:49 +00:00
storagepoolschematest Added complete set of RNG schemas for all XML formats 2009-01-27 15:29:53 +00:00
storagevolschematest Added complete set of RNG schemas for all XML formats 2009-01-27 15:29:53 +00:00
test_conf.sh Re-factor and pretty print differences 2008-04-18 15:28:33 +00:00
test-lib.sh Don't fail to read a file because it's non-seekable (e.g., a pipe). 2008-04-08 15:33:16 +00:00
testutils.c Make it easier to debug tests running programs 2009-07-08 13:40:32 +01:00
testutils.h Test case for QEMU driver ARGV -> XML conversion 2009-05-21 14:22:51 +00:00
testutilsqemu.c Compilation fixes for MinGW 2008-06-26 09:37:51 +00:00
testutilsqemu.h Make QEMU test suite independant of host OS capabilities 2008-05-16 16:51:30 +00:00
testutilsxen.c Fix test suite build when Xen driver is disabled 2008-11-24 19:23:39 +00:00
testutilsxen.h Convert XenD XML->SEXPR conversion to new domain XML APIs 2008-07-25 13:17:27 +00:00
undefine avoid two test failures induced by today's error-reporting changes 2009-02-09 15:31:34 +00:00
vcpupin Fix actual vs expected data comparison order to get correct diff +++/--- output 2009-01-20 12:03:40 +00:00
virsh-all tests: quiet virsh-all 2009-01-12 18:23:10 +00:00
virsh-synopsis tests: new test: virsh-synopsis 2008-11-24 07:13:29 +00:00
virshtest.c Move the expected output data from virshdata/*.txt into virshtest.c. 2008-11-24 07:11:26 +00:00
xencapstest.c Fix test suite build when Xen driver is disabled 2008-11-24 19:23:39 +00:00
xmconfigtest.c extend the configuration parser for VMX syntax 2009-06-19 12:34:30 +00:00
xml2sexprtest.c Support PCI passthrough for Xen 2009-04-03 12:38:52 +00:00