irqchip/gic-v3: Parse and export virtual GIC information

Fill up the recently introduced gic_kvm_info with the hardware
information used for virtualization.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
This commit is contained in:
Julien Grall
2016-04-11 16:32:57 +01:00
committed by Christoffer Dall
parent 611f039f5e
commit 1839e57696
2 changed files with 114 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
enum gic_type {
GIC_V2,
GIC_V3,
};
struct gic_kvm_info {