[libvirt] [PATCH 2/9] qemu: enable GIC only on AArch64

Lubomir Rintel lkundrak at v3.sk
Tue May 15 10:53:04 UTC 2018


Other "virt" type machines don't support it.

Signed-off-by: Lubomir Rintel <lkundrak at v3.sk>
---
 src/qemu/qemu_domain.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c
index 97633bfbb9..db73f45204 100644
--- a/src/qemu/qemu_domain.c
+++ b/src/qemu/qemu_domain.c
@@ -3044,6 +3044,7 @@ qemuDomainDefEnableDefaultFeatures(virDomainDefPtr def,
      * was not included in the domain XML, we need to choose a suitable
      * GIC version ourselves */
     if ((def->features[VIR_DOMAIN_FEATURE_GIC] == VIR_TRISTATE_SWITCH_ABSENT &&
+         def->os.arch == VIR_ARCH_AARCH64 &&
          qemuDomainIsVirt(def)) ||
         (def->features[VIR_DOMAIN_FEATURE_GIC] == VIR_TRISTATE_SWITCH_ON &&
          def->gic_version == VIR_GIC_VERSION_NONE)) {
-- 
2.17.0




More information about the libvir-list mailing list