From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=57026 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pxp7S-0008V4-0x for qemu-devel@nongnu.org; Thu, 10 Mar 2011 18:18:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pxp7Q-0007WR-Ug for qemu-devel@nongnu.org; Thu, 10 Mar 2011 18:18:09 -0500 Received: from mail-gw0-f45.google.com ([74.125.83.45]:50352) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pxp7Q-0007WM-R9 for qemu-devel@nongnu.org; Thu, 10 Mar 2011 18:18:08 -0500 Received: by gwb19 with SMTP id 19so807114gwb.4 for ; Thu, 10 Mar 2011 15:18:08 -0800 (PST) Message-ID: <4D795C2D.5060800@codemonkey.ws> Date: Thu, 10 Mar 2011 17:18:05 -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. > > This are the infrastructure patches needed for the other two series. > > Anthony, please apply. Applied. Thanks. Regards, Anthony Liguori > 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(-) >