Re: [PATCH] kvm: qemu: Remove reminder for checking dmesg after emulation failure

2010-01-19 Thread Marcelo Tosatti
On Tue, Jan 19, 2010 at 05:43:58PM +0800, Sheng Yang wrote: > User can use QEmu to get more information. E.g. using the QEmu built-in > disassembly to get the failure instruction like(in the monitor): > > x /20i $eip > > to dump the code at $eip, or using "x /20i $eip-20" to look around. Applied

[PATCH] kvm: qemu: Remove reminder for checking dmesg after emulation failure

2010-01-19 Thread Sheng Yang
User can use QEmu to get more information. E.g. using the QEmu built-in disassembly to get the failure instruction like(in the monitor): x /20i $eip to dump the code at $eip, or using "x /20i $eip-20" to look around. Signed-off-by: Sheng Yang --- qemu-kvm.c |2 +- 1 files changed, 1 insert