[PATCH 0/5] SCSI: fix transfer limits for SCSI passthrough

2020-11-04 Thread Maxim Levitsky
This patch series attempts to provide a solution to the problem of the transfer limits of the raw file driver (host_device/file-posix), some of which I already tried to fix in the past. I included 2 patches from Tom Yan which fix two issues with reading the limits correctly from the */dev/sg* char

Re: [PATCH 0/5] SCSI: fix transfer limits for SCSI passthrough

2020-11-04 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20201104173217.417538-1-mlevi...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20201104173217.417538-1-mlevi...@redhat.com Subject: [PATCH 0/5] SCSI: fix transfer

Re: [PATCH 0/5] SCSI: fix transfer limits for SCSI passthrough

2020-11-04 Thread Maxim Levitsky
; > Type: series > Message-id: 20201104173217.417538-1-mlevi...@redhat.com > Subject: [PATCH 0/5] SCSI: fix transfer limits for SCSI passthrough > > === TEST SCRIPT BEGIN === > #!/bin/bash > git rev-parse base > /dev/null || exit 0 > git config --local diff.renameli

Re: [PATCH 0/5] SCSI: fix transfer limits for SCSI passthrough

2020-12-03 Thread Maxim Levitsky
On Wed, 2020-11-04 at 19:32 +0200, Maxim Levitsky wrote: > This patch series attempts to provide a solution to the problem of the > transfer > limits of the raw file driver (host_device/file-posix), some of which I > already tried to fix in the past. > > I included 2 patches from Tom Yan which fi

Re: [PATCH 0/5] SCSI: fix transfer limits for SCSI passthrough

2020-12-03 Thread Paolo Bonzini
On 03/12/20 13:49, Maxim Levitsky wrote: On Wed, 2020-11-04 at 19:32 +0200, Maxim Levitsky wrote: This patch series attempts to provide a solution to the problem of the transfer limits of the raw file driver (host_device/file-posix), some of which I already tried to fix in the past. I included