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:
Andrea Bolognani
2016-02-03 19:49:27 +01:00
parent 5b2c2a1023
commit bd23695055
5 changed files with 18 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
<acpi/>
<apic/>
<pae/>
<gic version='2'/>
</features>
<cpu mode='custom' match='exact'>
<model fallback='allow'>cortex-a53</model>

View File

@@ -16,6 +16,7 @@
<acpi/>
<apic/>
<pae/>
<gic version='2'/>
</features>
<cpu mode='custom' match='exact'>
<model fallback='allow'>cortex-a53</model>

View File

@@ -16,6 +16,7 @@
<acpi/>
<apic/>
<pae/>
<gic version='2'/>
</features>
<cpu mode='custom' match='exact'>
<model fallback='allow'>cortex-a53</model>

View File

@@ -16,6 +16,7 @@
<acpi/>
<apic/>
<pae/>
<gic version='2'/>
</features>
<cpu mode='custom' match='exact'>
<model fallback='allow'>cortex-a53</model>