[libvirt] [PATCH 0/5] qemu: Unbreak aarch64/virt TCG guests

Andrea Bolognani posted 5 patches 6 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/1494598487-6529-1-git-send-email-abologna@redhat.com
There is a newer version of this series
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
[libvirt] [PATCH 0/5] qemu: Unbreak aarch64/virt TCG guests
Posted by Andrea Bolognani 6 years, 11 months ago
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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list