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