public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] KVM: nVMX: remove nested_get_page()
@ 2017-08-03 16:11 David Hildenbrand
  2017-08-03 16:11 ` [PATCH v2 1/2] KVM: nVMX: get rid of nested_get_page() David Hildenbrand
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: David Hildenbrand @ 2017-08-03 16:11 UTC (permalink / raw)
  To: kvm; +Cc: Paolo Bonzini, Radim Krčmář, david

Let's just use the ordinary functons directly. The "nested" at that point
is just confusing. All we want is a page from G1.

v1 -> v2:
- clear the page fields when releasing a page, so that we do't mess up
  reference counting in any scenario.

David Hildenbrand (2):
  KVM: nVMX: get rid of nested_get_page()
  KVM: nVMX: get rid of nested_release_page*

 arch/x86/kvm/vmx.c       | 98 ++++++++++++++++++++----------------------------
 include/linux/kvm_host.h |  6 +++
 2 files changed, 47 insertions(+), 57 deletions(-)

-- 
2.9.4

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

end of thread, other threads:[~2017-08-03 17:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-03 16:11 [PATCH v2 0/2] KVM: nVMX: remove nested_get_page() David Hildenbrand
2017-08-03 16:11 ` [PATCH v2 1/2] KVM: nVMX: get rid of nested_get_page() David Hildenbrand
2017-08-03 16:11 ` [PATCH v2 2/2] KVM: nVMX: get rid of nested_release_page* David Hildenbrand
2017-08-03 17:55 ` [PATCH v2 0/2] KVM: nVMX: remove nested_get_page() Radim Krčmář

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox