aboutsummaryrefslogtreecommitdiff
path: root/qemu-nbd.c
AgeCommit message (Expand)Author
2018-03-12Polish the version strings containing the package versionThomas Huth
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2017-12-21blockdev: convert qemu-nbd server to QIONetListenerDaniel P. Berrange
2017-09-04qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau
2017-09-04qapi: Generate FOO_str() macro for QAPI enum FOOMarkus Armbruster
2017-09-04qapi: Drop superfluous qapi_enum_parse() parameter maxMarkus Armbruster
2017-08-08maint: Include bug-reporting info in --help outputEric Blake
2017-07-24maint: Reorder include directives for qemu-{nbd, io}Eric Blake
2017-07-24qemu-nbd: Update version stringEric Blake
2017-07-14nbd: Implement NBD_INFO_BLOCK_SIZE on clientEric Blake
2017-07-14nbd: Create struct for tracking export infoEric Blake
2017-06-15qemu-nbd: Ignore SIGPIPEMax Reitz
2017-06-15nbd: Fix regression on resiliency to port scanEric Blake
2017-06-07nbd: Fully initialize client in case of failed negotiationEric Blake
2017-06-06nbd/client.c: use errp instead of LOGVladimir Sementsov-Ogievskiy
2017-05-09sockets: Limit SocketAddressLegacy to external interfacesMarkus Armbruster
2017-05-09sockets: Rename SocketAddress to SocketAddressLegacyMarkus Armbruster
2017-05-09qobject: Use simpler QDict/QList scalar insertion macrosEric Blake
2017-03-19qemu-ga: obey LISTEN_PID when using systemd socket activationPaolo Bonzini
2017-02-16qemu-nbd: Implement socket activation.Richard W.M. Jones
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