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

2011-08-09 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 a...@redhat.com --- 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 ---

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 a...@redhat.com --- hw/lance.c |2 +- 1 files changed, 1