KVM: arm64: Handle realm MMIO emulation
MMIO emulation for a realm cannot be done directly with the VM's
registers as they are protected from the host. However the RMM interface
provides a structure member for providing the read/written value and
we can transfer this to the appropriate VCPU's register entry and then
depend on the generic MMIO handling code in KVM.
Signed-off-by:
Steven Price <steven.price@arm.com>
Loading
Please register or sign in to comment