From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MzxaZ-00023t-8s for qemu-devel@nongnu.org; Mon, 19 Oct 2009 15:08:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MzxaU-0001wx-9K for qemu-devel@nongnu.org; Mon, 19 Oct 2009 15:08:14 -0400 Received: from [199.232.76.173] (port=35040 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MzxaU-0001wa-3R for qemu-devel@nongnu.org; Mon, 19 Oct 2009 15:08:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:24281) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MzxaT-0001J1-Ky for qemu-devel@nongnu.org; Mon, 19 Oct 2009 15:08:09 -0400 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.13.8/8.13.8) with ESMTP id n9JJ881v003719 for ; Mon, 19 Oct 2009 15:08:09 -0400 From: Juan Quintela Date: Mon, 19 Oct 2009 21:07:36 +0200 Message-Id: Subject: [Qemu-devel] [PATCH 0/2] vmstate: u64 support List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This two patch serie introduces support for linux u64 type. It is needed for Glauber, that is porting code forth and back between qemu.git and qemu-kvm.git, and need it in both places. Later, Juan. Juan Quintela (2): vmstate: u64 support vmstate: add VMSTATE_ARRAY_UNSAFE hw/hw.h | 23 +++++++++++++++++++++++ savevm.c | 23 +++++++++++++++++++++++ 2 files changed, 46 insertions(+), 0 deletions(-)