+1
−1
+56
−14
Loading
struct kvm_regs is used by userspace to indicate which register gets
accessed by the {GET,SET}_ONE_REG API. But as we're about to refactor
the layout of the in-kernel register structures, we need the kernel to
move away from it.
Let's make kvm_regs userspace only, and let the kernel map it to its own
internal representation.
Reviewed-by:
James Morse <james.morse@arm.com>
Signed-off-by:
Marc Zyngier <maz@kernel.org>