aboutsummaryrefslogtreecommitdiff
path: root/qemu-nbd.c
AgeCommit message (Expand)Author
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
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster
2019-05-07qemu-nbd: Look up flag names in arrayMax Reitz
2019-04-17log: Make glib logging go through QEMUChristophe Fergeau
2019-03-06qemu-nbd: add support for authorization of TLS clientsDaniel P. Berrange
2019-02-04qemu-nbd: Deprecate qemu-nbd --partitionEric Blake
2019-01-21qemu-nbd: Add --list optionEric Blake
2019-01-21nbd/client: Move export name into NBDExportInfoEric Blake
2019-01-21qemu-nbd: Avoid strtol open-codingEric Blake
2019-01-21nbd/server: Favor [u]int64_t over off_tEric Blake
2019-01-21qemu-nbd: Sanity check partition boundsEric Blake