aboutsummaryrefslogtreecommitdiff
path: root/qemu-nbd.c
AgeCommit message (Expand)Author
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
2020-10-02block/export: Remove magic from block-export-addKevin Wolf
2020-10-02qemu-nbd: Use raw block driver for --offsetKevin Wolf
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-09-02nbd: disable signals and forking on Windows buildsDaniel P. Berrangé
2020-09-02nbd: skip SIGTERM handler if NBD device support is not builtDaniel P. Berrangé
2020-09-02block: add missing socket_init() calls to toolsDaniel P. Berrangé
2020-05-27error: Use error_reportf_err() where appropriateMarkus Armbruster
2020-05-18qemu-nbd: Close inherited stderrRaphael Pour
2020-02-05qemu-nbd: Removed deprecated --partition optionEric Blake
2020-01-30qemu-nbd: adds option for aio enginesAarushi Mehta
2019-11-18nbd: Don't send oversize stringsEric Blake
2019-10-14qemu-nbd: Support help options for --objectKevin Wolf
2019-09-05nbd: Prepare for NBD_CMD_FLAG_FAST_ZEROEric Blake
2019-09-05nbd: Improve per-export flag handling in serverEric Blake
2019-09-05nbd: Advertise multi-conn for shared read-only connectionsEric Blake
2019-09-03socket: Add num connections to qio_net_listener_open_sync()Juan Quintela
2019-08-15block/nbd: use non-blocking io channel for nbd negotiationVladimir Sementsov-Ogievskiy
2019-06-13qemu-nbd: Do not close stderrMax Reitz
2019-06-13qemu-nbd: Add --pid-file optionMax Reitz
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster