From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=52296 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxgLl-0000fO-Fb for qemu-devel@nongnu.org; Thu, 10 Mar 2011 08:56:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PxgLd-0003wo-Ne for qemu-devel@nongnu.org; Thu, 10 Mar 2011 08:56:15 -0500 Received: from mail-yx0-f173.google.com ([209.85.213.173]:52215) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PxgLd-0003wc-LI for qemu-devel@nongnu.org; Thu, 10 Mar 2011 08:56:13 -0500 Received: by yxk8 with SMTP id 8so797578yxk.4 for ; Thu, 10 Mar 2011 05:56:12 -0800 (PST) Message-ID: <4D78D87A.3070008@codemonkey.ws> Date: Thu, 10 Mar 2011 07:56:10 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/9] VMState infrastructure References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: qemu-devel@nongnu.org On 03/10/2011 05:33 AM, Juan Quintela wrote: > Hi > > This is the infrastructure that I pushed on my previous series. > Anthony don't like 58 patches series (why? O:-) And then split the > series in three. Yeah, my intention was that you not send all series at once though :-) At any rate this series looks good. Regards, Anthony Liguori > This are the infrastructure patches needed for the other two series. > > Anthony, please apply. > > Later, Juan. > > Juan Quintela (9): > vmstate: add VMSTATE_UINT32_EQUAL > vmstate: Fix varrays with uint8 indexes > vmstate: add UINT32 VARRAYS > vmstate: add VMSTATE_STRUCT_VARRAY_INT32 > vmstate: add VMSTATE_INT64_ARRAY > vmstate: add VMSTATE_STRUCT_VARRAY_UINT32 > vmstate: Add a way to send a partial array > vmstate: be able to store/save a pci device from a pointer > vmstate: move timers to use test instead of version > > hw/hw.h | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- > savevm.c | 25 ++++++++++++++++++++ > 2 files changed, 98 insertions(+), 5 deletions(-) >