]> www.infradead.org Git - users/jedix/linux-maple.git/commit
KVM: Documentation: Correct the VGIC V2 CPU interface addr space size
authorChangyuan Lyu <changyuanl@google.com>
Sun, 23 Jun 2024 16:45:41 +0000 (09:45 -0700)
committerOliver Upton <oliver.upton@linux.dev>
Fri, 28 Jun 2024 22:00:24 +0000 (22:00 +0000)
commit810ecbefdd54b4c18aea467b68d45d2b86865142
treeaf0efeccdcff21b9cfb4c55223ad95d2878a1617
parent03bd36a387b85089a38ff37a9646f7e0a1249fe4
KVM: Documentation: Correct the VGIC V2 CPU interface addr space size

In arch/arm64/include/uapi/asm/kvm.h, we have

  #define KVM_VGIC_V2_CPU_SIZE 0x2000

So the CPU interface address space should cover 8 KByte not 4 KByte.

Signed-off-by: Changyuan Lyu <changyuanl@google.com>
Link: https://lore.kernel.org/r/20240623164542.2999626-3-changyuanl@google.com
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
Documentation/virt/kvm/devices/arm-vgic.rst