Re: [Qemu-devel] [PATCH v2] lsi: implement basic SBCL functionality

2019-03-04 Thread Paolo Bonzini
On 04/03/19 09:22, Sven Schnelle wrote: > Hi All, > > is this patch going to be accepted? Yes, I have queued it now. Paolo > Thanks > Sven > > On Fri, Feb 15, 2019 at 08:40:21PM +0100, Sven Schnelle wrote: >> HP-UX checks this register after sending data to the target. If there's no >> valid

Re: [Qemu-devel] [PATCH v2] lsi: implement basic SBCL functionality

2019-03-04 Thread Sven Schnelle
Hi All, is this patch going to be accepted? Thanks Sven On Fri, Feb 15, 2019 at 08:40:21PM +0100, Sven Schnelle wrote: > HP-UX checks this register after sending data to the target. If there's no > valid > information present, it assumes the client disconnected because the kernel > sent > to m

[Qemu-devel] [PATCH v2] lsi: implement basic SBCL functionality

2019-02-15 Thread Sven Schnelle
HP-UX checks this register after sending data to the target. If there's no valid information present, it assumes the client disconnected because the kernel sent to much data. Implement at least some of the SBCL functionality that is possible without having a real SCSI bus. Signed-off-by: Sven Schn