]> git.proxmox.com Git - pve-qemu.git/commitdiff
fixup patch "ide: avoid potential deadlock when draining during trim"
authorFiona Ebner <f.ebner@proxmox.com>
Thu, 9 Mar 2023 13:37:34 +0000 (14:37 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 13 Mar 2023 16:36:19 +0000 (17:36 +0100)
The patch was incomplete and (re-)introduced an issue with a potential
failing assertion upon cancelation of the DMA request.

There is a patch on qemu-devel now[0], and it's the same as this one
code-wise (except for comments). But the discussion is still ongoing.
While there shouldn't be a real issue with the patch, there might be
better approaches. The plan is to use this as a stop-gap for now and
pick up the proper solution once it's ready.

[0]: https://lists.nongnu.org/archive/html/qemu-devel/2023-03/msg03325.html

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>

No differences found