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/unknown" />
</libosinfo:libosinfo>
</metadata>
2013-03-17 17:06:52 -04:00
<memory > 65536</memory>
<currentMemory > 65536</currentMemory>
<vcpu > 1</vcpu>
<os >
2018-10-04 14:59:54 -04:00
<type arch= "x86_64" machine= "q35" > hvm</type>
2014-09-23 14:25:14 -04:00
<kernel > /tmp/virtinst-vmlinuz.</kernel>
<initrd > /tmp/virtinst-initrd.img.</initrd>
2018-03-28 19:37:19 -04:00
<cmdline > console=ttyS0 method=tests/cli-test-xml/fakefedoratree</cmdline>
2013-03-17 17:06:52 -04:00
</os>
<features >
2013-07-17 17:58:24 -04:00
<acpi />
<apic />
2015-05-11 04:55:14 -04:00
<vmport state= "off" />
2013-03-17 17:06:52 -04:00
</features>
2014-09-20 20:40:14 -04:00
<cpu mode= "host-model" />
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>
2013-03-17 17:06:52 -04:00
<on_reboot > destroy</on_reboot>
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-07-12 14:19:54 -04:00
<disk type= "file" device= "disk" >
2014-02-08 19:05:26 -05:00
<driver name= "qemu" type= "qcow2" />
<source file= "/dev/default-pool/testvol1.img" />
2013-07-12 14:19:54 -04:00
<target dev= "vda" bus= "virtio" />
2013-03-17 17:06:52 -04:00
</disk>
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>
2013-07-12 14:19:54 -04:00
<input type= "tablet" bus= "usb" />
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 >
2013-10-02 18:51:27 -04:00
<model type= "qxl" />
2013-03-17 17:06:52 -04:00
</video>
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>
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/unknown" />
</libosinfo:libosinfo>
</metadata>
2013-03-17 17:06:52 -04:00
<memory > 65536</memory>
<currentMemory > 65536</currentMemory>
<vcpu > 1</vcpu>
<os >
2018-10-04 14:59:54 -04:00
<type arch= "x86_64" machine= "q35" > hvm</type>
2013-07-12 14:19:54 -04:00
<boot dev= "hd" />
2013-03-17 17:06:52 -04:00
</os>
<features >
2013-07-17 17:58:24 -04:00
<acpi />
<apic />
2015-05-11 04:55:14 -04:00
<vmport state= "off" />
2013-03-17 17:06:52 -04:00
</features>
2014-09-20 20:40:14 -04:00
<cpu mode= "host-model" />
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>
2013-07-12 14:19:54 -04:00
<disk type= "file" device= "disk" >
2014-02-08 19:05:26 -05:00
<driver name= "qemu" type= "qcow2" />
<source file= "/dev/default-pool/testvol1.img" />
2013-07-12 14:19:54 -04:00
<target dev= "vda" bus= "virtio" />
2013-03-17 17:06:52 -04:00
</disk>
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>
2013-07-12 14:19:54 -04:00
<input type= "tablet" bus= "usb" />
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 >
2013-10-02 18:51:27 -04:00
<model type= "qxl" />
2013-03-17 17:06:52 -04:00
</video>
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>