Revision 3218890da457ee17b3b49b8c2451130ed808cb79 authored by Peter Xu on 26 March 2023, 17:25:38 UTC, committed by Michael Tokarev on 13 April 2023, 15:28:26 UTC
TLS iochannel will inherit io_shutdown() from the master ioc, however we
missed to do that on the server side.

This will e.g. allow qemu_file_shutdown() to work on dest QEMU too for
migration.

Acked-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
(cherry picked from commit 86d063fa83901bc8150343ff8b03979fbea392c9)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
1 parent dda5750
History
File Mode Size
dump-hmp-cmds.c -rw-r--r-- 2.5 KB
dump.c -rw-r--r-- 65.1 KB
meson.build -rw-r--r-- 212 bytes
win_dump.c -rw-r--r-- 13.9 KB
win_dump.h -rw-r--r-- 365 bytes

back to top