libvirt/tests/qemuxml2argvdata/serial-unix-missing-source.xml

16 lines
392 B
XML
Raw Normal View History

<domain type='qemu'>
<name>guest</name>
<uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
<memory unit='KiB'>1048576</memory>
<vcpu placement='static'>1</vcpu>
<os>
<type arch='x86_64' machine='pc'>hvm</type>
</os>
<devices>
<emulator>/usr/bin/qemu-system-x86_64</emulator>
<serial type='unix'>
<target type='pci-serial'/>
</serial>
</devices>
</domain>