Matthew Booth 7813a0f81c Add domain support for virtio channel
Add support for virtio-serial by defining a new 'virtio' channel target type
and a virtio-serial controller. Allows the following to be specified in a
domain:

<controller type='virtio-serial' index='0' ports='16' vectors='4'/>
<channel type='pty'>
  <target type='virtio' name='org.linux-kvm.port.0'/>
  <address type='virtio-serial' controller='0' bus='0'/>
</channel>

* docs/schemas/domain.rng: Add virtio-serial controller and virtio
  channel type.
* src/conf/domain_conf.[ch]: Domain parsing/serialization for
  virtio-serial controller and virtio channel.
* tests/qemuxml2xmltest.c
  tests/qemuxml2argvdata/qemuxml2argv-channel-virtio.xml: add domain xml
  parsing test
* src/libvirt_private.syms src/qemu/qemu_conf.c:
  virDomainDefAddDiskControllers() renamed to
  virDomainDefAddImplicitControllers()
2010-02-18 17:52:03 +01:00
..
2009-10-06 11:12:53 +01:00
2009-10-09 13:01:22 +01:00
2009-11-06 16:05:18 +01:00
2009-11-06 16:05:18 +01:00
2009-11-06 16:05:18 +01:00
2009-11-06 16:05:18 +01:00
2009-09-22 12:55:39 +02:00
2009-09-22 12:55:39 +02:00
2009-09-22 12:55:39 +02:00
2009-12-03 15:27:24 +01: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
2010-02-04 19:09:28 +01:00
2009-08-06 15:58:38 +02:00
2010-02-03 18:16:25 +01:00
2009-07-29 09:04:21 +01:00
2009-04-15 20:42:50 +00:00
2008-04-24 09:44:00 +00:00
2008-09-18 09:00:10 +00:00