mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-15 23:24:27 +03:00
73 lines
2.0 KiB
XML
73 lines
2.0 KiB
XML
<domain type="kvm">
|
|
<name>foobar</name>
|
|
<uuid>00000000-1111-2222-3333-444444444444</uuid>
|
|
<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>
|
|
<resource>
|
|
<partition>/virtualmachines/production</partition>
|
|
</resource>
|
|
<os>
|
|
<type arch="x86_64">hvm</type>
|
|
<loader readonly="yes" type="pflash">/usr/share/OVMF/OVMF_CODE.fd</loader>
|
|
<boot dev="hd"/>
|
|
</os>
|
|
<features>
|
|
<acpi/>
|
|
<vmport state="off"/>
|
|
</features>
|
|
<cpu mode="host-model"/>
|
|
<clock offset="localtime">
|
|
<timer name="rtc" tickpolicy="catchup"/>
|
|
<timer name="pit" tickpolicy="delay"/>
|
|
<timer name="hpet" present="no"/>
|
|
</clock>
|
|
<on_crash>restart</on_crash>
|
|
<pm>
|
|
<suspend-to-mem enabled="no"/>
|
|
<suspend-to-disk enabled="no"/>
|
|
</pm>
|
|
<devices>
|
|
<emulator>/usr/bin/qemu-kvm</emulator>
|
|
<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>
|
|
<input type="tablet" bus="usb"/>
|
|
<graphics type="spice" port="-1" tlsPort="-1" autoport="yes">
|
|
<image compression="off"/>
|
|
</graphics>
|
|
<video>
|
|
<model type="vga"/>
|
|
</video>
|
|
<watchdog model="i6300esb" action="reset"/>
|
|
<memballoon model="none"/>
|
|
<tpm model="tpm-tis">
|
|
<backend type="passthrough">
|
|
<device path="/dev/tpm0"/>
|
|
</backend>
|
|
</tpm>
|
|
<rng model="virtio">
|
|
<backend model="random">/dev/random</backend>
|
|
</rng>
|
|
<panic>
|
|
<address type="isa" iobase="0x505"/>
|
|
</panic>
|
|
</devices>
|
|
<seclabel type="dynamic" model="selinux"/>
|
|
<seclabel type="none" model="dac"/>
|
|
</domain>
|