Re: [Qemu-devel] [PATCH 0/7] scsi and megasas update

2010-11-06 Thread Stefan Hajnoczi
On Fri, Nov 5, 2010 at 7:21 AM, Hannes Reinecke wrote: > On 11/04/2010 09:49 PM, Alexander Graf wrote: >> >> Got an updated version? :) > > I see to have the patchset pushed to kernel.org > and will send a pointer then. I'm also interested in seeing the latest and greatest megasas :). Stefan

Re: [Qemu-devel] [PATCH 0/7] scsi and megasas update

2010-11-05 Thread Hannes Reinecke
On 11/04/2010 09:49 PM, Alexander Graf wrote: > > On 15.06.2010, at 11:15, Hannes Reinecke wrote: > >> Hi all, >> >> I've run an I/O exerciser against the megasas emulation and >> found quite some issues, both with the HBA and the SCSI >> emulation. >> >> - SG_IO returns -EDOM if the internal que

Re: [Qemu-devel] [PATCH 0/7] scsi and megasas update

2010-11-04 Thread Alexander Graf
On 15.06.2010, at 11:15, Hannes Reinecke wrote: > Hi all, > > I've run an I/O exerciser against the megasas emulation and > found quite some issues, both with the HBA and the SCSI > emulation. > > - SG_IO returns -EDOM if the internal queue is exhausted; > we should be mapping this to QUEUE_FU

[Qemu-devel] [PATCH 0/7] scsi and megasas update

2010-06-15 Thread Hannes Reinecke
Hi all, I've run an I/O exerciser against the megasas emulation and found quite some issues, both with the HBA and the SCSI emulation. - SG_IO returns -EDOM if the internal queue is exhausted; we should be mapping this to QUEUE_FULL. - Codingstyle fixes for megasas as suggested by blueswirl - W