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