Skip to content

Commit

Permalink
update domain definition
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-zuyev committed Jun 25, 2021
1 parent cab2013 commit 58754c9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pkg/drivers/kvm/domain_definition_arm64.go
Original file line number Diff line number Diff line change
Expand Up @@ -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'/>
Expand All @@ -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'/>
Expand Down

0 comments on commit 58754c9

Please sign in to comment.