aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2010-07-14 13:02:04 -0400
committerCole Robinson <crobinso@redhat.com>2010-07-28 16:48:00 -0400
commit82b6d7600e2c1ea23a18b23984d7d8d47961cfc9 (patch)
tree3764cb29d3c4d640df46cfba200d64380cbd1bc3 /tests/qemuxml2xmloutdata
parentdomain conf: Track <console> target type (diff)
downloadlibvirt-82b6d7600e2c1ea23a18b23984d7d8d47961cfc9.tar.gz
libvirt-82b6d7600e2c1ea23a18b23984d7d8d47961cfc9.tar.bz2
libvirt-82b6d7600e2c1ea23a18b23984d7d8d47961cfc9.zip
qemu: virtio console support
Enable specifying a virtio console device with: <console type='pty'> <target type='virtio'/> </console>
Diffstat (limited to 'tests/qemuxml2xmloutdata')
-rw-r--r--tests/qemuxml2xmloutdata/qemuxml2xmlout-console-virtio.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/tests/qemuxml2xmloutdata/qemuxml2xmlout-console-virtio.xml b/tests/qemuxml2xmloutdata/qemuxml2xmlout-console-virtio.xml
new file mode 100644
index 000000000..431dd34b6
--- /dev/null
+++ b/tests/qemuxml2xmloutdata/qemuxml2xmlout-console-virtio.xml
@@ -0,0 +1,29 @@
+<domain type='qemu'>
+ <name>QEMUGuest1</name>
+ <uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
+ <memory>219200</memory>
+ <currentMemory>219200</currentMemory>
+ <vcpu cpuset='1-4,8-20,525'>1</vcpu>
+ <os>
+ <type arch='i686' machine='pc'>hvm</type>
+ <boot dev='hd'/>
+ </os>
+ <clock offset='utc'/>
+ <on_poweroff>destroy</on_poweroff>
+ <on_reboot>restart</on_reboot>
+ <on_crash>destroy</on_crash>
+ <devices>
+ <emulator>/usr/bin/qemu</emulator>
+ <disk type='block' device='disk'>
+ <source dev='/dev/HostVG/QEMUGuest1'/>
+ <target dev='hda' bus='ide'/>
+ <address type='drive' controller='0' bus='0' unit='0'/>
+ </disk>
+ <controller type='ide' index='0'/>
+ <controller type='virtio-serial' index='0'/>
+ <console type='pty'>
+ <target type='virtio' port='0'/>
+ </console>
+ <memballoon model='virtio'/>
+ </devices>
+</domain>