All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] nVMX: Emulated Page Modification Logging for Nested Virtualization
@ 2017-05-03 22:14 Bandan Das
  2017-05-03 22:14 ` [PATCH 1/3] kvm: x86: Add a hook for arch specific dirty logging emulation Bandan Das
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Bandan Das @ 2017-05-03 22:14 UTC (permalink / raw)
  To: kvm; +Cc: pbonzini, linux-kernel

These patches implement PML on top of EPT A/D emulation
(ae1e2d1082ae).

When dirty bit is being set, we write the gpa to the
buffer provided by L1. If the index overflows, we just
change the exit reason before running L1.

Bandan Das (3):
  kvm: x86: Add a hook for arch specific dirty logging emulation
  nVMX: Implement emulated Page Modification Logging
  nVMX: Advertise PML to L1 hypervisor

 arch/x86/include/asm/kvm_host.h |  2 +
 arch/x86/kvm/mmu.c              | 15 +++++++
 arch/x86/kvm/mmu.h              |  1 +
 arch/x86/kvm/paging_tmpl.h      |  4 ++
 arch/x86/kvm/vmx.c              | 87 ++++++++++++++++++++++++++++++++++++++++-
 5 files changed, 107 insertions(+), 2 deletions(-)

-- 
2.9.3

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-05-05  7:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-03 22:14 [PATCH 0/3] nVMX: Emulated Page Modification Logging for Nested Virtualization Bandan Das
2017-05-03 22:14 ` [PATCH 1/3] kvm: x86: Add a hook for arch specific dirty logging emulation Bandan Das
2017-05-03 22:14 ` [PATCH 2/3] nVMX: Implement emulated Page Modification Logging Bandan Das
2017-05-04  9:21   ` Paolo Bonzini
2017-05-04 18:11     ` Bandan Das
2017-05-03 22:14 ` [PATCH 3/3] nVMX: Advertise PML to L1 hypervisor Bandan Das
2017-05-04  7:03   ` Paolo Bonzini
2017-05-04 18:22     ` Bandan Das
2017-05-05  7:26       ` Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.