[pve-devel] [PATCH-SERIES qemu 0/6] async snapshot improvements

2025-04-05 Thread Fiona Ebner
Most importantly, start using a dedicated IO thread for the state file when doing a live snapshot. Having the state file be in the iohandler context means that a blk_drain_all() call in the main thread or vCPU thread that happens while the snapshot is running will result in a deadlock. This chang

Re: [pve-devel] [PATCH-SERIES qemu 0/6] async snapshot improvements

2025-03-31 Thread Fiona Ebner
Am 31.03.25 um 16:55 schrieb Fiona Ebner: > Most importantly, start using a dedicated IO thread for the state > file when doing a live snapshot. > > Having the state file be in the iohandler context means that a > blk_drain_all() call in the main thread or vCPU thread that happens > while the snap