mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
qemu: Always enable GIC on ARM virt machines
GIC is always available to ARM virt machines, and the domain XML should reflect this fact.
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
<acpi/>
|
||||
<apic/>
|
||||
<pae/>
|
||||
<gic version='2'/>
|
||||
</features>
|
||||
<cpu mode='custom' match='exact'>
|
||||
<model fallback='allow'>cortex-a53</model>
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
<acpi/>
|
||||
<apic/>
|
||||
<pae/>
|
||||
<gic version='2'/>
|
||||
</features>
|
||||
<cpu mode='custom' match='exact'>
|
||||
<model fallback='allow'>cortex-a53</model>
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
<acpi/>
|
||||
<apic/>
|
||||
<pae/>
|
||||
<gic version='2'/>
|
||||
</features>
|
||||
<cpu mode='custom' match='exact'>
|
||||
<model fallback='allow'>cortex-a53</model>
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
<acpi/>
|
||||
<apic/>
|
||||
<pae/>
|
||||
<gic version='2'/>
|
||||
</features>
|
||||
<cpu mode='custom' match='exact'>
|
||||
<model fallback='allow'>cortex-a53</model>
|
||||
|
||||
Reference in New Issue
Block a user