aboutsummaryrefslogtreecommitdiff
path: root/qemu-nbd.c
AgeCommit message (Expand)Author
2020-02-05qemu-nbd: Removed deprecated --partition optionEric Blake
2020-01-30qemu-nbd: adds option for aio enginesAarushi Mehta
2019-11-18nbd: Don't send oversize stringsEric Blake
2019-10-14qemu-nbd: Support help options for --objectKevin Wolf
2019-09-05nbd: Prepare for NBD_CMD_FLAG_FAST_ZEROEric Blake
2019-09-05nbd: Improve per-export flag handling in serverEric Blake
2019-09-05nbd: Advertise multi-conn for shared read-only connectionsEric Blake
2019-09-03socket: Add num connections to qio_net_listener_open_sync()Juan Quintela
2019-08-15block/nbd: use non-blocking io channel for nbd negotiationVladimir Sementsov-Ogievskiy
2019-06-13qemu-nbd: Do not close stderrMax Reitz
2019-06-13qemu-nbd: Add --pid-file optionMax Reitz
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
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