Re: using ftrace with kvm

2010-04-22 Thread Manish Regmi
) --- regards Manish Regmi http://manish-cs.blogspot.com http://ext2read.sf.net -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Re: [PATCH 0/1] trace all instructions whose emulation failed

2010-04-19 Thread Manish Regmi
. --- regards Manish Regmi http://manish-cs.blogspot.com http://ext2read.sf.net -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 0/1 V2] Add new VM Exit codes

2010-04-19 Thread Manish Regmi
hi, this patch, * adds two more EXIT_REASONS 33 and 34 in vmx.h * also adds them to exit reason strings. Signed-off-by: Manish Regmi regmi.man...@gmail.com diff --git a/arch/x86/include/asm/vmx.h b/arch/x86/include/asm/vmx.h index fb9a080..9bf84db 100644 --- a/arch/x86/include/asm/vmx.h

[PATCH 1/1 V2] clear leftmost bit when exit failure is vm entry type

2010-04-19 Thread Manish Regmi
Manish Regmi -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 0/1 V2 RESEND] Add new VM Exit codes

2010-04-19 Thread Manish Regmi
sorry the last one was word wrapped. now i fixed it. hi, this patch, * adds two more EXIT_REASONS 33 and 34 in vmx.h * also adds them to exit reason strings. Signed-off-by: Manish Regmi regmi.man...@gmail.com diff --git a/arch/x86/include/asm/vmx.h b/arch/x86/include/asm/vmx.h index

[PATCH 0/1] trace all instructions whose emulation failed

2010-04-18 Thread Manish Regmi
Hi, The following patch makes sure all code path of failed emulation runs trace_kvm_emulate_insn_failed(). Please let me know if there is anything missing or wrong. Thank you. Signed-off-by: Manish Regmi regmi.man...@gmail.com diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index

[PATCH 1/1] correctly handle VM Entry Exit reasons and also show them in trace.

2010-04-18 Thread Manish Regmi
33 and 34 in vmx.h - also adds them to exit reason strings. Please let me know if there is anything missing or wrong. Thank you. Signed-off-by: Manish Regmi regmi.man...@gmail.com diff --git a/arch/x86/include/asm/vmx.h b/arch/x86/include/asm/vmx.h index fb9a080..9bf84db 100644 --- a/arch

kvmtrace and debugging kvm

2010-04-13 Thread Manish Regmi
. --- regards Manish Regmi http://manish-cs.blogspot.com http://ext2read.sf.net -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html