mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-06 13:20:20 +00:00
20 lines
582 B
XML
20 lines
582 B
XML
|
<domain type='qemu'>
|
||
|
<name>QEMUGuest1</name>
|
||
|
<uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</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'/>
|
||
|
<address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'>
|
||
|
<zpci uid='0x0019' fid='0x0000001f'/>
|
||
|
</address>
|
||
|
</disk>
|
||
|
</devices>
|
||
|
</domain>
|