mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
hw/arm/virt: add ITS support in virt GIC
Included creation of ITS as part of virt platform GIC initialization. This Emulated ITS model now co-exists with kvm ITS and is enabled in absence of kvm irq kernel support in a platform. Signed-off-by: Shashi Mallela <shashi.mallela@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 20210910143951.92242-9-shashi.mallela@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
d7830a9bdd
commit
0e5c1c9a23
3 changed files with 31 additions and 4 deletions
|
@ -120,6 +120,7 @@ struct VirtMachineClass {
|
|||
MachineClass parent;
|
||||
bool disallow_affinity_adjustment;
|
||||
bool no_its;
|
||||
bool no_tcg_its;
|
||||
bool no_pmu;
|
||||
bool claim_edge_triggered_timers;
|
||||
bool smbios_old_sys_ver;
|
||||
|
@ -141,6 +142,7 @@ struct VirtMachineState {
|
|||
bool highmem;
|
||||
bool highmem_ecam;
|
||||
bool its;
|
||||
bool tcg_its;
|
||||
bool virt;
|
||||
bool ras;
|
||||
bool mte;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue