Re: [Qemu-devel] [PATCH 0/4] debugcon: fix some bugs when DEBUG_DEBUGCON

2013-05-27 Thread Gerd Hoffmann
On 05/28/13 02:31, li guang wrote: > 在 2013-05-27一的 11:13 +0200,Gerd Hoffmann写道: >> On 05/24/13 04:47, liguang wrote: >>> when enable DEBUG_DEBUGCON, there are some message >>> printing bugs, so fix them. >> >> I'd suggest to either simply remove the debug printfs or turn them into >> tracepoints.

Re: [Qemu-devel] [PATCH 0/4] debugcon: fix some bugs when DEBUG_DEBUGCON

2013-05-27 Thread li guang
在 2013-05-27一的 11:13 +0200,Gerd Hoffmann写道: > On 05/24/13 04:47, liguang wrote: > > when enable DEBUG_DEBUGCON, there are some message > > printing bugs, so fix them. > > I'd suggest to either simply remove the debug printfs or turn them into > tracepoints. > sorry, why we simply remove debug me

Re: [Qemu-devel] [PATCH 0/4] debugcon: fix some bugs when DEBUG_DEBUGCON

2013-05-27 Thread Gerd Hoffmann
On 05/24/13 04:47, liguang wrote: > when enable DEBUG_DEBUGCON, there are some message > printing bugs, so fix them. I'd suggest to either simply remove the debug printfs or turn them into tracepoints. cheers, Gerd

[Qemu-devel] [PATCH 0/4] debugcon: fix some bugs when DEBUG_DEBUGCON

2013-05-23 Thread liguang
when enable DEBUG_DEBUGCON, there are some message printing bugs, so fix them. this patch-set based on previous 3 patches, http://comments.gmane.org/gmane.comp.emulators.qemu/212550 http://comments.gmane.org/gmane.comp.emulators.qemu/212551 http://comments.gmane.org/gmane.comp.emulators.qemu/21255