Re: [Qemu-devel] [PATCH] lsi53c895a: avoid calling a NULL function

2010-09-06 Thread Bernhard Kohl
Am 02.09.2010 16:45, schrieb ext Kevin Wolf: I suspect the real fix is to add a reset handler to scsi-generic. It should probably remove the requests like it's currently done in scsi_destroy. The same change was made for scsi-disk in e9447f35. Yes, I agree. Let's skip this patch. I'll send

Re: [Qemu-devel] [PATCH] lsi53c895a: avoid calling a NULL function

2010-09-02 Thread Kevin Wolf
Am 02.09.2010 15:37, schrieb Bernhard Kohl: > In scsi-generic the reset() function is not available. > > Signed-off-by: Bernhard Kohl > --- > hw/lsi53c895a.c |4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > > diff --git a/hw/lsi53c895a.c b/hw/lsi53c895a.c > index 5eaf69e..01ff0

[Qemu-devel] [PATCH] lsi53c895a: avoid calling a NULL function

2010-09-02 Thread Bernhard Kohl
In scsi-generic the reset() function is not available. Signed-off-by: Bernhard Kohl --- hw/lsi53c895a.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/hw/lsi53c895a.c b/hw/lsi53c895a.c index 5eaf69e..01ff028 100644 --- a/hw/lsi53c895a.c +++ b/hw/lsi53c895a.c @@ -1597