aboutsummaryrefslogtreecommitdiff
path: root/nbd/client-connection.c
AgeCommit message (Expand)Author
2024-10-02nbd: fix -Werror=maybe-uninitialized false-positiveMarc-André Lureau
2023-10-05nbd/client: Request extended headers during negotiationEric Blake
2023-09-22nbd: Replace bool structured_reply with mode enumEric Blake
2023-09-08Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi
2023-09-08misc/other: spelling fixesMichael Tokarev
2023-09-07nbd: drop unused nbd_receive_negotiate() aio_context argumentStefan Hajnoczi
2023-06-05bulk: Remove pointless QOM castsPhilippe Mathieu-Daudé
2023-01-20coroutine: Split qemu/coroutine-core.h off qemu/coroutine.hMarkus Armbruster
2022-06-29nbd: trace long NBD operationsDenis V. Lunev
2022-03-07block: pass desired TLS hostname through from block driver clientDaniel P. Berrangé
2021-12-21nbd/client-connection: improve error message of cancelled attemptVladimir Sementsov-Ogievskiy
2021-12-21nbd/client-connection: nbd_co_establish_connection(): return real errorVladimir Sementsov-Ogievskiy
2021-09-29nbd/client-connection: nbd_co_establish_connection(): fix non set errpVladimir Sementsov-Ogievskiy
2021-06-18nbd/client-connection: add option for non-blocking connection attemptVladimir Sementsov-Ogievskiy
2021-06-18nbd/client-connection: return only one io channelVladimir Sementsov-Ogievskiy
2021-06-18nbd/client-connection: shutdown connection on releaseVladimir Sementsov-Ogievskiy
2021-06-18nbd/client-connection: implement connection retryVladimir Sementsov-Ogievskiy
2021-06-18nbd/client-connection: add possibility of negotiationVladimir Sementsov-Ogievskiy
2021-06-18nbd/client-connection: use QEMU_LOCK_GUARDVladimir Sementsov-Ogievskiy
2021-06-18nbd: move connection code from block/nbd to nbd/client-connectionVladimir Sementsov-Ogievskiy