Re: [Qemu-devel] [PATCH] m48t59: Fix a wrong opaque passed to nvram read and write routines

2011-01-16 Thread Aurelien Jarno
On Sun, Jan 02, 2011 at 07:44:49PM +0100, Hervé Poussineau wrote: > This unregresses Sun4m and PPC prep/ref405ep machines > > Signed-off-by: Hervé Poussineau > --- > hw/m48t59.c | 11 ++- > 1 files changed, 6 insertions(+), 5 deletions(-) Thanks, applied. > diff --git a/hw/m48t59.c b

Re: [Qemu-devel] [PATCH] m48t59: Fix a wrong opaque passed to nvram read and write routines

2011-01-05 Thread Andreas Färber
Hi, Am 02.01.2011 um 19:44 schrieb Hervé Poussineau: This unregresses Sun4m and PPC prep/ref405ep machines Signed-off-by: Hervé Poussineau Were there any visible symptoms of the regression? Or did you just spot this while reading the code? Patch itself looks sensible. Still need to test

[Qemu-devel] [PATCH] m48t59: Fix a wrong opaque passed to nvram read and write routines

2011-01-02 Thread Hervé Poussineau
This unregresses Sun4m and PPC prep/ref405ep machines Signed-off-by: Hervé Poussineau --- hw/m48t59.c | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/hw/m48t59.c b/hw/m48t59.c index 6991e2e..2020487 100644 --- a/hw/m48t59.c +++ b/hw/m48t59.c @@ -642,6 +642,7 @@