From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=60876 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxeS0-0003Ca-8Z for qemu-devel@nongnu.org; Thu, 10 Mar 2011 06:54:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PxeRz-0000Wz-6t for qemu-devel@nongnu.org; Thu, 10 Mar 2011 06:54:40 -0500 Received: from mx1.redhat.com ([209.132.183.28]:19052) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PxeRy-0000Wt-Lq for qemu-devel@nongnu.org; Thu, 10 Mar 2011 06:54:39 -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 p2ABsbOB032418 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 10 Mar 2011 06:54:37 -0500 From: Juan Quintela Date: Thu, 10 Mar 2011 12:54:17 +0100 Message-Id: Subject: [Qemu-devel] [PATCH 00/13] VMState port more devices 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 second half of devices that needed some change for vmstate conversion. Change was minimal. Fixed issues from previous sent. Again thanks to Blaw Swirl for the comments and review. This series apply on top of: [PATCH 0/9] VMState infrastructure [PATCH 00/32] VMState port of misc devices Later, Juan. Juan Quintela (13): pxa2xx_lcd: name anonymous struct pxa2xx_lcd: up field is used as a bool and migrated as an uint8_t vmstate: port pxa2xx_lcd max111x: input field is only used as uint8_t vmstate: port max111x nand: pin values are uint8_t vmstate: port nand mac_nvram: size is a size, no need to be a target dependent type vmstate: port mac_nvram piix4: create PIIX4State vmstate: port piix4 mac_dbdma: create DBDMAState instead of passing one array around vmstate: port mac_dbdma hw/flash.h | 4 +- hw/mac_dbdma.c | 83 ++++++++++++++++++--------------- hw/mac_nvram.c | 32 +++++-------- hw/max111x.c | 51 +++++++------------- hw/nand.c | 79 +++++++++++++++++--------------- hw/piix4.c | 44 +++++++++-------- hw/pxa2xx_lcd.c | 138 +++++++++++++++++++++++-------------------------------- 7 files changed, 200 insertions(+), 231 deletions(-) -- 1.7.4