On Fri, Apr 01, 2016 at 04:30:44PM +0200, Cornelia Huck wrote:
> On Fri, 1 Apr 2016 16:14:22 +0200
> Christian Borntraeger wrote:
>
> > On 04/01/2016 03:19 PM, Paolo Bonzini wrote:
> > > Reentrancy cannot happen while the BQL is being held.
> > >
> > > Reviewed-by: Cornelia Huck
> > > Signed-of
On Fri, 1 Apr 2016 16:14:22 +0200
Christian Borntraeger wrote:
> On 04/01/2016 03:19 PM, Paolo Bonzini wrote:
> > Reentrancy cannot happen while the BQL is being held.
> >
> > Reviewed-by: Cornelia Huck
> > Signed-off-by: Paolo Bonzini
>
> Reverting this patch makes the segfaults go away.
>
On 04/01/2016 03:19 PM, Paolo Bonzini wrote:
> Reentrancy cannot happen while the BQL is being held.
>
> Reviewed-by: Cornelia Huck
> Signed-off-by: Paolo Bonzini
Reverting this patch makes the segfaults go away.
> ---
> hw/block/dataplane/virtio-blk.c | 12 ++--
> hw/scsi/virtio-
Reentrancy cannot happen while the BQL is being held.
Reviewed-by: Cornelia Huck
Signed-off-by: Paolo Bonzini
---
hw/block/dataplane/virtio-blk.c | 12 ++--
hw/scsi/virtio-scsi-dataplane.c | 9 +
include/hw/virtio/virtio-scsi.h | 2 --
3 files changed, 3 insertions(+), 20 dele
On Wed, 30 Mar 2016 14:48:08 +0200
Paolo Bonzini wrote:
> Reentrancy cannot happen while the BQL is being held.
>
> Signed-off-by: Paolo Bonzini
> ---
> hw/block/dataplane/virtio-blk.c | 12 ++--
> hw/scsi/virtio-scsi-dataplane.c | 9 +
> include/hw/virtio/virtio-scsi.h | 2 -
Reentrancy cannot happen while the BQL is being held.
Signed-off-by: Paolo Bonzini
---
hw/block/dataplane/virtio-blk.c | 12 ++--
hw/scsi/virtio-scsi-dataplane.c | 9 +
include/hw/virtio/virtio-scsi.h | 2 --
3 files changed, 3 insertions(+), 20 deletions(-)
diff --git a/hw/bl