Re: [PATCH 3/4] hw/sd/milkymist: Create the SDBus at init()

2020-07-06 Thread Alistair Francis
On Sun, Jul 5, 2020 at 2:10 PM Philippe Mathieu-Daudé wrote: > > We don't need to wait until realize() to create the SDBus, > create it in init() directly. > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alistair Francis Alistair > --- > hw/sd/milkymist-memcard.c | 6 +++--- > 1 file

[PATCH 3/4] hw/sd/milkymist: Create the SDBus at init()

2020-07-05 Thread Philippe Mathieu-Daudé
We don't need to wait until realize() to create the SDBus, create it in init() directly. Signed-off-by: Philippe Mathieu-Daudé --- hw/sd/milkymist-memcard.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/sd/milkymist-memcard.c b/hw/sd/milkymist-memcard.c index afdb8