Re: [Qemu-devel] [PATCH] musicpal: Drop redundant reset call

2010-05-28 Thread Aurelien Jarno
On Thu, May 13, 2010 at 03:09:58PM +0200, Jan Kiszka wrote: > Reset is now triggered after init, no need for explicit calls anymore. Thanks, applied. > Signed-off-by: Jan Kiszka > --- > hw/musicpal.c |2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/hw/musicpal.c b

[Qemu-devel] [PATCH] musicpal: Drop redundant reset call

2010-05-13 Thread Jan Kiszka
Reset is now triggered after init, no need for explicit calls anymore. Signed-off-by: Jan Kiszka --- hw/musicpal.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/hw/musicpal.c b/hw/musicpal.c index ebd933e..d44c5a0 100644 --- a/hw/musicpal.c +++ b/hw/musicpal.c @@ -129