From: David Hildenbrand <david@redhat.com>
To: kvm@vger.kernel.org
Cc: "Paolo Bonzini" <pbonzini@redhat.com>,
"Radim Krčmář" <rkrcmar@redhat.com>,
david@redhat.com
Subject: [PATCH v2 0/2] KVM: nVMX: remove nested_get_page()
Date: Thu, 3 Aug 2017 18:11:03 +0200 [thread overview]
Message-ID: <20170803161105.2846-1-david@redhat.com> (raw)
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
next reply other threads:[~2017-08-03 16:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-03 16:11 David Hildenbrand [this message]
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ář
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170803161105.2846-1-david@redhat.com \
--to=david@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=pbonzini@redhat.com \
--cc=rkrcmar@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.