Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
io: tls: Inherit QIO_CHANNEL_FEATURE_SHUTDOWN on server side
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é <[email protected]> Signed-off-by: Peter Xu <[email protected]> Reviewed-by: Juan Quintela <[email protected]> Signed-off-by: Juan Quintela <[email protected]> (cherry picked from commit 86d063f) Signed-off-by: Michael Tokarev <[email protected]>
- Loading branch information