Re: [Qemu-devel] [PATCH V4 00/12] SD save/load support, SD qomification and bug fixes

2012-10-25 Thread Igor Mitsyanko
On 10/25/2012 07:47 PM, Peter Maydell wrote: On 10 August 2012 17:23, Igor Mitsyanko wrote: On 08/10/2012 07:06 PM, Peter Maydell wrote: On 27 July 2012 20:29, Igor Mitsyanko wrote: Igor Mitsyanko (12): hw/sd.c: convert wp_groups in SDState to bitfield hw/sd.c: make sd_wp_addr() acc

Re: [Qemu-devel] [PATCH V4 00/12] SD save/load support, SD qomification and bug fixes

2012-10-25 Thread Peter Maydell
On 10 August 2012 17:23, Igor Mitsyanko wrote: > On 08/10/2012 07:06 PM, Peter Maydell wrote: >> >> On 27 July 2012 20:29, Igor Mitsyanko wrote: >>> >>> Igor Mitsyanko (12): >>>hw/sd.c: convert wp_groups in SDState to bitfield >>>hw/sd.c: make sd_wp_addr() accept 64 bit address argument >

Re: [Qemu-devel] [PATCH V4 00/12] SD save/load support, SD qomification and bug fixes

2012-08-10 Thread Igor Mitsyanko
On 08/10/2012 07:06 PM, Peter Maydell wrote: On 27 July 2012 20:29, Igor Mitsyanko wrote: Igor Mitsyanko (12): hw/sd.c: convert wp_groups in SDState to bitfield hw/sd.c: make sd_wp_addr() accept 64 bit address argument hw/sd.c: introduce wrapper for conversion address to wp group hw

Re: [Qemu-devel] [PATCH V4 00/12] SD save/load support, SD qomification and bug fixes

2012-08-10 Thread Peter Maydell
On 27 July 2012 20:29, Igor Mitsyanko wrote: > Igor Mitsyanko (12): > hw/sd.c: convert wp_groups in SDState to bitfield > hw/sd.c: make sd_wp_addr() accept 64 bit address argument > hw/sd.c: introduce wrapper for conversion address to wp group > hw/sd.c: favour SD card type (SDSC or SDHC)

[Qemu-devel] [PATCH V4 00/12] SD save/load support, SD qomification and bug fixes

2012-07-27 Thread Igor Mitsyanko
v3->v4 PATCH11: "spi" property now can be set until SD card is not attached to BlockDriverState, not when card in idle state; PATCH12: "device-id" property renamed to "drive", few code movements; PATCH13 droped, its functionality is available in BlockDriverState; v2->v3 Patchset modified in such