aboutsummaryrefslogtreecommitdiff
path: root/qemu-nbd.c
AgeCommit message (Expand)Author
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster
2019-05-07qemu-nbd: Look up flag names in arrayMax Reitz
2019-04-17log: Make glib logging go through QEMUChristophe Fergeau
2019-03-06qemu-nbd: add support for authorization of TLS clientsDaniel P. Berrange
2019-02-04qemu-nbd: Deprecate qemu-nbd --partitionEric Blake
2019-01-21qemu-nbd: Add --list optionEric Blake
2019-01-21nbd/client: Move export name into NBDExportInfoEric Blake
2019-01-21qemu-nbd: Avoid strtol open-codingEric Blake
2019-01-21nbd/server: Favor [u]int64_t over off_tEric Blake
2019-01-21qemu-nbd: Sanity check partition boundsEric Blake
2019-01-14qemu-nbd: Add --bitmap=NAME optionEric Blake
2019-01-14nbd: Merge nbd_export_bitmap into nbd_export_newEric Blake
2019-01-14nbd: Merge nbd_export_set_name into nbd_export_newEric Blake
2019-01-14qemu-nbd: Rename 'exp' variable clashing with math::exp() symbolPhilippe Mathieu-Daudé
2019-01-05qemu-nbd: Fail earlier for -c/-d on non-linuxEric Blake
2019-01-04qemu-nbd: Use program name in error messagesEric Blake
2018-10-19qom: Clean up error reporting in user_creatable_add_opts_foreach()Markus Armbruster
2018-10-19Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster
2018-10-03nbd/server: drop old-style negotiationVladimir Sementsov-Ogievskiy
2018-10-03qemu-nbd: drop old-style negotiationVladimir Sementsov-Ogievskiy
2018-10-03qemu-nbd: Document --tls-credsEric Blake
2018-05-23block: Cancel job in bdrv_close_all() callersKevin Wolf
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