mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 23:07:44 +00:00
29 lines
772 B
XML
29 lines
772 B
XML
|
<domain type='kvm'>
|
||
|
<name>fedora</name>
|
||
|
<uuid>63840878-0deb-4095-97e6-fc444d9bc9fa</uuid>
|
||
|
<memory unit='KiB'>8192</memory>
|
||
|
<currentMemory unit='KiB'>8192</currentMemory>
|
||
|
<vcpu placement='static'>1</vcpu>
|
||
|
<os firmware='efi'>
|
||
|
<type arch='x86_64' machine='pc-q35-4.0'>hvm</type>
|
||
|
<firmware type='bios'/>
|
||
|
<loader secure='no'/>
|
||
|
<nvram>/var/lib/libvirt/qemu/nvram/fedora_VARS.fd</nvram>
|
||
|
<boot dev='hd'/>
|
||
|
<bootmenu enable='yes'/>
|
||
|
</os>
|
||
|
<features>
|
||
|
<acpi/>
|
||
|
<apic/>
|
||
|
<pae/>
|
||
|
</features>
|
||
|
<clock offset='utc'/>
|
||
|
<on_poweroff>destroy</on_poweroff>
|
||
|
<on_reboot>restart</on_reboot>
|
||
|
<on_crash>restart</on_crash>
|
||
|
<devices>
|
||
|
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
||
|
<memballoon model='none'/>
|
||
|
</devices>
|
||
|
</domain>
|