Re: [Qemu-devel] [PATCH 5/6] hw/sd.c: add SD card save/load support

2012-04-02 Thread Peter Maydell
On 2 April 2012 15:28, Igor Mitsyanko wrote: > This patch updates SD card emulation to support save/load of card's state. > > Signed-off-by: Igor Mitsyanko Looks OK apart from the bits that will need to change to use the bitops/bitmap functions (see earlier patch comments.) -- PMM

[Qemu-devel] [PATCH 5/6] hw/sd.c: add SD card save/load support

2012-04-02 Thread Igor Mitsyanko
This patch updates SD card emulation to support save/load of card's state. Signed-off-by: Igor Mitsyanko --- hw/sd.c | 90 -- 1 files changed, 64 insertions(+), 26 deletions(-) diff --git a/hw/sd.c b/hw/sd.c index 63e458f..20e10bb 10