Re: [Qemu-devel] [PATCH v3 2/4] hw/sd: add card-reparenting function

2017-02-28 Thread Peter Maydell
On 24 February 2017 at 16:40, Clement Deschamps wrote: > Provide a new function sdbus_reparent_card() in sd core for reparenting > a card from a SDBus to another one. > > This function is required by the raspi platform, where the two SD > controllers can be dynamically switched. > > Signed-off-by:

[Qemu-devel] [PATCH v3 2/4] hw/sd: add card-reparenting function

2017-02-24 Thread Clement Deschamps
Provide a new function sdbus_reparent_card() in sd core for reparenting a card from a SDBus to another one. This function is required by the raspi platform, where the two SD controllers can be dynamically switched. Signed-off-by: Clement Deschamps --- hw/sd/core.c | 30 +++