From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36508) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBdug-0000Sp-FY for qemu-devel@nongnu.org; Wed, 23 Dec 2015 02:32:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aBduf-00036X-Kg for qemu-devel@nongnu.org; Wed, 23 Dec 2015 02:32:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:45494) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBduf-00036S-Fl for qemu-devel@nongnu.org; Wed, 23 Dec 2015 02:32:45 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 2AFDD8E23B for ; Wed, 23 Dec 2015 07:32:45 +0000 (UTC) Date: Wed, 23 Dec 2015 15:32:40 +0800 From: Fam Zheng Message-ID: <20151223073240.GH14423@ad.usersys.redhat.com> References: <1450744268-25052-1-git-send-email-eblake@redhat.com> <1450744268-25052-6-git-send-email-eblake@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1450744268-25052-6-git-send-email-eblake@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 05/14] qapi: Use qstring_append_chr() where appropriate List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: pbonzini@redhat.com, Luiz Capitulino , qemu-devel@nongnu.org, armbru@redhat.com On Mon, 12/21 17:30, Eric Blake wrote: > No need to create a temporary buffer, when we already have a > function available for our needs. > > Signed-off-by: Eric Blake Reviewed-by: Fam Zheng