Re: [PATCH] qemu_cleanup: begin drained section after vm_shutdown()

2023-08-17 Thread Fiona Ebner
Am 14.08.23 um 15:53 schrieb Kevin Wolf: > Am 06.07.2023 um 16:43 hat Paolo Bonzini geschrieben: >> Queued, thanks. > > This patch broke qemu-iotests 109 (for raw images), some block jobs get > now paused once more. This is probably okay, but please double check and > fix either the reference outp

Re: [PATCH] qemu_cleanup: begin drained section after vm_shutdown()

2023-08-16 Thread Kevin Wolf
Am 14.08.2023 um 15:53 hat Kevin Wolf geschrieben: > Am 06.07.2023 um 16:43 hat Paolo Bonzini geschrieben: > > Queued, thanks. > > This patch broke qemu-iotests 109 (for raw images), some block jobs get > now paused once more. This is probably okay, but please double check and > fix either the ref

Re: [PATCH] qemu_cleanup: begin drained section after vm_shutdown()

2023-08-14 Thread Kevin Wolf
Am 06.07.2023 um 16:43 hat Paolo Bonzini geschrieben: > Queued, thanks. This patch broke qemu-iotests 109 (for raw images), some block jobs get now paused once more. This is probably okay, but please double check and fix either the reference output or the code. Kevin

Re: [PATCH] qemu_cleanup: begin drained section after vm_shutdown()

2023-07-06 Thread Paolo Bonzini
Queued, thanks. Paolo

[PATCH] qemu_cleanup: begin drained section after vm_shutdown()

2023-07-06 Thread Fiona Ebner
in order to avoid requests being stuck in a BlockBackend's request queue during cleanup. Having such requests can lead to a deadlock [0] with a virtio-scsi-pci device using iothread that's busy with IO when initiating a shutdown with QMP 'quit'. There is a race where such a queued request can cont