From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVyc9-0002VM-6d for qemu-devel@nongnu.org; Thu, 12 Mar 2015 04:37:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YVyc5-0004MC-05 for qemu-devel@nongnu.org; Thu, 12 Mar 2015 04:37:09 -0400 Received: from szxga03-in.huawei.com ([119.145.14.66]:53685) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVyc4-0004Jp-6b for qemu-devel@nongnu.org; Thu, 12 Mar 2015 04:37:04 -0400 Message-ID: <55015020.3000003@huawei.com> Date: Thu, 12 Mar 2015 16:36:48 +0800 From: "Wangting (Kathy)" MIME-Version: 1.0 References: <1426143620-115252-1-git-send-email-kathy.wangting@huawei.com> <20150312072048.GA12433@ad.nay.redhat.com> In-Reply-To: <20150312072048.GA12433@ad.nay.redhat.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] hmp: add info iothreads command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: qemu-devel@nongnu.org On 2015-3-12 15:20, Fam Zheng wrote: > On Thu, 03/12 15:00, Ting Wang wrote: >> + if (elem->value) >> + monitor_printf(mon, "%s: thread_id=%ld\n", elem->value->id, >> + elem->value->thread_id); > > Braces are required for if. > > Fam > > Okay, will fix in v2, thanks. Ting