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 hpous...@reactos.org --- hw/m48t59.c | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) Thanks, applied. diff --git

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 hpous...@reactos.org Were there any visible symptoms of the regression? Or did you just spot this while reading the code? Patch itself looks

[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 hpous...@reactos.org --- 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 +++