commit | 81f53bdfdce2c5a1e30541cdde8db6e6047aadbc | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Fri Feb 14 13:32:48 2014 +0000 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Thu Sep 11 12:04:30 2014 +0100 |
tree | 6d27583a7e44cc89c43382a7f8d8cdb3bb536750 | |
parent | 72f58f2f272ba35ad0f358192c1cfb36a5f9c9fe [diff] |
kvmtool: AArch{32,64}: dynamically configure the number of GIC interrupts In order to reduce the memory usage of large guests (as well as improve performance), tell KVM about the number of interrupts we require. To avoid synchronization with the various device creation, use a late_init callback to compute the GIC configuration. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>