93 lines
2.7 KiB
XML
93 lines
2.7 KiB
XML
<domain type='kvm'>
|
|
<name>linux515</name>
|
|
<description>Rootless QEMU virtual machine model optimized for Linux guests running at least kernel 5.15. Secure boot is disabled</description>
|
|
<memory unit="GiB">4</memory>
|
|
<currentMemory unit="GiB">1</currentMemory>
|
|
<memoryBacking>
|
|
<source type="memfd"/>
|
|
<access mode="shared"/>
|
|
</memoryBacking>
|
|
<vcpu placement='static'>4</vcpu>
|
|
<os firmware="efi">
|
|
<type arch="x86_64" machine="pc-q35-10.0">hvm</type>
|
|
<loader secure='no'/>
|
|
<boot dev="cdrom"/>
|
|
</os>
|
|
<features>
|
|
<acpi/>
|
|
<apic/>
|
|
<vmport state='off'/>
|
|
</features>
|
|
<cpu mode="host-passthrough" check="none" migratable="on">
|
|
<topology sockets="1" dies="1" cores="2" threads="2"/>
|
|
</cpu>
|
|
<clock offset='utc'>
|
|
<timer name='rtc' tickpolicy='catchup'/>
|
|
<timer name='pit' tickpolicy='delay'/>
|
|
<timer name='hpet' present='no'/>
|
|
</clock>
|
|
<on_poweroff>destroy</on_poweroff>
|
|
<on_reboot>restart</on_reboot>
|
|
<on_crash>destroy</on_crash>
|
|
<pm>
|
|
<suspend-to-mem enabled='no'/>
|
|
<suspend-to-disk enabled='no'/>
|
|
</pm>
|
|
<devices>
|
|
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
|
<disk type="file" device="cdrom">
|
|
<driver name="qemu" type="raw"/>
|
|
<source file="/var/lib/libvirt/isos/netboot.xyz.iso"/>
|
|
<target dev="sda" bus="sata"/>
|
|
<readonly/>
|
|
</disk>
|
|
<controller type='virtio-serial' index='0'>
|
|
<model type='virtio-non-transitional'/>
|
|
</controller>
|
|
<smartcard mode='host'/>
|
|
<interface type='user'>
|
|
<backend type='passt'/>
|
|
<model type='virtio'/>
|
|
</interface>
|
|
<console type='pty'>
|
|
<target type='virtio' port='0'/>
|
|
</console>
|
|
<channel type='unix'>
|
|
<target type='virtio' name='org.qemu.guest_agent.0'/>
|
|
<address type='virtio-serial' controller='0' bus='0' port='2'/>
|
|
</channel>
|
|
<input type='keyboard' bus='virtio'>
|
|
</input>
|
|
<input type='mouse' bus='virtio'>
|
|
</input>
|
|
<tpm model="tpm-crb">
|
|
<backend type="emulator" version="2.0"/>
|
|
</tpm>
|
|
<graphics type="dbus">
|
|
<gl enable="yes"/>
|
|
<audio id="1"/>
|
|
</graphics>
|
|
<video>
|
|
<model type="virtio" heads="1" primary="yes">
|
|
<acceleration accel3d="yes"/>
|
|
</model>
|
|
</video>
|
|
<sound model="virtio"/>
|
|
<memballoon model="virtio-non-transitional"/>
|
|
<rng model="virtio-non-transitional">
|
|
<backend model='random'>/dev/urandom</backend>
|
|
</rng>
|
|
<filesystem type="mount" accessmode="passthrough">
|
|
<driver type="virtiofs"/>
|
|
<source dir="/mnt"/>
|
|
<target dir="mnt"/>
|
|
<readonly/>
|
|
</filesystem>
|
|
<vsock model="virtio-non-transitional">
|
|
<cid auto="yes"/>
|
|
</vsock>
|
|
<iommu model="virtio"/>
|
|
</devices>
|
|
</domain>
|
|
|