Re: [Qemu-devel] [PATCH v2] monitor: fix debug print compiling error

2014-08-27 Thread Luiz Capitulino
On Thu, 21 Aug 2014 21:03:09 +0800 wrote: > From: Gonglei > > error: 'i' undeclared (first use in this function) > > Signed-off-by: Gonglei Applied to the qmp branch, thanks. > --- > v2: > avoid to mix code and declarations, add a pair of {}, thanks Peter. > --- > monitor.c | 7 +-- >

Re: [Qemu-devel] [PATCH v2] monitor: fix debug print compiling error

2014-08-24 Thread Gonglei (Arei)
Hi, Cc'ing qemu-trivial. Please consider receiving, thanks. Best regards, -Gonglei > -Original Message- > From: Gonglei (Arei) > Sent: Thursday, August 21, 2014 9:03 PM > To: qemu-devel@nongnu.org > Cc: lcapitul...@redhat.com; Huangweidong (C); peter.crosthwa...@xilinx.com; > Gonglei (

[Qemu-devel] [PATCH v2] monitor: fix debug print compiling error

2014-08-21 Thread arei.gonglei
From: Gonglei error: 'i' undeclared (first use in this function) Signed-off-by: Gonglei --- v2: avoid to mix code and declarations, add a pair of {}, thanks Peter. --- monitor.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/monitor.c b/monitor.c index 34cee74..667