You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
ARM: KVM: VGIC accept vcpu and dist base addresses from user space
User space defines the model to emulate to a guest and should therefore decide which addresses are used for both the virtual CPU interface directly mapped in the guest physical address space and for the emulated distributor interface, which is mapped in software by the in-kernel VGIC support. Reviewed-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Christoffer Dall <c.dall@virtualopensystems.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
This commit is contained in:
committed by
Marc Zyngier
parent
1a89dd9113
commit
330690cdce
@@ -2222,6 +2222,7 @@ Errors:
|
||||
ENXIO: Device not supported on current system
|
||||
EEXIST: Address already set
|
||||
E2BIG: Address outside guest physical address space
|
||||
EBUSY: Address overlaps with other device range
|
||||
|
||||
struct kvm_arm_device_addr {
|
||||
__u64 id;
|
||||
|
||||
Reference in New Issue
Block a user