Re: [Qemu-devel] [PATCH] lance: unbreak after memory API conversion

2011-08-09 Thread Edgar E. Iglesias
On Tue, Aug 09, 2011 at 09:54:22AM +0300, Avi Kivity wrote: > The conversion passed the wrong opaque pointer, causing a crash on first use. > Pass the correct opaque. I've applied this, thanks. > > Signed-off-by: Avi Kivity > --- > hw/lance.c |2 +- > 1 files changed, 1 insertions(+), 1 d

[Qemu-devel] [PATCH] lance: unbreak after memory API conversion

2011-08-08 Thread Avi Kivity
The conversion passed the wrong opaque pointer, causing a crash on first use. Pass the correct opaque. Signed-off-by: Avi Kivity --- hw/lance.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/lance.c b/hw/lance.c index 8e20360..d83e7f5 100644 --- a/hw/lance.c +++ b/h