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