From: Juan Quintela <quintela@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 00/13] VMState port more devices
Date: Thu, 10 Mar 2011 12:54:17 +0100 [thread overview]
Message-ID: <cover.1299757795.git.quintela@redhat.com> (raw)
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
next reply other threads:[~2011-03-10 11:54 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-10 11:54 Juan Quintela [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1299757795.git.quintela@redhat.com \
--to=quintela@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).