From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0H7S-0005Vp-Sb for qemu-devel@nongnu.org; Tue, 20 Oct 2009 11:59:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0H7O-0005TZ-8n for qemu-devel@nongnu.org; Tue, 20 Oct 2009 11:59:30 -0400 Received: from [199.232.76.173] (port=35126 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0H7O-0005TW-3H for qemu-devel@nongnu.org; Tue, 20 Oct 2009 11:59:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62390) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N0H7N-0007s5-Kq for qemu-devel@nongnu.org; Tue, 20 Oct 2009 11:59:25 -0400 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n9KFxOLC013403 for ; Tue, 20 Oct 2009 11:59:24 -0400 From: Juan Quintela Date: Tue, 20 Oct 2009 17:59:19 +0200 Message-Id: Subject: [Qemu-devel] [PATCH 0/2] Port LSI SCSI to vmstate List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org It just needs to be able to transmit uint32_t as buffers. I tried to change code to UINT32_ARRAY, but then we broke backwards compatibilty. Later, Juan. Juan Quintela (2): vmstate: Add VMSTATE_BUFFER_UNSAFE lsi_scsi: port to vmstate hw/hw.h | 9 ++ hw/lsi53c895a.c | 242 +++++++++++++++++++------------------------------------ 2 files changed, 92 insertions(+), 159 deletions(-)