From: Avi Kivity <avi@redhat.com>
To: Marcelo Tosatti <mtosatti@redhat.com>,
kvm@vger.kernel.org, Joerg Roedel <joerg.roedel@amd.com>,
Gleb Natapov <gleb@redhat.com>
Subject: [PATCH 0/1] Clean up page fault injection
Date: Mon, 29 Nov 2010 16:12:29 +0200 [thread overview]
Message-ID: <1291039950-8418-1-git-send-email-avi@redhat.com> (raw)
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(-)
next reply other threads:[~2010-11-29 14:12 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-29 14:12 Avi Kivity [this message]
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
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=1291039950-8418-1-git-send-email-avi@redhat.com \
--to=avi@redhat.com \
--cc=gleb@redhat.com \
--cc=joerg.roedel@amd.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