Re: [RFC 16/55] KVM: arm64: Forward VM reg traps to the guest hypervisor

2017-02-22 Thread Christoffer Dall
On Mon, Jan 09, 2017 at 01:24:12AM -0500, Jintack Lim wrote: > Forward virtual memory register traps to the guest hypervisor > if it has set corresponding bits to the virtual HCR_EL2. I was a bit confused about the subject of this patch. I would recommend calling it something like "Respect virtul

[RFC 16/55] KVM: arm64: Forward VM reg traps to the guest hypervisor

2017-01-08 Thread Jintack Lim
Forward virtual memory register traps to the guest hypervisor if it has set corresponding bits to the virtual HCR_EL2. Signed-off-by: Jintack Lim --- arch/arm64/kvm/sys_regs.c | 20 1 file changed, 20 insertions(+) diff --git a/arch/arm64/kvm/sys_regs.c b/arch/arm64/kvm/sys