Re: [Qemu-devel] [PATCH 03/10] hw/sd/sd.c: Convert sd_reset() function into Device reset method

2015-12-19 Thread Peter Crosthwaite
On Fri, Dec 11, 2015 at 04:37:04PM +, Peter Maydell wrote: > Convert the sd_reset() function into a proper Device reset method. > > Signed-off-by: Peter Maydell Reviewed-by: Peter Crosthwaite > --- > hw/sd/sd.c | 10 +- > 1

Re: [Qemu-devel] [PATCH 03/10] hw/sd/sd.c: Convert sd_reset() function into Device reset method

2015-12-17 Thread Alistair Francis
On Fri, Dec 11, 2015 at 8:37 AM, Peter Maydell wrote: > Convert the sd_reset() function into a proper Device reset method. > > Signed-off-by: Peter Maydell Reviewed-by: Alistair Francis Thanks, Alistair > --- >

[Qemu-devel] [PATCH 03/10] hw/sd/sd.c: Convert sd_reset() function into Device reset method

2015-12-11 Thread Peter Maydell
Convert the sd_reset() function into a proper Device reset method. Signed-off-by: Peter Maydell --- hw/sd/sd.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hw/sd/sd.c b/hw/sd/sd.c index 7c79217..b4a5a62 100644 --- a/hw/sd/sd.c +++