Re: [Qemu-devel] [PATCH]fix ambiguity in "-d op_opt"

2011-04-25 Thread Michael Walle
Am Montag 25 April 2011, 11:41:24 schrieb qemu_wanghuang: > In Ful-system emulation, when we use "-d op_opt",we can not find the pc of > guestinstruction in logfile.However,we can get this in log by using > command "-d op". It is funny that when we use "-d op,op_opt",we get pc in > both op's log a

Re: [Qemu-devel] [PATCH]fix ambiguity in "-d op_opt"

2011-04-25 Thread Aurelien Jarno
On Mon, Apr 25, 2011 at 05:41:24PM +0800, qemu_wanghuang wrote: > In Ful-system emulation, when we use "-d op_opt",we can not find the pc of > guestinstruction in logfile.However,we can get this in log by using command > "-d op". It is funny that when we use "-d op,op_opt",we get pc in both op's

[Qemu-devel] [PATCH]fix ambiguity in "-d op_opt"

2011-04-25 Thread qemu_wanghuang
In Ful-system emulation, when we use "-d op_opt",we can not find the pc of guestinstruction in logfile.However,we can get this in log by using command "-d op". It is funny that when we use "-d op,op_opt",we get pc in both op's log and op_opt's log.It makes the command "-d op_opt" ambiguous. w