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 arei.gong...@huawei.com wrote: From: Gonglei arei.gong...@huawei.com error: 'i' undeclared (first use in this function) Signed-off-by: Gonglei arei.gong...@huawei.com Applied to the qmp branch, thanks. --- v2: avoid to mix code and declarations, add

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 (Arei)

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

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