All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/5] vmstateify a bunch of rare devices [for 2.8]
@ 2016-08-24 10:40 Dr. David Alan Gilbert (git)
  2016-08-24 10:40 ` [Qemu-devel] [PATCH v2 1/5] vmstateify ssd0323 display Dr. David Alan Gilbert (git)
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Dr. David Alan Gilbert (git) @ 2016-08-24 10:40 UTC (permalink / raw)
  To: qemu-devel, peter.maydell, hpoussin; +Cc: amit.shah, quintela

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

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

end of thread, other threads:[~2016-09-26 12:06 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-24 10:40 [Qemu-devel] [PATCH v2 0/5] vmstateify a bunch of rare devices [for 2.8] Dr. David Alan Gilbert (git)
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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.