summaryrefslogtreecommitdiff
path: root/block/nbd.c
AgeCommit message (Expand)Author
2017-03-05qapi: Drop unused non-strict qobject input visitorMarkus Armbruster
2017-02-22block: Don't bother asserting type of output visitor's outputMarkus Armbruster
2016-11-11block/nbd: Fix the leaked visitorAshijeet Acharya
2016-11-02nbd: Implement NBD_CMD_WRITE_ZEROES on clientEric Blake
2016-11-02nbd: Rename NbdClientSession to NBDClientSessionEric Blake
2016-10-28Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2016-10-27-1' in...Peter Maydell
2016-10-27block/nbd: Use SocketAddress optionsMax Reitz
2016-10-27block/nbd: Accept SocketAddressMax Reitz
2016-10-27block/nbd: Add nbd_has_filename_options_conflict()Max Reitz
2016-10-27block/nbd: Use qdict_put()Max Reitz
2016-10-27block/nbd: Default port in nbd_refresh_filename()Max Reitz
2016-10-27block/nbd: Reject port parameter without hostMax Reitz
2016-10-27block/nbd: Drop trailing "." in error messagesMax Reitz
2016-10-27nbd: set name for all I/O channels createdDaniel P. Berrange
2016-08-15block/nbd: Store runtime option valuesMax Reitz
2016-08-15block/nbd: Use QemuOpts for runtime optionsMax Reitz
2016-07-20nbd: Convert to byte-based interfaceEric Blake
2016-07-20nbd: Switch .bdrv_co_discard() to byte-basedEric Blake
2016-07-20nbd: Rely on block layer to break up large requestsEric Blake
2016-07-05block: Switch discard length bounds to byte-basedEric Blake
2016-07-05block: Switch transfer length bounds to byte-basedEric Blake
2016-07-05nbd: Advertise realistic limits to block layerEric Blake
2016-05-12nbd: Simplify client FUA handlingEric Blake
2016-05-12block: Make supported_write_flags a per-bds propertyEric Blake
2016-05-12block: Introduce bdrv_driver_pwritev()Kevin Wolf
2016-03-30nbd: Support BDRV_REQ_FUAKevin Wolf
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-18qapi: Don't special-case simple union wrappersEric Blake
2016-03-05util: Shorten references into SocketAddressEric Blake
2016-02-16nbd: enable use of TLS with NBD block driverDaniel P. Berrange
2016-02-16nbd: convert block client to use I/O channels for connection setupDaniel P. Berrange
2016-01-20block: Clean up includesPeter Maydell
2015-12-18block: Pass driver-specific options to .bdrv_refresh_filename()Kevin Wolf
2015-11-02block: Convert to new qapi union layoutEric Blake
2015-09-25nbd: convert to use the QAPI SocketAddress objectDaniel P. Berrange
2015-03-18nbd: Fix nbd_establish_connection()'s return valueMax Reitz
2015-03-10nbd: fix resource leakGonglei
2015-02-26QemuOpts: Convert qemu_opt_set_number() to Error, fix its useMarkus Armbruster
2015-02-16nbd: Drop BDS backpointerMax Reitz
2015-02-06nbd: fix max_discard/max_transfer_lengthDenis V. Lunev
2015-02-06nbd: Improve error messagesMax Reitz
2014-10-20nbd: Fix filename generationMax Reitz
2014-08-20nbd: Implement bdrv_refresh_filename()Max Reitz
2014-06-04nbd: implement .bdrv_detach/attach_aio_context()Stefan Hajnoczi
2014-04-25nbd: Use return values instead of error_is_set(errp)Markus Armbruster
2014-02-21nbd: correctly propagate errorsPaolo Bonzini
2014-02-21nbd: produce a better error if neither host nor port is passedPaolo Bonzini
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster
2014-01-06qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite