qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/13] VMState port more devices
@ 2011-03-10 11:54 Juan Quintela
  2011-03-10 11:54 ` [Qemu-devel] [PATCH 01/13] pxa2xx_lcd: name anonymous struct Juan Quintela
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Juan Quintela @ 2011-03-10 11:54 UTC (permalink / raw)
  To: qemu-devel

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2011-03-10 11:54 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-10 11:54 [Qemu-devel] [PATCH 00/13] VMState port more devices Juan Quintela
2011-03-10 11:54 ` [Qemu-devel] [PATCH 01/13] pxa2xx_lcd: name anonymous struct Juan Quintela
2011-03-10 11:54 ` [Qemu-devel] [PATCH 02/13] pxa2xx_lcd: up field is used as a bool and migrated as an uint8_t Juan Quintela
2011-03-10 11:54 ` [Qemu-devel] [PATCH 03/13] vmstate: port pxa2xx_lcd Juan Quintela
2011-03-10 11:54 ` [Qemu-devel] [PATCH 04/13] max111x: input field is only used as uint8_t Juan Quintela
2011-03-10 11:54 ` [Qemu-devel] [PATCH 05/13] vmstate: port max111x Juan Quintela
2011-03-10 11:54 ` [Qemu-devel] [PATCH 06/13] nand: pin values are uint8_t Juan Quintela
2011-03-10 11:54 ` [Qemu-devel] [PATCH 07/13] vmstate: port nand Juan Quintela
2011-03-10 11:54 ` [Qemu-devel] [PATCH 08/13] mac_nvram: size is a size, no need to be a target dependent type Juan Quintela
2011-03-10 11:54 ` [Qemu-devel] [PATCH 09/13] vmstate: port mac_nvram Juan Quintela
2011-03-10 11:54 ` [Qemu-devel] [PATCH 10/13] piix4: create PIIX4State Juan Quintela
2011-03-10 11:54 ` [Qemu-devel] [PATCH 11/13] vmstate: port piix4 Juan Quintela
2011-03-10 11:54 ` [Qemu-devel] [PATCH 12/13] mac_dbdma: create DBDMAState instead of passing one array around Juan Quintela
2011-03-10 11:54 ` [Qemu-devel] [PATCH 13/13] vmstate: port mac_dbdma Juan Quintela

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).