All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] Improve SD controllers emulation
@ 2011-12-26 10:03 Mitsyanko Igor
  2011-12-26 10:03 ` [Qemu-devel] [PATCH 1/3] vmstate: introduce calc_size VMStateField Mitsyanko Igor
                   ` (4 more replies)
  0 siblings, 5 replies; 31+ messages in thread
From: Mitsyanko Igor @ 2011-12-26 10:03 UTC (permalink / raw)
  To: qemu-devel; +Cc: kyungmin.park, m.kozlov, jehyung.lee, d.solodkiy, e.voevodin

First patch of this patch set modifies existing VMStateField interface
to ease save/restore functionality implementation for device's dynamically
allocated buffers. This modification is used later in second patch to
implement SD card's VMStateDescription structure.
Third patch adds imlementation of new device: SD host controller fully
compliant with "SD host controller specification version 2.00". It also
uses first patch modifications.

Mitsyanko Igor (3):
  vmstate: introduce calc_size VMStateField
  hw/sd.c: add SD card save/load support
  hw/: Introduce spec. ver. 2.00 compliant SD host controller

 Makefile.target        |    1 +
 hw/hw.h                |   14 +-
 hw/milkymist-memcard.c |    2 +
 hw/sd.c                |  115 +++--
 hw/sd.h                |    1 +
 hw/sdhc_ver2.c         | 1579 ++++++++++++++++++++++++++++++++++++++++++++++++
 hw/sdhc_ver2.h         |  327 ++++++++++
 savevm.c               |   14 +-
 8 files changed, 2004 insertions(+), 49 deletions(-)
 create mode 100644 hw/sdhc_ver2.c
 create mode 100644 hw/sdhc_ver2.h

-- 
1.7.4.1

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

end of thread, other threads:[~2012-01-19 13:42 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-26 10:03 [Qemu-devel] [PATCH 0/3] Improve SD controllers emulation Mitsyanko Igor
2011-12-26 10:03 ` [Qemu-devel] [PATCH 1/3] vmstate: introduce calc_size VMStateField Mitsyanko Igor
2011-12-26 15:20   ` Peter Maydell
2011-12-27  8:11     ` Mitsyanko Igor
2011-12-27 13:10       ` Andreas Färber
2011-12-28  7:41         ` Mitsyanko Igor
2011-12-27  7:54   ` [Qemu-devel] [PATCH V2 1/3] vmstate: introduce get_bufsize entry in VMStateField Mitsyanko Igor
2011-12-26 10:03 ` [Qemu-devel] [PATCH 2/3] hw/sd.c: add SD card save/load support Mitsyanko Igor
2011-12-26 14:58   ` Peter Maydell
2011-12-27 11:27     ` Mitsyanko Igor
2011-12-27 13:27     ` Andreas Färber
2011-12-27 13:54       ` Mitsyanko Igor
2011-12-27 14:13     ` Avi Kivity
2011-12-27 21:30       ` Peter Maydell
2011-12-28  9:50         ` Avi Kivity
2011-12-26 10:03 ` [Qemu-devel] [PATCH 3/3] hw/: Introduce spec. ver. 2.00 compliant SD host controller Mitsyanko Igor
2011-12-26 11:35   ` malc
2011-12-28 12:08 ` [Qemu-devel] [PATCH V2 0/3] Improve SD controllers emulation Mitsyanko Igor
2011-12-28 12:08   ` [Qemu-devel] [PATCH V2 1/3] vmstate: introduce get_bufsize entry in VMStateField Mitsyanko Igor
2011-12-28 12:08   ` [Qemu-devel] [PATCH V2 2/3] hw/sd.c: add SD card save/load support Mitsyanko Igor
2011-12-28 13:26     ` Peter Maydell
2011-12-28 14:02       ` Mitsyanko Igor
2011-12-28 14:41         ` Peter Maydell
2011-12-28 12:08   ` [Qemu-devel] [PATCH V2 3/3] hw: Introduce spec. ver. 2.00 compliant SD host controller Mitsyanko Igor
2011-12-28 15:32 ` [Qemu-devel] [PATCH V3 0/5] Improve SD controllers emulation Mitsyanko Igor
2011-12-28 15:32   ` [Qemu-devel] [PATCH V3 1/5] vmstate: introduce get_bufsize entry in VMStateField Mitsyanko Igor
2012-01-19 13:40     ` Andreas Färber
2011-12-28 15:32   ` [Qemu-devel] [PATCH V3 2/5] hw/sd.c: add SD card save/load support Mitsyanko Igor
2011-12-28 15:32   ` [Qemu-devel] [PATCH V3 3/5] hw/sd.c: convert wp_groups, expecting_acmd and enable to bool Mitsyanko Igor
2011-12-28 15:32   ` [Qemu-devel] [PATCH V3 4/5] hw/sd.c: convert wp_switch and spi " Mitsyanko Igor
2011-12-28 15:32   ` [Qemu-devel] [PATCH V3 5/5] hw: Introduce spec. ver. 2.00 compliant SD host controller Mitsyanko Igor

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.