2019-06-12 14:49:45 +03:00
<domain type= 'qemu' >
2019-02-27 20:08:29 +03:00
<name > guest</name>
<uuid > b35969f7-e7cf-4d90-a9a0-4dd9000f9824</uuid>
<metadata >
2019-06-12 14:49:45 +03:00
<libosinfo:libosinfo xmlns:libosinfo= 'http://libosinfo.org/xmlns/libvirt/domain/1.0' >
<libosinfo:os id= 'http://fedoraproject.org/fedora/29' />
2019-02-27 20:08:29 +03:00
</libosinfo:libosinfo>
</metadata>
<memory > 4194304</memory>
<currentMemory > 4194304</currentMemory>
<vcpu > 4</vcpu>
<os >
2019-06-12 19:28:25 +03:00
<type arch= 'ppc64' machine= 'pseries' > hvm</type>
2019-06-12 14:49:45 +03:00
<boot dev= 'hd' />
2019-02-27 20:08:29 +03:00
</os>
2019-06-12 14:49:45 +03:00
<clock offset= 'utc' />
2019-02-27 20:08:29 +03:00
<devices >
<emulator > /usr/bin/qemu-system-ppc64</emulator>
2019-06-12 14:49:45 +03:00
<disk type= 'file' device= 'disk' >
<driver name= 'qemu' type= 'qcow2' />
<source file= '/var/lib/libvirt/images/guest.qcow2' />
<target dev= 'vda' bus= 'virtio' />
2019-02-27 20:08:29 +03:00
</disk>
2019-06-12 14:49:45 +03:00
<controller type= 'usb' index= '0' model= 'qemu-xhci' ports= '15' />
<interface type= 'user' >
<mac address= '52:54:00:a2:44:92' />
<model type= 'virtio' />
2019-02-27 20:08:29 +03:00
</interface>
2019-06-12 14:49:45 +03:00
<console type= 'pty' />
<channel type= 'unix' >
<source mode= 'bind' />
<target type= 'virtio' name= 'org.qemu.guest_agent.0' />
2019-02-27 20:08:29 +03:00
</channel>
2019-06-12 14:49:45 +03:00
<input type= 'tablet' bus= 'usb' />
<input type= 'keyboard' bus= 'usb' />
<graphics type= 'vnc' port= '-1' />
2019-02-27 20:08:29 +03:00
<video >
2019-06-12 14:49:45 +03:00
<model type= 'vga' />
2019-02-27 20:08:29 +03:00
</video>
2019-06-12 19:28:25 +03:00
<memballoon model= 'virtio' />
2019-06-12 14:49:45 +03:00
<rng model= 'virtio' >
<backend model= 'random' > /dev/urandom</backend>
2019-02-27 20:08:29 +03:00
</rng>
</devices>
</domain>