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