aboutsummaryrefslogtreecommitdiff
path: root/qemu-nbd.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-02block/export: Remove magic from block-export-addKevin Wolf1-2/+1
2020-10-02qemu-nbd: Use raw block driver for --offsetKevin Wolf1-15/+12
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-1/+1
2020-09-02nbd: disable signals and forking on Windows buildsDaniel P. Berrangé1-0/+5
2020-09-02nbd: skip SIGTERM handler if NBD device support is not builtDaniel P. Berrangé1-1/+4
2020-09-02block: add missing socket_init() calls to toolsDaniel P. Berrangé1-0/+1
2020-05-27error: Use error_reportf_err() where appropriateMarkus Armbruster1-4/+3
2020-05-18qemu-nbd: Close inherited stderrRaphael Pour1-1/+5
2020-02-05qemu-nbd: Removed deprecated --partition optionEric Blake1-131/+2
2020-01-30qemu-nbd: adds option for aio enginesAarushi Mehta1-8/+4
2019-11-18nbd: Don't send oversize stringsEric Blake1-0/+9
2019-10-14qemu-nbd: Support help options for --objectKevin Wolf1-1/+8
2019-09-05nbd: Prepare for NBD_CMD_FLAG_FAST_ZEROEric Blake1-0/+1