From: Matthew Booth Date: Thu, 5 Nov 2009 14:31:03 +0000 (+0100) Subject: Support for in domain and QEmu backend X-Git-Tag: v0.7.3~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af249ea46829a3656ad41891c4b63c0df47377df;p=thirdparty%2Flibvirt.git Support for in domain and QEmu backend allows the following to be specified in a domain: * proxy/Makefile.am: add network.c as dep of domain_conf.c * docs/schemas/domain.rng src/conf/domain_conf.[ch]: extend the domain schemas and the parsing/serialization side for the new construct QEmu support will add the following on the qemu command line: -chardev pipe,id=channel0,path=/tmp/guestfwd -net user,guestfwd=tcp:10.0.2.1:4600-chardev:channel0 * src/qemu/qemu_conf.c: Add argument output for channel * tests/qemuxml2(argv|xml)test.c: Add test for domain syntax --- diff --git a/docs/schemas/domain.rng b/docs/schemas/domain.rng index 0a6ab61561..b75f17eba7 100644 --- a/docs/schemas/domain.rng +++ b/docs/schemas/domain.rng @@ -930,6 +930,19 @@ definition doesn't fully specify the constraints on this node. --> + + + + + + + + + + + + + dev @@ -944,43 +957,36 @@ pty - - - - - - - - - - - - - - - - - - - - - - - - + + + + + - + - - - - - + + + + + + + + + + - - + + + + + + + + +