summaryrefslogtreecommitdiff
path: root/qemu-nbd.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-02nbd: Add qemu-nbd -D for human-readable descriptionEric Blake1-1/+11
2016-10-24qemu-nbd: Add --fork optionMax Reitz1-1/+16
2016-10-12trace: provide mechanism for registering trace eventsDaniel P. Berrange1-0/+1
2016-10-06qemu-nbd: Shrink image size by specified offsetTomáš Golembiovský1-0/+8
2016-09-05nbd-server: Use a separate BlockBackendKevin Wolf1-2/+2
2016-08-03nbd: Limit nbdflags to 16 bitsEric Blake1-2/+2
2016-06-28trace: enable tracing in qemu-nbdDenis V. Lunev1-1/+18
2016-06-16nbd: Don't use *_to_cpup() functionsPeter Maydell1-2/+2
2016-05-20Use &error_fatal when initializing crypto on qemu-{img,io,nbd}Eduardo Habkost1-4/+1
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini1-0/+1
2016-05-12nbd: Switch to byte-based block accessEric Blake1-4/+9
2016-04-28qom: -object error messages lost location, restore itMarkus Armbruster1-2/+1
2016-04-15nbd: fix assert() on qemu-nbd stopPavel Butsykin1-1/+1
2016-04-12block: initialize qcrypto API at startupDaniel P. Berrange1-0/+7
2016-04-08qemu-nbd: Document -x optionEric Blake1-0/+1
2016-03-30qemu-nbd: Call blk_set_enable_write_cache() explicitlyKevin Wolf1-1/+4
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-18qapi: Don't special-case simple union wrappersEric Blake1-3/+3
2016-03-17blockdev: Split monitor reference from BB creationMax Reitz1-2/+2
2016-03-05util: Shorten references into SocketAddressEric Blake1-4/+5
2016-02-23all: Clean up includesPeter Maydell1-2/+0
2016-02-22qemu-nbd: use no_argument/required_argument constantsDaniel P. Berrange1-25/+26
2016-02-22qemu-nbd: don't overlap long option values with short optionsDaniel P. Berrange1-7/+7
2016-02-22qemu-nbd: allow specifying image as a set of options argsDaniel P. Berrange1-5/+38
2016-02-16nbd: enable use of TLS with qemu-nbd serverDaniel P. Berrange1-1/+61
2016-02-16nbd: implement TLS support in the protocol negotiationDaniel P. Berrange1-1/+3
2016-02-16nbd: allow setting of an export name for qemu-nbd serverDaniel P. Berrange1-2/+12
2016-02-16nbd: convert to using I/O channels for actual socket I/ODaniel P. Berrange1-7/+3
2016-02-16nbd: convert qemu-nbd server to use I/O channels for connection setupDaniel P. Berrange1-38/+53
2016-02-16qemu-nbd: add support for --object command line argDaniel P. Berrange1-0/+34
2016-02-04all: Clean up includesPeter Maydell1-4/+1
2016-01-15nbd: Always call "close_fn" in nbd_client_newFam Zheng1-7/+3
2016-01-13error: Clean up errors with embedded newlines (again)Markus Armbruster1-3/+2
2016-01-13error: Strip trailing '\n' from error string arguments (again)Markus Armbruster1-2/+2
2016-01-13qemu-io qemu-nbd: Use error_report() etc. instead of fprintf()Markus Armbruster1-1/+1
2016-01-13error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster1-6/+5
2016-01-13qemu-nbd: Clean up "Failed to load snapshot" error messageMarkus Armbruster1-9/+5
2016-01-13error: Use error_report_err() instead of ad hoc printsMarkus Armbruster1-2/+1
2016-01-13error: Use error_report_err() where appropriate (again)Markus Armbruster1-1/+1
2016-01-13qemu-nbd: Replace BSDism <err.h> by error_report()Markus Armbruster1-44/+77
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake1-1/+1
2015-11-02sockets: Convert to new qapi union layoutEric Blake1-8/+8
2015-10-16qemu-nbd: always compile in --aio=MODE optionStefan Hajnoczi1-8/+0
2015-09-25qemu-nbd: convert to use the QAPI SocketAddress objectDaniel P. Berrange1-64/+38
2015-09-11Trivial: fix commandline help messageAndrey Korolyov1-1/+1
2015-08-14qemu-nbd: remove unnecessary qemu_notify_event()Paolo Bonzini1-1/+0
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2015-06-22QemuOpts: Wean off qerror_report_err()Markus Armbruster1-1/+2
2015-06-05qemu-nbd: Switch to qemu_set_fd_handlerFam Zheng1-4/+17