From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50471) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVxQR-0005YI-GT for qemu-devel@nongnu.org; Thu, 12 Mar 2015 03:21:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YVxQO-0005x4-8H for qemu-devel@nongnu.org; Thu, 12 Mar 2015 03:20:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52221) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVxQN-0005x0-W0 for qemu-devel@nongnu.org; Thu, 12 Mar 2015 03:20:56 -0400 Date: Thu, 12 Mar 2015 15:20:48 +0800 From: Fam Zheng Message-ID: <20150312072048.GA12433@ad.nay.redhat.com> References: <1426143620-115252-1-git-send-email-kathy.wangting@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1426143620-115252-1-git-send-email-kathy.wangting@huawei.com> Subject: Re: [Qemu-devel] [PATCH] hmp: add info iothreads command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ting Wang Cc: qemu-devel@nongnu.org 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