From: Avi Kivity <avi@redhat.com>
To: Marcelo Tosatti <mtosatti@redhat.com>, kvm@vger.kernel.org
Subject: [PATCH 0/2] Inline vmcs_readl()
Date: Sun, 15 May 2011 10:13:11 -0400 [thread overview]
Message-ID: <1305468793-2151-1-git-send-email-avi@redhat.com> (raw)
The following two patches optimize vmcs_readl() to a single VMREAD instruction,
instead of a call to a 7-instruction function.
Avi Kivity (2):
KVM: VMX: Move VMREAD cleanup to exception handler
KVM: VMX: always_inline VMREADs
arch/x86/include/asm/kvm_host.h | 6 +++++-
arch/x86/kvm/vmx.c | 16 +++++++++-------
2 files changed, 14 insertions(+), 8 deletions(-)
--
1.7.4.3
next reply other threads:[~2011-05-15 14:13 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-15 14:13 Avi Kivity [this message]
2011-05-15 14:13 ` [PATCH 1/2] KVM: VMX: Move VMREAD cleanup to exception handler Avi Kivity
2011-05-15 14:13 ` [PATCH 2/2] KVM: VMX: always_inline VMREADs Avi Kivity
2011-05-18 13:02 ` [PATCH 0/2] Inline vmcs_readl() Marcelo Tosatti
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=1305468793-2151-1-git-send-email-avi@redhat.com \
--to=avi@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=mtosatti@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox