aboutsummaryrefslogtreecommitdiff
path: root/qemu-nbd.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-05nbd: Improve per-export flag handling in serverEric Blake1-3/+3
2019-09-05nbd: Advertise multi-conn for shared read-only connectionsEric Blake1-1/+1
2019-09-03socket: Add num connections to qio_net_listener_open_sync()Juan Quintela1-1/+1
2019-08-15block/nbd: use non-blocking io channel for nbd negotiationVladimir Sementsov-Ogievskiy1-1/+1
2019-06-13qemu-nbd: Do not close stderrMax Reitz1-1/+2
2019-06-13qemu-nbd: Add --pid-file optionMax Reitz1-0/+11
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster1-0/+1
2019-05-07qemu-nbd: Look up flag names in arrayMax Reitz1-29/+17
2019-04-17log: Make glib logging go through QEMUChristophe Fergeau1-1/+1
2019-03-06qemu-nbd: add support for authorization of TLS clientsDaniel P. Berrange1-1/+18
2019-02-04qemu-nbd: Deprecate qemu-nbd --partitionEric Blake1-0/+2
2019-01-21qemu-nbd: Add --list optionEric Blake1-13/+142
2019-01-21nbd/client: Move export name into NBDExportInfoEric Blake1-2/+4
2019-01-21qemu-nbd: Avoid strtol open-codingEric Blake1-19/+9
2019-01-21nbd/server: Favor [u]int64_t over off_tEric Blake1-18/+11
2019-01-21qemu-nbd: Sanity check partition boundsEric Blake1-1/+21
2019-01-14qemu-nbd: Add --bitmap=NAME optionEric Blake1-2/+8
2019-01-14nbd: Merge nbd_export_bitmap into nbd_export_newEric Blake1-2/+3
2019-01-14nbd: Merge nbd_export_set_name into nbd_export_newEric Blake1-5/+3