update domain definition

pull/11768/head
Ilya Zuyev 2021-06-24 23:06:56 -07:00
parent cab20137ab
commit 58754c910c
1 changed files with 5 additions and 2 deletions

View File

@ -24,8 +24,8 @@ const domainTmpl = `
<memory unit='MiB'>{{.Memory}}</memory>
<vcpu>{{.CPU}}</vcpu>
<features>
<apic/>
<pae/>
<acpi/>
<gic version='3'/>
{{if .Hidden}}
<kvm>
<hidden state='on'/>
@ -37,7 +37,10 @@ const domainTmpl = `
{{.NUMANodeXML}}
{{end}}
</cpu>
<os>
<loader readonly='yes' type='pflash'>/usr/share/AAVMF/AAVMF_CODE.fd</loader>
<nvram>/var/lib/libvirt/qemu/nvram/ubuntu_VARS.fd</nvram>
<type machine='virt-4.2' arch='aarch64'>hvm</type>
<boot dev='cdrom'/>
<boot dev='hd'/>