Re: [PATCH] hw/scsi/vmw_pvscsi: Remove assertion for kick after reset

2020-03-18 Thread Paolo Bonzini
On 15/03/20 14:26, Liran Alon wrote: > From: Elazar Leibovich > > When running Ubuntu 3.13.0-65-generic guest, QEMU sometimes crashes > during guest ACPI reset. It crashes on assert(s->rings_info_valid) > in pvscsi_process_io(). > > Analyzing the crash revealed that it happens when userspace iss

Re: [PATCH] hw/scsi/vmw_pvscsi: Remove assertion for kick after reset

2020-03-15 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200315132634.113632-1-liran.a...@oracle.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN

Re: [PATCH] hw/scsi/vmw_pvscsi: Remove assertion for kick after reset

2020-03-15 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200315132447.113131-1-liran.a...@oracle.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN

[PATCH] hw/scsi/vmw_pvscsi: Remove assertion for kick after reset

2020-03-15 Thread Liran Alon
From: Elazar Leibovich When running Ubuntu 3.13.0-65-generic guest, QEMU sometimes crashes during guest ACPI reset. It crashes on assert(s->rings_info_valid) in pvscsi_process_io(). Analyzing the crash revealed that it happens when userspace issues a sync during a reboot syscall. Below are back

[PATCH] hw/scsi/vmw_pvscsi: Remove assertion for kick after reset

2020-03-15 Thread Liran Alon
From: Elazar Leibovich When running Ubuntu 3.13.0-65-generic guest, QEMU sometimes crashes during guest ACPI reset. It crashes on assert(s->rings_info_valid) in pvscsi_process_io(). Analyzing the crash revealed that it happens when userspace issues a sync during a reboot syscall. Below are back