aboutsummaryrefslogtreecommitdiff
path: root/qemu-nbd.c
AgeCommit message (Expand)Author
2024-02-13qemu-nbd: mention --tls-hostname option in qemu-nbd --helpMichael Tokarev
2023-12-21block: remove AioContext lockingStefan Hajnoczi
2023-10-05nbd/server: Add FLAG_PAYLOAD support to CMD_BLOCK_STATUSEric Blake
2023-10-05nbd/client: Request extended headers during negotiationEric Blake
2023-09-29qemu-nbd: changes towards enabling -Wshadow=localEric Blake
2023-09-22nbd: Replace bool structured_reply with mode enumEric Blake
2023-09-08qemu-nbd: Restore "qemu-nbd -v --fork" outputDenis V. Lunev
2023-09-07qemu-nbd: invent nbd_client_release_pipe() helperDenis V. Lunev
2023-09-07qemu-nbd: put saddr into into struct NbdClientOptsDenis V. Lunev
2023-09-07qemu-nbd: move srcpath into struct NbdClientOptsDenis V. Lunev
2023-09-07qemu-nbd: define struct NbdClientOpts when HAVE_NBD_DEVICE is not definedDenis V. Lunev
2023-09-07qemu-nbd: improve error message for dup2 errorDenis V. Lunev
2023-09-07nbd: drop unused nbd_receive_negotiate() aio_context argumentStefan Hajnoczi
2023-07-27qemu-nbd: regression with arguments passing into nbd_client_thread()Denis V. Lunev
2023-07-19qemu-nbd: make verbose bool and local variable in main()Denis V. Lunev
2023-07-19qemu-nbd: handle dup2() error when qemu-nbd finished setup processDenis V. Lunev
2023-07-19qemu-nbd: properly report error on error in dup2() after qemu_daemon()Denis V. Lunev
2023-07-19qemu-nbd: properly report error if qemu_daemon() is failedDenis V. Lunev
2023-07-19qemu-nbd: fix regression with qemu-nbd --fork run over sshDenis V. Lunev
2023-07-19qemu-nbd: pass structure into nbd_client_thread instead of plain char*Denis V. Lunev
2023-05-30block: Take main AioContext lock when calling bdrv_open()Kevin Wolf
2022-12-14qapi block: Elide redundant has_FOO in generated CMarkus Armbruster
2022-05-12qemu-nbd: Pass max connections to blockdev layerEric Blake
2022-05-03Replace qemu_pipe() with g_unix_open_pipe()Marc-André Lureau
2022-04-26qapi: nbd-export: allow select bitmaps by node/name pairVladimir Sementsov-Ogievskiy
2022-04-21include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau
2022-04-20util/log: Pass Error pointer to qemu_set_logRichard Henderson
2022-03-07block/nbd: don't restrict TLS usage to IP socketsDaniel P. Berrangé
2022-03-07qemu-nbd: add --tls-hostname option for TLS certificate validationDaniel P. Berrangé
2021-11-16nbd/server: Add --selinux-label optionRichard W.M. Jones
2021-09-29qemu-nbd: Change default cache mode to writebackNir Soffer
2021-08-26error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster
2021-06-29qemu-nbd: Use qcrypto_tls_creds_check_endpoint()Philippe Mathieu-Daudé
2021-03-19qemu-nbd: Use user_creatable_process_cmdline() for --objectKevin Wolf
2021-02-12qemu-nbd: Permit --shared=0 for unlimited clientsEric Blake
2021-02-12qemu-nbd: Use SOMAXCONN for socket listen() backlogEric Blake
2021-02-02block: move blk_exp_close_all() to qemu_cleanup()Sergio Lopez
2021-01-20qemu-nbd: Fix a memleak in nbd_client_thread()Alex Chen
2021-01-20qemu-nbd: Fix a memleak in qemu_nbd_client_list()Alex Chen
2020-11-11trace: remove argument from trace_init_filePaolo Bonzini
2020-10-30nbd: Add 'qemu-nbd -A' to expose allocation depthEric Blake
2020-10-30nbd: Update qapi to support exporting multiple bitmapsEric Blake
2020-10-23block: move block exports to libblockdevStefan Hajnoczi
2020-10-09qemu-nbd: Honor SIGINT and SIGHUPEric Blake
2020-10-02block/export: Move writable to BlockExportOptionsKevin Wolf
2020-10-02block/export: Add 'id' option to block-export-addKevin Wolf
2020-10-02block/export: Add blk_exp_close_all(_type)Kevin Wolf
2020-10-02block/export: Add node-name to BlockExportOptionsKevin Wolf
2020-10-02qemu-nbd: Use blk_exp_add() to create the exportKevin Wolf
2020-10-02nbd: Remove NBDExport.close callbackKevin Wolf