Re: [Qemu-devel] [PATCH v2 2/6] hw/sd/milkymist-memcard: split realize() out of SysBusDevice init()

2018-02-01 Thread Michael Walle
Am 2018-01-23 04:58, schrieb Philippe Mathieu-Daudé: Create the SDCard in the realize() function. Suggested-by: Michael Walle Signed-off-by: Philippe Mathieu-Daudé Acked-by: Michael Walle --- hw/sd/milkymist-memcard.c | 28 1 file changed, 16 insertions(+), 1

Re: [Qemu-devel] [PATCH v2 2/6] hw/sd/milkymist-memcard: split realize() out of SysBusDevice init()

2018-01-31 Thread Alistair Francis
On Mon, Jan 22, 2018 at 7:58 PM, Philippe Mathieu-Daudé wrote: > Create the SDCard in the realize() function. > > Suggested-by: Michael Walle > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alistair Francis Alistair > --- > hw/sd/milkymist-memcard.c | 28 >

[Qemu-devel] [PATCH v2 2/6] hw/sd/milkymist-memcard: split realize() out of SysBusDevice init()

2018-01-22 Thread Philippe Mathieu-Daudé
Create the SDCard in the realize() function. Suggested-by: Michael Walle Signed-off-by: Philippe Mathieu-Daudé --- hw/sd/milkymist-memcard.c | 28 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/hw/sd/milkymist-memcard.c b/hw/sd/milkymist-memcard.c i