Re: [PATCH 10/36] qemu: Use new connection close callbacks API

2023-01-06 Thread Pavel Hrdina
On Thu, Jan 05, 2023 at 05:29:59PM +0100, Peter Krempa wrote: > The qemu driver uses connection close callbacks in more places requiring > more changes than other drivers, but luckily the changes are very > straightforward. The migration code was written in a way ensuring that > there's just one

[PATCH 10/36] qemu: Use new connection close callbacks API

2023-01-05 Thread Peter Krempa
The qemu driver uses connection close callbacks in more places requiring more changes than other drivers, but luckily the changes are very straightforward. The migration code was written in a way ensuring that there's just one callback present so this can be preserved directly. Signed-off-by: