From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55530) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XF5UQ-0002pv-UD for qemu-devel@nongnu.org; Wed, 06 Aug 2014 13:59:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XF5UJ-0006NB-EQ for qemu-devel@nongnu.org; Wed, 06 Aug 2014 13:59:06 -0400 Received: from mail-bn1lp0139.outbound.protection.outlook.com ([207.46.163.139]:17529 helo=na01-bn1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XF5UJ-0006N0-7b for qemu-devel@nongnu.org; Wed, 06 Aug 2014 13:58:59 -0400 Message-ID: <53E26C4A.8090006@amd.com> Date: Wed, 6 Aug 2014 12:56:26 -0500 From: Joel Schopp MIME-Version: 1.0 References: <1407346234-8156-1-git-send-email-dgilbert@redhat.com> In-Reply-To: <1407346234-8156-1-git-send-email-dgilbert@redhat.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] In memory QEMUFile List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" , qemu-devel@nongnu.org Cc: stefanb@linux.vnet.ibm.com, quintela@redhat.com On 08/06/2014 12:30 PM, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Hi, > This patch-pair adds the QEMUSizedBuffer based in-memory QEMUFile > written by Stefan Berger and Joel Schopp. I've made some minor > fixes (and typo cleanups) and modified the existing test-vmstate > to use it for some test cases. Nice to see these come back around. Still look good to me.