libvirt/tests/qemuxml2argvdata/video-virtio-gpu-ccw-auto.xml

19 lines
491 B
XML
Raw Normal View History

<domain type='qemu'>
<name>QEMUGuest1</name>
<uuid>c7a5fdbd-edaf-9455-926a-d65c16db1803</uuid>
<memory>219136</memory>
<vcpu>1</vcpu>
<os>
<type arch='s390x' machine='s390-ccw-virtio'>hvm</type>
</os>
<devices>
<emulator>/usr/bin/qemu-system-s390x</emulator>
<disk type='block' device='disk'>
<source dev='/dev/HostVG/QEMUGuest1'/>
<target dev='hda' bus='virtio'/>
</disk>
<graphics type='vnc'/>
<panic model='s390'/>
</devices>
</domain>