commit | 48314d831679373edb13712ff4a1abcb1937a0bd | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Tue Sep 25 14:02:32 2018 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Sep 25 15:13:24 2018 +0100 |
tree | df459b5c6c9616a3fc7e5746cfd6fd6e66b2d95a | |
parent | 9f4d2a1316fc294da5c0646fa93894d5f5f0c9a0 [diff] |
hw/intc/arm_gic: Document QEMU interface The GICv2's QEMU interface (sysbus MMIO regions, IRQs, etc) is now quite complicated with the addition of the virtualization extensions. Add a comment in the header file which documents it. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Luc Michel <luc.michel@greensocs.com> Message-id: 20180823103818.31189-1-peter.maydell@linaro.org