diff options
author | Fabiano Rosas <farosas@suse.de> | 2025-02-05 13:15:00 -0300 |
---|---|---|
committer | Fabiano Rosas <farosas@suse.de> | 2025-02-14 15:19:03 -0300 |
commit | 30ee88622edfa962154222b4a674361488ed823b (patch) | |
tree | 3f2e72a45ffb16a842797ab78244c1445d3ec663 /scripts/qapi/commands.py | |
parent | ab1cb3683bd0462695a75aa9a8c1d07731caf304 (diff) | |
download | qemu-30ee88622edfa962154222b4a674361488ed823b.zip qemu-30ee88622edfa962154222b4a674361488ed823b.tar.gz qemu-30ee88622edfa962154222b4a674361488ed823b.tar.bz2 |
io: tls: Add qio_channel_tls_bye
Add a task dispatcher for gnutls_bye similar to the
qio_channel_tls_handshake_task(). The gnutls_bye() call might be
interrupted and so it needs to be rescheduled.
The migration code will make use of this to help the migration
destination identify a premature EOF. Once the session termination is
in place, any EOF that happens before the source issued gnutls_bye()
will be considered an error.
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Acked-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
Diffstat (limited to 'scripts/qapi/commands.py')
0 files changed, 0 insertions, 0 deletions