Re: [Qemu-block] [PATCH] scsi-disk: Fix crash if underlying host file or disk returns error.

2018-11-22 Thread Kevin Wolf
Am 21.11.2018 um 19:31 hat Paolo Bonzini geschrieben: > On 21/11/18 13:47, Richard W.M. Jones wrote: > > Commit 40dce4ee6 "scsi-disk: fix rerror/werror=ignore" introduced a > > bug which causes qemu to crash with the assertion error below if the > > host file or disk returns an error: > > > >

Re: [Qemu-block] [PATCH] scsi-disk: Fix crash if underlying host file or disk returns error.

2018-11-21 Thread Paolo Bonzini
On 21/11/18 13:47, Richard W.M. Jones wrote: > Commit 40dce4ee6 "scsi-disk: fix rerror/werror=ignore" introduced a > bug which causes qemu to crash with the assertion error below if the > host file or disk returns an error: > > qemu-system-x86_64: hw/scsi/scsi-bus.c:1374: scsi_req_complete: >

Re: [Qemu-block] [PATCH] scsi-disk: Fix crash if underlying host file or disk returns error.

2018-11-21 Thread Kevin Wolf
Am 21.11.2018 um 13:47 hat Richard W.M. Jones geschrieben: > Commit 40dce4ee6 "scsi-disk: fix rerror/werror=ignore" introduced a > bug which causes qemu to crash with the assertion error below if the > host file or disk returns an error: > > qemu-system-x86_64: hw/scsi/scsi-bus.c:1374:

[Qemu-block] [PATCH] scsi-disk: Fix crash if underlying host file or disk returns error.

2018-11-21 Thread Richard W.M. Jones
Commit 40dce4ee6 "scsi-disk: fix rerror/werror=ignore" introduced a bug which causes qemu to crash with the assertion error below if the host file or disk returns an error: qemu-system-x86_64: hw/scsi/scsi-bus.c:1374: scsi_req_complete: Assertion `req->status == -1' failed. Kevin Wolf