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>
2014-12-10 09:33:02 -05:00
<description > foobar & baz</description>
<memory > 1048576</memory>
<currentMemory > 1048576</currentMemory>
<memoryBacking >
<hugepages />
</memoryBacking>
<vcpu cpuset= "1,3-5" > 4</vcpu>
<numatune >
<memory nodeset= "1,2,3,5-7,^6" />
</numatune>
2017-03-05 21:04:34 -05:00
<resource >
<partition > /virtualmachines/production</partition>
</resource>
2013-03-17 17:06:52 -04:00
<os >
2018-09-07 08:47:05 -04:00
<type arch= "x86_64" machine= "pc" > hvm</type>
2015-02-18 15:16:48 -05:00
<loader readonly= "yes" type= "pflash" > /usr/share/OVMF/OVMF_CODE.fd</loader>
2014-12-10 09:33:02 -05:00
<boot dev= "hd" />
2018-04-24 12:26:08 -04:00
<smbios mode= "emulate" />
2013-03-17 17:06:52 -04:00
</os>
<features >
2013-07-17 17:58:24 -04:00
<acpi />
2015-05-11 04:55:14 -04:00
<vmport state= "off" />
2013-03-17 17:06:52 -04:00
</features>
2014-12-10 09:33:02 -05:00
<cpu mode= "host-model" />
<clock offset= "localtime" >
2013-10-05 17:02:26 -04:00
<timer name= "rtc" tickpolicy= "catchup" />
<timer name= "pit" tickpolicy= "delay" />
<timer name= "hpet" present= "no" />
</clock>
2013-03-17 17:06:52 -04:00
<on_crash > restart</on_crash>
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>
2013-10-02 15:51:01 -04:00
<controller type= "usb" index= "0" model= "ich9-ehci1" />
<controller type= "usb" index= "0" model= "ich9-uhci1" >
<master startport= "0" />
</controller>
<controller type= "usb" index= "0" model= "ich9-uhci2" >
<master startport= "2" />
</controller>
<controller type= "usb" index= "0" model= "ich9-uhci3" >
<master startport= "4" />
</controller>
2013-07-12 14:19:54 -04:00
<input type= "tablet" bus= "usb" />
2018-03-21 09:08:30 -04:00
<tpm model= "tpm-tis" >
<backend type= "passthrough" >
<device path= "/dev/tpm0" />
</backend>
</tpm>
2015-04-11 17:35:40 -04:00
<graphics type= "spice" port= "-1" tlsPort= "-1" autoport= "yes" >
<image compression= "off" />
</graphics>
2013-03-17 17:06:52 -04:00
<video >
2014-12-10 09:33:02 -05:00
<model type= "vga" />
2013-03-17 17:06:52 -04:00
</video>
2014-12-10 09:33:02 -05:00
<watchdog model= "i6300esb" action= "reset" />
<memballoon model= "none" />
<rng model= "virtio" >
<backend model= "random" > /dev/random</backend>
</rng>
2013-03-17 17:06:52 -04:00
</devices>
2014-12-10 09:33:02 -05:00
<seclabel type= "dynamic" model= "selinux" />
2015-05-03 18:08:10 -04:00
<seclabel type= "none" model= "dac" />
2013-03-17 17:06:52 -04:00
</domain>