2013-07-12 14:19:54 -04:00
<domain type= "kvm" >
2013-03-17 17:06:52 -04:00
<name > foobar</name>
<uuid > 00000000-1111-2222-3333-444444444444</uuid>
2018-09-13 15:11:22 -04:00
<metadata >
<libosinfo:libosinfo xmlns:libosinfo= "http://libosinfo.org/xmlns/libvirt/domain/1.0" >
<libosinfo:os id= "http://fedoraproject.org/fedora/20" />
</libosinfo:libosinfo>
</metadata>
2013-03-17 17:06:52 -04:00
<memory > 65536</memory>
<currentMemory > 65536</currentMemory>
2018-12-10 10:36:14 +01:00
<vcpu > 2</vcpu>
2013-03-17 17:06:52 -04:00
<os >
2018-09-07 08:47:05 -04:00
<type arch= "i686" machine= "pc" > hvm</type>
2013-07-12 14:19:54 -04:00
<boot dev= "network" />
2013-03-17 17:06:52 -04:00
</os>
<features >
2013-07-17 17:58:24 -04:00
<acpi />
<apic />
<pae />
2013-03-17 17:06:52 -04:00
</features>
2013-10-05 17:02:26 -04:00
<clock offset= "utc" >
<timer name= "rtc" tickpolicy= "catchup" />
<timer name= "pit" tickpolicy= "delay" />
<timer name= "hpet" present= "no" />
</clock>
2015-04-11 18:02:45 -04:00
<pm >
<suspend-to-mem enabled= "no" />
<suspend-to-disk enabled= "no" />
</pm>
2013-03-17 17:06:52 -04:00
<devices >
<emulator > /usr/bin/qemu-kvm</emulator>
2018-10-04 11:55:57 -04:00
<controller type= "usb" index= "0" model= "qemu-xhci" ports= "15" />
2014-02-01 14:19:37 -05:00
<interface type= "bridge" >
<source bridge= "eth0" />
2013-07-12 14:19:54 -04:00
<mac address= "00:11:22:33:44:55" />
<model type= "virtio" />
2013-03-17 17:06:52 -04:00
</interface>
2014-09-06 18:37:20 -04:00
<console type= "pty" />
2013-10-06 09:19:59 -04:00
<channel type= "unix" >
<source mode= "bind" />
<target type= "virtio" name= "org.qemu.guest_agent.0" />
</channel>
2017-03-08 16:54:16 -05:00
<rng model= "virtio" >
<backend model= "random" > /dev/urandom</backend>
</rng>
2013-03-17 17:06:52 -04:00
</devices>
</domain>