summaryrefslogtreecommitdiffstats
path: root/qemu-nbd.c
Commit message (Expand)AuthorAgeFilesLines
* block: move blk_exp_close_all() to qemu_cleanup()Sergio Lopez2021-02-021-0/+1
* qemu-nbd: Fix a memleak in nbd_client_thread()Alex Chen2021-01-201-23/+17Star
* qemu-nbd: Fix a memleak in qemu_nbd_client_list()Alex Chen2021-01-201-1/+1
* trace: remove argument from trace_init_filePaolo Bonzini2020-11-111-4/+2Star
* nbd: Add 'qemu-nbd -A' to expose allocation depthEric Blake2020-10-301-2/+10
* nbd: Update qapi to support exporting multiple bitmapsEric Blake2020-10-301-9/+9
* block: move block exports to libblockdevStefan Hajnoczi2020-10-231-13/+8Star
* qemu-nbd: Honor SIGINT and SIGHUPEric Blake2020-10-091-7/+8
* block/export: Move writable to BlockExportOptionsKevin Wolf2020-10-021-2/+2
* block/export: Add 'id' option to block-export-addKevin Wolf2020-10-021-0/+1
* block/export: Add blk_exp_close_all(_type)Kevin Wolf2020-10-021-1/+1
* block/export: Add node-name to BlockExportOptionsKevin Wolf2020-10-021-1/+1
* qemu-nbd: Use blk_exp_add() to create the exportKevin Wolf2020-10-021-6/+22
* nbd: Remove NBDExport.close callbackKevin Wolf2020-10-021-10/+4Star
* block/export: Remove magic from block-export-addKevin Wolf2020-10-021-2/+1Star
* qemu-nbd: Use raw block driver for --offsetKevin Wolf2020-10-021-15/+12Star
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-1/+1
* nbd: disable signals and forking on Windows buildsDaniel P. Berrangé2020-09-021-0/+5
* nbd: skip SIGTERM handler if NBD device support is not builtDaniel P. Berrangé2020-09-021-1/+4
* block: add missing socket_init() calls to toolsDaniel P. Berrangé2020-09-021-0/+1
* error: Use error_reportf_err() where appropriateMarkus Armbruster2020-05-271-4/+3Star
* qemu-nbd: Close inherited stderrRaphael Pour2020-05-181-1/+5
* qemu-nbd: Removed deprecated --partition optionEric Blake2020-02-061-131/+2Star
* qemu-nbd: adds option for aio enginesAarushi Mehta2020-01-301-8/+4Star
* nbd: Don't send oversize stringsEric Blake2019-11-181-0/+9
* qemu-nbd: Support help options for --objectKevin Wolf2019-10-141-1/+8
* nbd: Prepare for NBD_CMD_FLAG_FAST_ZEROEric Blake2019-09-051-0/+1
* nbd: Improve per-export flag handling in serverEric Blake2019-09-051-3/+3
* nbd: Advertise multi-conn for shared read-only connectionsEric Blake2019-09-051-1/+1
* socket: Add num connections to qio_net_listener_open_sync()Juan Quintela2019-09-031-1/+1
* block/nbd: use non-blocking io channel for nbd negotiationVladimir Sementsov-Ogievskiy2019-08-151-1/+1
* qemu-nbd: Do not close stderrMax Reitz2019-06-131-1/+2
* qemu-nbd: Add --pid-file optionMax Reitz2019-06-131-0/+11
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+1
* qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster2019-06-111-0/+1
* qemu-nbd: Look up flag names in arrayMax Reitz2019-05-071-29/+17Star
* log: Make glib logging go through QEMUChristophe Fergeau2019-04-171-1/+1
* qemu-nbd: add support for authorization of TLS clientsDaniel P. Berrange2019-03-061-1/+18
* qemu-nbd: Deprecate qemu-nbd --partitionEric Blake2019-02-041-0/+2
* qemu-nbd: Add --list optionEric Blake2019-01-211-13/+142
* nbd/client: Move export name into NBDExportInfoEric Blake2019-01-211-2/+4
* qemu-nbd: Avoid strtol open-codingEric Blake2019-01-211-19/+9Star
* nbd/server: Favor [u]int64_t over off_tEric Blake2019-01-211-18/+11Star
* qemu-nbd: Sanity check partition boundsEric Blake2019-01-211-1/+21
* qemu-nbd: Add --bitmap=NAME optionEric Blake2019-01-141-2/+8
* nbd: Merge nbd_export_bitmap into nbd_export_newEric Blake2019-01-141-2/+3
* nbd: Merge nbd_export_set_name into nbd_export_newEric Blake2019-01-141-5/+3Star
* qemu-nbd: Rename 'exp' variable clashing with math::exp() symbolPhilippe Mathieu-Daudé2019-01-141-9/+10
* qemu-nbd: Fail earlier for -c/-d on non-linuxEric Blake2019-01-051-2/+19