]> xenbits.xensource.com Git - libvirt.git/commit
qemu: virtio console support
authorCole Robinson <crobinso@redhat.com>
Wed, 14 Jul 2010 17:02:04 +0000 (13:02 -0400)
committerCole Robinson <crobinso@redhat.com>
Wed, 28 Jul 2010 20:48:00 +0000 (16:48 -0400)
commit82b6d7600e2c1ea23a18b23984d7d8d47961cfc9
tree3764cb29d3c4d640df46cfba200d64380cbd1bc3
parent6b24755235f47b38e5185d94f4cccd96538587dc
qemu: virtio console support

Enable specifying a virtio console device with:

<console type='pty'>
  <target type='virtio'/>
</console>
12 files changed:
docs/formatdomain.html.in
docs/schemas/domain.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms
src/qemu/qemu_conf.c
src/qemu/qemu_driver.c
tests/qemuxml2argvdata/qemuxml2argv-console-virtio.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-console-virtio.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c
tests/qemuxml2xmloutdata/qemuxml2xmlout-console-virtio.xml [new file with mode: 0644]
tests/qemuxml2xmltest.c