Re: [Qemu-devel] [PATCH 07/11] sdbus: add a SD_BUS_SLAVE interface

2017-12-20 Thread Philippe Mathieu-Daudé
On Wed, Dec 13, 2017 at 5:44 PM, Philippe Mathieu-Daudé wrote: > Devices implementing this interface can be (hot-)plugged to a SD bus. > > The sdcard device is currently the unique implementation. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/sd/sd-internal.h | 5 +++-- > hw/sd/core.c

[Qemu-devel] [PATCH 07/11] sdbus: add a SD_BUS_SLAVE interface

2017-12-13 Thread Philippe Mathieu-Daudé
Devices implementing this interface can be (hot-)plugged to a SD bus. The sdcard device is currently the unique implementation. Signed-off-by: Philippe Mathieu-Daudé --- hw/sd/sd-internal.h | 5 +++-- hw/sd/core.c| 7 +++ hw/sd/sd.c | 4 3 files changed, 14 insertions(