From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47779) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjqdY-0001wo-7Y for qemu-devel@nongnu.org; Tue, 04 Jun 2013 08:46:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjqdT-0006G5-Le for qemu-devel@nongnu.org; Tue, 04 Jun 2013 08:46:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40254) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjqdT-0006Fz-Ds for qemu-devel@nongnu.org; Tue, 04 Jun 2013 08:46:47 -0400 Date: Tue, 4 Jun 2013 14:46:42 +0200 From: Kevin Wolf Message-ID: <20130604124642.GH2642@dhcp-200-207.str.redhat.com> References: <1369451385-23452-1-git-send-email-xiawenc@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1369451385-23452-1-git-send-email-xiawenc@linux.vnet.ibm.com> Subject: Re: [Qemu-devel] [PATCH V3 0/4] qapi and snapshot code clean up in block layer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wenchao Xia Cc: phrdina@redhat.com, stefanha@gmail.com, qemu-devel@nongnu.org, lcapitulino@redhat.com, pbonzini@redhat.com, armbru@redhat.com Am 25.05.2013 um 05:09 hat Wenchao Xia geschrieben: > These patches are the common part of my hmp/qmp block query series and Pavel's > qmp snapshot command converion series. It mainly does following things: > 1 move snapshot related code to block/snapshot.c, qmp and info dumping code to > block/qapi.c. > 2 better info dumping function to get rid of buffer, avoid string truncation. Thanks, applied to the block branch. Kevin