Skip to content

Commit 810ecbe

Browse files
Lencerfoupton
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Oliver Upton <[email protected]>
1 parent 03bd36a commit 810ecbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/virt/kvm/devices/arm-vgic.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Groups:
3131
KVM_VGIC_V2_ADDR_TYPE_CPU (rw, 64-bit)
3232
Base address in the guest physical address space of the GIC virtual cpu
3333
interface register mappings. Only valid for KVM_DEV_TYPE_ARM_VGIC_V2.
34-
This address needs to be 4K aligned and the region covers 4 KByte.
34+
This address needs to be 4K aligned and the region covers 8 KByte.
3535

3636
Errors:
3737

0 commit comments

Comments
 (0)