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-07-16 15:06:42 +02:00
2009-10-06 11:12:53 +01:00
2009-09-21 14:41:47 +01:00
2009-11-05 15:31:03 +01:00
2009-10-09 13:01:22 +01:00
2006-01-23 22:55:41 +00:00
2009-06-09 11:42:41 +00:00
2009-04-15 20:42:50 +00:00
2009-10-06 11:12:53 +01:00
2009-08-14 12:01:27 +01:00
2008-04-23 17:08:31 +00:00
2005-12-21 16:59:34 +00:00
2005-12-21 16:59:34 +00:00
2008-04-23 17:08:31 +00:00
2008-04-23 17:08:31 +00:00
2008-04-23 17:08:31 +00:00
2008-04-23 17:08:31 +00:00
2009-09-22 12:55:39 +02:00
2008-09-18 09:00:10 +00:00
2009-07-15 11:46:52 +02:00
2008-02-05 19:27:37 +00:00
2008-04-25 16:23:51 +00:00
2008-04-23 17:08:31 +00:00
2008-05-15 06:12:32 +00:00
2008-04-23 17:08:31 +00:00
2009-09-22 12:55:39 +02:00
2009-07-01 14:27:24 +00:00
2009-04-17 15:34:53 +00:00
2009-07-01 21:24:47 +00:00
2009-01-27 14:49:09 +00:00
2009-10-08 16:42:05 +02:00
2008-04-23 17:08:31 +00:00
2009-01-27 14:49:09 +00:00
2009-01-27 14:49:09 +00:00
2009-04-21 13:39:40 +00:00
2009-05-21 14:20:21 +00:00
2009-09-22 12:55:39 +02:00
2008-04-28 08:29:35 +00:00
2008-04-23 17:08:31 +00:00
2008-04-23 17:08:31 +00:00
2008-04-23 17:08:31 +00:00
2008-04-23 17:08:31 +00:00
2008-04-23 17:08:31 +00:00
2009-11-04 14:31:34 -05:00
2009-10-28 15:57:49 +01:00
2008-04-23 17:08:31 +00:00
2009-09-10 15:30:47 +01:00
2009-09-01 18:27:38 +01:00
2009-09-01 18:27:28 +01:00
2008-04-23 17:08:31 +00:00
2009-04-02 12:01:11 +00:00
2009-06-29 11:09:17 +00:00
2009-07-01 14:27:24 +00:00
2009-04-24 14:04:54 +00:00
2008-05-15 06:12:32 +00:00
2009-06-09 11:42:41 +00:00
2009-04-02 12:01:11 +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
2008-04-23 17:08:31 +00:00
2008-04-23 17:08:31 +00:00
2008-04-23 17:08:31 +00:00
2008-04-23 17:08:31 +00:00
2008-04-23 17:08:31 +00:00
2008-04-23 17:08:31 +00:00
2009-04-15 20:42:50 +00:00
2009-04-15 20:42:50 +00:00
2008-05-06 23:23:55 +00:00
2006-02-09 17:45:11 +00:00
2009-08-06 15:58:38 +02:00
2006-02-09 17:45:11 +00:00
2008-04-23 17:08:31 +00: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
2006-01-23 13:24:07 +00:00
2006-01-23 13:24:07 +00:00
2009-04-15 20:42:50 +00:00
2008-04-23 17:08:31 +00:00
2009-01-12 21:09:09 +00:00
2009-09-21 14:41:46 +01:00
2008-04-24 09:44:00 +00:00
2008-04-25 16:23:51 +00:00
2009-09-01 18:27:28 +01:00
2008-12-04 14:51:57 +00:00
2005-12-05 11:16:07 +00:00
2008-11-28 12:03:20 +00:00
2008-09-18 09:00:10 +00:00