On Mon, Nov 29, 2010 at 04:12:29PM +0200, Avi Kivity wrote: > 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(-) Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html