diff options
author | Christoffer Dall <christoffer.dall@arm.com> | 2018-07-16 15:06:20 +0200 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2018-07-21 16:02:22 +0100 |
commit | dd6251e463d3d8ea55ac2c5944e24bd6ed8f423b (patch) | |
tree | 8d1d6bad77dbd2e34dd09eba80b049a081abd4fd /sound/xen | |
parent | aa075b0f30b53e397fd4d4162ebf4a3a236b9206 (diff) | |
download | linux-dd6251e463d3d8ea55ac2c5944e24bd6ed8f423b.tar.bz2 |
KVM: arm/arm64: vgic: GICv2 IGROUPR should read as zero
We currently don't support grouping in the emulated VGIC, which is a
known defect on KVM (not hurting any currently used guests as far as
we're aware). This is currently handled by treating all interrupts as
group 0 interrupts for an emulated GICv2 and always signaling interrupts
as group 0 to the virtual CPU interface.
However, when reading which group interrupts belongs to in the guest
from the emulated VGIC, the VGIC currently reports group 1 instead of
group 0, which is misleading. Fix this temporarily before introducing
full group support by changing the hander to _raz instead of _rao.
Fixes: fb848db39661a "KVM: arm/arm64: vgic-new: Add GICv2 MMIO handling framework"
Reviewed-by: Andrew Jones <drjones@redhat.com>
Signed-off-by: Christoffer Dall <christoffer.dall@arm.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'sound/xen')
0 files changed, 0 insertions, 0 deletions