Matthew Booth af249ea468 Support for <channel> in domain and QEmu backend
allows the following to be specified in a domain:
<channel type='pipe'>
  <source path='/tmp/guestfwd'/>
  <target type='guestfwd' address='10.0.2.1' port='4600'/>
</channel>

* 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 <channel> domain syntax
2009-11-05 15:31:03 +01:00
..
2009-10-06 11:12:53 +01:00
2009-10-09 13:01:22 +01:00
2009-04-15 20:42:50 +00:00
2009-08-14 12:01:27 +01:00
2009-09-22 12:55:39 +02:00
2008-09-18 09:00:10 +00:00
2009-09-22 12:55:39 +02:00
2009-04-17 15:34:53 +00:00
2009-09-22 12:55:39 +02:00
2009-06-29 11:09:17 +00:00
2009-04-24 14:04:54 +00:00
2009-09-22 12:55:39 +02:00
2009-07-16 15:06:42 +02:00
2009-04-15 20:42:50 +00:00
2009-04-15 20:42:50 +00:00
2009-04-15 20:42:50 +00:00
2009-04-15 20:42:50 +00:00
2009-04-15 20:42:50 +00:00
2009-04-15 20:42:50 +00:00
2009-08-06 15:58:38 +02:00
2009-10-13 16:19:57 +02:00
2008-04-25 16:23:51 +00:00
2009-10-14 11:16:13 +02:00
2009-07-29 09:04:21 +01:00
2009-04-15 20:42:50 +00:00
2009-01-12 21:09:09 +00:00
2008-04-24 09:44:00 +00:00
2008-04-25 16:23:51 +00:00
2008-09-18 09:00:10 +00:00