From: "Dr. David Alan Gilbert (git)" <dgilbert@redhat.com>
To: qemu-devel@nongnu.org, peter.maydell@linaro.org, hpoussin@reactos.org
Cc: amit.shah@redhat.com, quintela@redhat.com
Subject: [Qemu-devel] [PATCH v2 0/5] vmstateify a bunch of rare devices [for 2.8]
Date: Wed, 24 Aug 2016 11:40:41 +0100 [thread overview]
Message-ID: <1472035246-12483-1-git-send-email-dgilbert@redhat.com> (raw)
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
In an effort to nibble away at register_savevm users,
this set removes 5 more and converts them to vmstate.
The ssd0323 seems to test OK with Peter's Stellaris test.
The rc4030 has a tested-by from Hervé.
The other 3 I'm less sure of; the ssi-sd is similar to the ssd0323;
the two tsc2xxx devices I've not got a test for (or at least a test
that works prior to the changes).
(This is v2 since I previously posted the rc4030 and ssd0323 back in July;
but it seems to make sense to roll this lot together)
Dave
Dr. David Alan Gilbert (5):
vmstateify ssd0323 display
vmstateify rc4030
vmstateify ssi-sd
vmstateify tsc2005
vmstateify tsc210x
hw/display/ssd0323.c | 102 +++++++++++---------------
hw/dma/rc4030.c | 81 +++++++--------------
hw/input/tsc2005.c | 154 +++++++++++++++-------------------------
hw/input/tsc210x.c | 197 +++++++++++++++++++++++----------------------------
hw/sd/ssi-sd.c | 70 ++++++++----------
5 files changed, 241 insertions(+), 363 deletions(-)
--
2.7.4
next reply other threads:[~2016-08-24 10:40 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-24 10:40 Dr. David Alan Gilbert (git) [this message]
2016-08-24 10:40 ` [Qemu-devel] [PATCH v2 1/5] vmstateify ssd0323 display Dr. David Alan Gilbert (git)
2016-08-24 10:40 ` [Qemu-devel] [PATCH v2 2/5] vmstateify rc4030 Dr. David Alan Gilbert (git)
2016-09-26 12:05 ` Dr. David Alan Gilbert
2016-08-24 10:40 ` [Qemu-devel] [PATCH v2 3/5] vmstateify ssi-sd Dr. David Alan Gilbert (git)
2016-08-24 10:40 ` [Qemu-devel] [PATCH v2 4/5] vmstateify tsc2005 Dr. David Alan Gilbert (git)
2016-09-22 15:41 ` Peter Maydell
2016-09-22 15:53 ` Dr. David Alan Gilbert
2016-09-22 16:00 ` Peter Maydell
2016-08-24 10:40 ` [Qemu-devel] [PATCH v2 5/5] vmstateify tsc210x Dr. David Alan Gilbert (git)
2016-09-22 16:12 ` Peter Maydell
2016-09-22 16:13 ` [Qemu-devel] [PATCH v2 0/5] vmstateify a bunch of rare devices [for 2.8] Peter Maydell
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=1472035246-12483-1-git-send-email-dgilbert@redhat.com \
--to=dgilbert@redhat.com \
--cc=amit.shah@redhat.com \
--cc=hpoussin@reactos.org \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=quintela@redhat.com \
/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).