aboutsummaryrefslogtreecommitdiff
path: root/qemu-nbd.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-05qemu-nbd: Removed deprecated --partition optionEric Blake1-131/+2
2020-01-30qemu-nbd: adds option for aio enginesAarushi Mehta1-8/+4
2019-11-18nbd: Don't send oversize stringsEric Blake1-0/+9
2019-10-14qemu-nbd: Support help options for --objectKevin Wolf1-1/+8
2019-09-05nbd: Prepare for NBD_CMD_FLAG_FAST_ZEROEric Blake1-0/+1
2019-09-05nbd: Improve per-export flag handling in serverEric Blake1-3/+3
2019-09-05nbd: Advertise multi-conn for shared read-only connectionsEric Blake1-1/+1
2019-09-03socket: Add num connections to qio_net_listener_open_sync()Juan Quintela1-1/+1
2019-08-15block/nbd: use non-blocking io channel for nbd negotiationVladimir Sementsov-Ogievskiy1-1/+1
2019-06-13qemu-nbd: Do not close stderrMax Reitz1-1/+2
2019-06-13qemu-nbd: Add --pid-file optionMax Reitz1-0/+11
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster1-0/+1
2019-05-07qemu-nbd: Look up flag names in arrayMax Reitz1-29/+17
2019-04-17log: Make glib logging go through QEMUChristophe Fergeau1-1/+1
2019-03-06qemu-nbd: add support for authorization of TLS clientsDaniel P. Berrange1-1/+18
2019-02-04qemu-nbd: Deprecate qemu-nbd --partitionEric Blake1-0/+2
2019-01-21qemu-nbd: Add --list optionEric Blake1-13/+142
2019-01-21nbd/client: Move export name into NBDExportInfoEric Blake1-2/+4
2019-01-21qemu-nbd: Avoid strtol open-codingEric Blake1-19/+9
2019-01-21nbd/server: Favor [u]int64_t over off_tEric Blake1-18/+11
2019-01-21qemu-nbd: Sanity check partition boundsEric Blake1-1/+21
2019-01-14qemu-nbd: Add --bitmap=NAME optionEric Blake1-2/+8
2019-01-14nbd: Merge nbd_export_bitmap into nbd_export_newEric Blake1-2/+3
2019-01-14nbd: Merge nbd_export_set_name into nbd_export_newEric Blake1-5/+3
2019-01-14qemu-nbd: Rename 'exp' variable clashing with math::exp() symbolPhilippe Mathieu-Daudé1-9/+10
2019-01-05qemu-nbd: Fail earlier for -c/-d on non-linuxEric Blake1-2/+19
2019-01-04qemu-nbd: Use program name in error messagesEric Blake1-0/+1
2018-10-19qom: Clean up error reporting in user_creatable_add_opts_foreach()Markus Armbruster1-5/+3
2018-10-19Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster1-5/+1
2018-10-03nbd/server: drop old-style negotiationVladimir Sementsov-Ogievskiy1-1/+1
2018-10-03qemu-nbd: drop old-style negotiationVladimir Sementsov-Ogievskiy1-19/+6
2018-10-03qemu-nbd: Document --tls-credsEric Blake1-0/+1
2018-05-23block: Cancel job in bdrv_close_all() callersKevin Wolf1-1/+7
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