summaryrefslogtreecommitdiffstats
path: root/qemu-nbd.c
Commit message (Expand)AuthorAgeFilesLines
...
* qemu-nbd: Look up flag names in arrayMax Reitz2019-05-071-29/+17Star
* log: Make glib logging go through QEMUChristophe Fergeau2019-04-171-1/+1
* qemu-nbd: add support for authorization of TLS clientsDaniel P. Berrange2019-03-061-1/+18
* qemu-nbd: Deprecate qemu-nbd --partitionEric Blake2019-02-041-0/+2
* qemu-nbd: Add --list optionEric Blake2019-01-211-13/+142
* nbd/client: Move export name into NBDExportInfoEric Blake2019-01-211-2/+4
* qemu-nbd: Avoid strtol open-codingEric Blake2019-01-211-19/+9Star
* nbd/server: Favor [u]int64_t over off_tEric Blake2019-01-211-18/+11Star
* qemu-nbd: Sanity check partition boundsEric Blake2019-01-211-1/+21
* qemu-nbd: Add --bitmap=NAME optionEric Blake2019-01-141-2/+8
* nbd: Merge nbd_export_bitmap into nbd_export_newEric Blake2019-01-141-2/+3
* nbd: Merge nbd_export_set_name into nbd_export_newEric Blake2019-01-141-5/+3Star
* qemu-nbd: Rename 'exp' variable clashing with math::exp() symbolPhilippe Mathieu-Daudé2019-01-141-9/+10
* qemu-nbd: Fail earlier for -c/-d on non-linuxEric Blake2019-01-051-2/+19
* qemu-nbd: Use program name in error messagesEric Blake2019-01-051-0/+1
* qom: Clean up error reporting in user_creatable_add_opts_foreach()Markus Armbruster2018-10-191-5/+3Star
* Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster2018-10-191-5/+1Star
* nbd/server: drop old-style negotiationVladimir Sementsov-Ogievskiy2018-10-031-1/+1
* qemu-nbd: drop old-style negotiationVladimir Sementsov-Ogievskiy2018-10-031-19/+6Star
* qemu-nbd: Document --tls-credsEric Blake2018-10-031-0/+1
* block: Cancel job in bdrv_close_all() callersKevin Wolf2018-05-231-1/+7
* Polish the version strings containing the package versionThomas Huth2018-03-121-1/+1
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-1/+1
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* blockdev: convert qemu-nbd server to QIONetListenerDaniel P. Berrange2017-12-211-37/+24Star
* qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau2017-09-041-1/+1
* qapi: Generate FOO_str() macro for QAPI enum FOOMarkus Armbruster2017-09-041-1/+0Star
* qapi: Drop superfluous qapi_enum_parse() parameter maxMarkus Armbruster2017-09-041-1/+0Star
* maint: Include bug-reporting info in --help outputEric Blake2017-08-081-1/+1
* maint: Reorder include directives for qemu-{nbd, io}Eric Blake2017-07-241-4/+4
* qemu-nbd: Update version stringEric Blake2017-07-241-2/+3
* nbd: Implement NBD_INFO_BLOCK_SIZE on clientEric Blake2017-07-141-1/+1
* nbd: Create struct for tracking export infoEric Blake2017-07-141-6/+4Star
* qemu-nbd: Ignore SIGPIPEMax Reitz2017-06-151-0/+4
* nbd: Fix regression on resiliency to port scanEric Blake2017-06-151-2/+2
* nbd: Fully initialize client in case of failed negotiationEric Blake2017-06-071-1/+1
* nbd/client.c: use errp instead of LOGVladimir Sementsov-Ogievskiy2017-06-061-1/+2
* sockets: Limit SocketAddressLegacy to external interfacesMarkus Armbruster2017-05-091-9/+8Star
* sockets: Rename SocketAddress to SocketAddressLegacyMarkus Armbruster2017-05-091-6/+6
* qobject: Use simpler QDict/QList scalar insertion macrosEric Blake2017-05-091-1/+1
* qemu-ga: obey LISTEN_PID when using systemd socket activationPaolo Bonzini2017-03-191-92/+8Star
* qemu-nbd: Implement socket activation.Richard W.M. Jones2017-02-161-9/+163
* nbd: Add qemu-nbd -D for human-readable descriptionEric Blake2016-11-021-1/+11
* qemu-nbd: Add --fork optionMax Reitz2016-10-241-1/+16
* trace: provide mechanism for registering trace eventsDaniel P. Berrange2016-10-121-0/+1
* qemu-nbd: Shrink image size by specified offsetTomáš Golembiovský2016-10-061-0/+8
* nbd-server: Use a separate BlockBackendKevin Wolf2016-09-051-2/+2
* nbd: Limit nbdflags to 16 bitsEric Blake2016-08-031-2/+2
* trace: enable tracing in qemu-nbdDenis V. Lunev2016-06-281-1/+18
* nbd: Don't use *_to_cpup() functionsPeter Maydell2016-06-161-2/+2