public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] kvm: x86: kvm_emulate_*
@ 2015-03-02 19:43 Joel Schopp
  2015-03-02 19:43 ` [PATCH v3 1/2] kvm: x86: make kvm_emulate_* consistant Joel Schopp
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Joel Schopp @ 2015-03-02 19:43 UTC (permalink / raw)
  To: Gleb Natapov, Paolo Bonzini, kvm
  Cc: Joerg Roedel, Borislav Petkov, linux-kernel, David Kaplan,
	rkrcmar

Review comments from v1 that used kvm_emulate_wbinvd() pointed out that 
kvm_emulate_* was inconsistant in using skipping, while kvm_emulate() always
skips.  The first patch cleans up the existing use while the second patch
adds use of the updated version of kvm_emulate_wbinvd() in svm

Changes since v2:
	* fixed email subject line on series short description
	* renamed kvm_emulate_halt_noskip() to kvm_vcpu_halt()
	* added header declaration for kvm_vcpu_halt()
	* squashed blank line 
---

David Kaplan (1):
      x86: svm: make wbinvd faster

Joel Schopp (1):
      kvm: x86: make kvm_emulate_* consistant


 arch/x86/include/asm/kvm_host.h |    1 +
 arch/x86/kvm/svm.c              |   10 +++++++---
 arch/x86/kvm/vmx.c              |    9 +++------
 arch/x86/kvm/x86.c              |   23 ++++++++++++++++++++---
 4 files changed, 31 insertions(+), 12 deletions(-)

--

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

end of thread, other threads:[~2015-03-10 23:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-02 19:43 [PATCH v3 0/2] kvm: x86: kvm_emulate_* Joel Schopp
2015-03-02 19:43 ` [PATCH v3 1/2] kvm: x86: make kvm_emulate_* consistant Joel Schopp
2015-03-03 16:51   ` Radim Krčmář
2015-03-02 19:43 ` [PATCH v3 2/2] x86: svm: make wbinvd faster Joel Schopp
2015-03-03 16:52   ` Radim Krčmář
2015-03-10 23:58 ` [PATCH v3 0/2] kvm: x86: kvm_emulate_* Marcelo Tosatti

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