This issue was reported on the list a while ago, and now bug
reports are popping up in Bugzilla as well.
Since the proper fix (implementing the MSI controller for
GICv3 in QEMU) has been confirmed to be a long way off, let's
deal with it in libvirt.
Andrea Bolognani (5):
qemu: Use qemuDomainMachineIsVirt() more
tests: Check default GIC version for aarch64/virt TCG guests
qemu: Use GICv2 for aarch64/virt TCG guests
gic: Remove VIR_GIC_VERSION_DEFAULT
news: Update for GIC version on TCG changes
docs/news.xml | 11 ++++++
src/qemu/qemu_capabilities.c | 7 +---
src/qemu/qemu_command.c | 6 +--
src/qemu/qemu_domain.c | 44 +++++++++++++++-------
src/util/virgic.h | 3 --
.../qemuxml2argv-aarch64-gic-none-tcg.args | 19 ++++++++++
.../qemuxml2argv-aarch64-gic-none-tcg.xml | 17 +++++++++
tests/qemuxml2argvtest.c | 3 ++
.../qemuxml2xmlout-aarch64-gic-none-tcg.xml | 25 ++++++++++++
tests/qemuxml2xmltest.c | 1 +
10 files changed, 110 insertions(+), 26 deletions(-)
create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-aarch64-gic-none-tcg.args
create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-aarch64-gic-none-tcg.xml
create mode 100644 tests/qemuxml2xmloutdata/qemuxml2xmlout-aarch64-gic-none-tcg.xml
--
2.7.4