[libvirt] [PATCH 0/2] Introduce GIC for aarch64

Michal Privoznik mprivozn at redhat.com
Mon Apr 27 13:07:13 UTC 2015


There's no APIC on aarch64. It's replaced by GIC (Generic Interrupt Controller).

Michal Privoznik (2):
  Introduce GIC feature
  qemu: Implement GIC

 docs/formatdomain.html.in                          |  9 ++++++
 docs/schemas/domaincommon.rng                      | 11 ++++++-
 src/conf/domain_conf.c                             | 34 +++++++++++++++++++++-
 src/conf/domain_conf.h                             |  2 ++
 src/qemu/qemu_command.c                            | 13 +++++++++
 .../qemuxml2argvdata/qemuxml2argv-aarch64-gic.args |  6 ++++
 .../qemuxml2argvdata/qemuxml2argv-aarch64-gic.xml  | 26 +++++++++++++++++
 tests/qemuxml2argvtest.c                           |  2 ++
 8 files changed, 101 insertions(+), 2 deletions(-)
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-aarch64-gic.args
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-aarch64-gic.xml

-- 
2.0.5




More information about the libvir-list mailing list