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