public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Clean up page fault injection
@ 2010-11-29 14:12 Avi Kivity
  2010-11-29 14:12 ` [PATCH 1/1] KVM: Pull extra page fault information into struct x86_exception Avi Kivity
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Avi Kivity @ 2010-11-29 14:12 UTC (permalink / raw)
  To: Marcelo Tosatti, kvm, Joerg Roedel, Gleb Natapov

Currently fault injection is somewhat confused with important information
carried in the vcpu area where it has no place.  This patch cleans it up.

Gleb, Joerg, I'd appreciate review and testing of the apf and nnpt related
changes.

Goes on top of the previous 7-part emulator series.  Also available in
'emulator' branch of kvm.git.

Avi Kivity (1):
  KVM: Pull extra page fault information into struct x86_exception

 arch/x86/include/asm/kvm_emulate.h |    2 +
 arch/x86/include/asm/kvm_host.h    |   17 +++----------
 arch/x86/kvm/mmu.c                 |    5 ++-
 arch/x86/kvm/paging_tmpl.h         |    6 ++--
 arch/x86/kvm/svm.c                 |    7 +++--
 arch/x86/kvm/x86.c                 |   44 +++++++++++++++++++----------------
 6 files changed, 40 insertions(+), 41 deletions(-)


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

end of thread, other threads:[~2010-12-02  2:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-29 14:12 [PATCH 0/1] Clean up page fault injection Avi Kivity
2010-11-29 14:12 ` [PATCH 1/1] KVM: Pull extra page fault information into struct x86_exception Avi Kivity
2010-11-29 16:25   ` Roedel, Joerg
2010-11-30 11:20   ` Gleb Natapov
2010-11-29 15:40 ` [PATCH 0/1] Clean up page fault injection Roedel, Joerg
2010-12-02  2:07 ` Marcelo Tosatti

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