2023-02-11 17:20:25 +00:00
|
|
|
<domain type='kvm'>
|
2023-06-21 16:28:23 +00:00
|
|
|
<name>Linux5.4</name>
|
2023-02-11 17:20:25 +00:00
|
|
|
<memory unit='KiB'>4194304</memory>
|
2023-06-21 16:28:23 +00:00
|
|
|
<description>QEMU Virtual machine model optimized for Linux guests running at least kernel 5.4. Secure boot is disabled</description>
|
|
|
|
<memory unit="KiB">4194304</memory>
|
|
|
|
<currentMemory unit="KiB">1048576</currentMemory>
|
2023-02-11 17:20:25 +00:00
|
|
|
<memoryBacking>
|
|
|
|
<source type="memfd"/>
|
|
|
|
<access mode="shared"/>
|
|
|
|
</memoryBacking>
|
|
|
|
<vcpu placement='static'>4</vcpu>
|
2023-06-21 16:28:23 +00:00
|
|
|
<os>
|
2024-01-01 16:32:09 +00:00
|
|
|
<type arch='x86_64' machine='q35'>hvm</type>
|
2023-06-21 16:28:23 +00:00
|
|
|
<loader readonly='yes' secure='no' type='pflash'>/usr/share/OVMF/OVMF_CODE.fd</loader>
|
|
|
|
<boot dev='cdrom'/>
|
2023-02-11 17:20:25 +00:00
|
|
|
</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>
|
2023-06-21 16:28:23 +00:00
|
|
|
<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>
|
2023-02-11 17:20:25 +00:00
|
|
|
<controller type='virtio-serial' index='0'>
|
|
|
|
</controller>
|
|
|
|
<interface type="network">
|
|
|
|
<model type="virtio"/>
|
|
|
|
<source network="default"/>
|
|
|
|
</interface>
|
|
|
|
<console type='pty'>
|
|
|
|
<target type='virtio' port='0'/>
|
|
|
|
</console>
|
|
|
|
<channel type="spicevmc">
|
|
|
|
<target type="virtio" name="com.redhat.spice.0"/>
|
|
|
|
<address type="virtio-serial" controller="0" bus="0" port="1"/>
|
|
|
|
</channel>
|
|
|
|
<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='tablet' bus='virtio'>
|
|
|
|
</input>
|
|
|
|
<tpm model="tpm-crb">
|
|
|
|
<backend type="emulator" version="2.0"/>
|
|
|
|
</tpm>
|
|
|
|
<graphics type="spice">
|
|
|
|
<listen type="none"/>
|
|
|
|
<image compression="off"/>
|
|
|
|
<gl enable="yes"/>
|
|
|
|
</graphics>
|
|
|
|
<video>
|
|
|
|
<model type="virtio" heads="1" primary="yes">
|
|
|
|
<acceleration accel3d="yes"/>
|
|
|
|
</model>
|
|
|
|
</video>
|
2023-06-21 16:28:23 +00:00
|
|
|
<memballoon model="virtio"/>
|
2023-02-11 17:20:25 +00:00
|
|
|
<rng model='virtio'>
|
|
|
|
<backend model='random'>/dev/urandom</backend>
|
|
|
|
</rng>
|
|
|
|
<filesystem type="mount" accessmode="passthrough">
|
|
|
|
<driver type="virtiofs"/>
|
|
|
|
<source dir="/mnt/"/>
|
|
|
|
<target dir="share"/>
|
|
|
|
</filesystem>
|
|
|
|
</devices>
|
|
|
|
</domain>
|
|
|
|
|