From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=34180 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pxe87-0007hi-Qu for qemu-devel@nongnu.org; Thu, 10 Mar 2011 06:34:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pxe86-0004le-Fy for qemu-devel@nongnu.org; Thu, 10 Mar 2011 06:34:07 -0500 Received: from mx1.redhat.com ([209.132.183.28]:19843) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pxe86-0004lI-7W for qemu-devel@nongnu.org; Thu, 10 Mar 2011 06:34:06 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p2ABY4LO026399 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 10 Mar 2011 06:34:04 -0500 From: Juan Quintela Date: Thu, 10 Mar 2011 12:33:47 +0100 Message-Id: Subject: [Qemu-devel] [PATCH 0/9] VMState infrastructure List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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. 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(-) -- 1.7.4