summaryrefslogtreecommitdiffstats
path: root/qemu-nbd.c
Commit message (Expand)AuthorAgeFilesLines
* qom: -object error messages lost location, restore itMarkus Armbruster2019-11-291-2/+1
* nbd: fix assert() on qemu-nbd stopPavel Butsykin2019-11-291-1/+1
* block: initialize qcrypto API at startupDaniel P. Berrange2019-11-291-0/+7
* qemu-nbd: Document -x optionEric Blake2019-11-291-0/+1
* qemu-nbd: Call blk_set_enable_write_cache() explicitlyKevin Wolf2019-11-291-1/+4
* util: move declarations out of qemu-common.hVeronia Bahaa2019-11-291-0/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-291-0/+1
* qapi: Don't special-case simple union wrappersEric Blake2019-11-291-3/+3
* blockdev: Split monitor reference from BB creationMax Reitz2019-11-291-2/+2
* util: Shorten references into SocketAddressEric Blake2019-11-291-4/+5
* all: Clean up includesPeter Maydell2019-11-291-2/+0
* qemu-nbd: use no_argument/required_argument constantsDaniel P. Berrange2019-11-291-25/+26
* qemu-nbd: don't overlap long option values with short optionsDaniel P. Berrange2019-11-291-7/+7
* qemu-nbd: allow specifying image as a set of options argsDaniel P. Berrange2019-11-291-5/+38
* nbd: enable use of TLS with qemu-nbd serverDaniel P. Berrange2019-11-291-1/+61
* nbd: implement TLS support in the protocol negotiationDaniel P. Berrange2019-11-291-1/+3
* nbd: allow setting of an export name for qemu-nbd serverDaniel P. Berrange2019-11-291-2/+12
* nbd: convert to using I/O channels for actual socket I/ODaniel P. Berrange2019-11-291-7/+3
* nbd: convert qemu-nbd server to use I/O channels for connection setupDaniel P. Berrange2019-11-291-38/+53
* qemu-nbd: add support for --object command line argDaniel P. Berrange2019-11-291-0/+34
* all: Clean up includesPeter Maydell2019-11-291-4/+1
* nbd: Always call "close_fn" in nbd_client_newFam Zheng2019-11-291-7/+3
* error: Clean up errors with embedded newlines (again)Markus Armbruster2019-11-291-3/+2
* error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2019-11-291-2/+2
* qemu-io qemu-nbd: Use error_report() etc. instead of fprintf()Markus Armbruster2019-11-291-1/+1
* error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster2019-11-291-6/+5
* qemu-nbd: Clean up "Failed to load snapshot" error messageMarkus Armbruster2019-11-291-9/+5
* error: Use error_report_err() instead of ad hoc printsMarkus Armbruster2019-11-291-2/+1
* error: Use error_report_err() where appropriate (again)Markus Armbruster2019-11-291-1/+1
* qemu-nbd: Replace BSDism <err.h> by error_report()Markus Armbruster2019-11-291-44/+77
* qapi: Don't let implicit enum MAX member collideEric Blake2019-11-291-1/+1
* sockets: Convert to new qapi union layoutEric Blake2015-11-021-8/+8
* qemu-nbd: always compile in --aio=MODE optionStefan Hajnoczi2015-10-161-8/+0
* qemu-nbd: convert to use the QAPI SocketAddress objectDaniel P. Berrange2015-09-251-64/+38
* Trivial: fix commandline help messageAndrey Korolyov2015-09-111-1/+1
* qemu-nbd: remove unnecessary qemu_notify_event()Paolo Bonzini2015-08-141-1/+0
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* QemuOpts: Wean off qerror_report_err()Markus Armbruster2015-06-221-1/+2
* qemu-nbd: Switch to qemu_set_fd_handlerFam Zheng2015-06-051-4/+17
* nbd: Set block size to BDRV_SECTOR_SIZEMax Reitz2015-03-181-3/+2
* nbd: Fix potential signed overflow issuesMax Reitz2015-03-181-2/+3
* qemu-nbd: fork() can failMax Reitz2015-03-181-1/+3
* nbd: Handle blk_getlength() failureMax Reitz2015-03-181-1/+9
* qemu-nbd: Detect unused partitions by system == 0Max Reitz2015-03-181-2/+4
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...Peter Maydell2015-02-261-8/+4
|\
| * error: Use error_report_err() where appropriateMarkus Armbruster2015-02-181-8/+4
* | qemu-nbd: Use blk_new_open() in main()Max Reitz2015-02-161-16/+9
|/
* nbd: Improve error messagesMax Reitz2015-02-061-1/+6
* qemu-nbd: Use BlockBackend where reasonableMax Reitz2014-12-101-5/+5
* nbd: Change external interface to BlockBackendMax Reitz2014-12-101-1/+1
OpenPOWER on IntegriCloud