libvirt/docs/schemas
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
..
.gitignore update .gitignore and .hgignore files 2009-03-03 11:25:00 +00:00
capability.rng Add arm arch to capabilities schema 2009-09-10 12:25:42 +01:00
domain.rng Support for <channel> in domain and QEmu backend 2009-11-05 15:31:03 +01:00
interface.rng Add netcf XML schemas and test data 2009-07-15 20:16:36 +02:00
Makefile.am Add volume encryption information handling. 2009-09-01 18:27:28 +01:00
network.rng Add support for an external TFTP boot server 2009-10-28 15:57:49 +01:00
nodedev.rng Typo and comment fixes 2009-08-05 11:56:56 +02:00
secret.rng Make secrets RNG more strict 2009-09-14 17:49:37 +01:00
storageencryption.rng Remove accidentally added UUID re-definition in storage schema 2009-09-14 19:11:13 +01:00
storagepool.rng Add ocfs2 to list of fs pool types 2009-10-14 17:03:22 +02:00
storagevol.rng Add UUID definition required by storage encryption import 2009-09-14 21:09:49 +01:00