summaryrefslogtreecommitdiffstats
path: root/block/nbd.c
Commit message (Expand)AuthorAgeFilesLines
* nbd: Simplify client FUA handlingEric Blake2016-05-121-22/+3Star
* block: Make supported_write_flags a per-bds propertyEric Blake2016-05-121-3/+0Star
* block: Introduce bdrv_driver_pwritev()Kevin Wolf2016-05-121-9/+0Star
* nbd: Support BDRV_REQ_FUAKevin Wolf2016-03-301-1/+26
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* qapi: Don't special-case simple union wrappersEric Blake2016-03-181-3/+3
* util: Shorten references into SocketAddressEric Blake2016-03-051-6/+8
* nbd: enable use of TLS with NBD block driverDaniel P. Berrange2016-02-161-9/+69
* nbd: convert block client to use I/O channels for connection setupDaniel P. Berrange2016-02-161-19/+20
* block: Clean up includesPeter Maydell2016-01-201-2/+1Star
* block: Pass driver-specific options to .bdrv_refresh_filename()Kevin Wolf2015-12-181-5/+5
* block: Convert to new qapi union layoutEric Blake2015-11-021-9/+9
* nbd: convert to use the QAPI SocketAddress objectDaniel P. Berrange2015-09-251-34/+37
* nbd: Fix nbd_establish_connection()'s return valueMax Reitz2015-03-181-1/+1
* nbd: fix resource leakGonglei2015-03-101-0/+1
* QemuOpts: Convert qemu_opt_set_number() to Error, fix its useMarkus Armbruster2015-02-261-1/+2
* nbd: Drop BDS backpointerMax Reitz2015-02-161-23/+14Star
* nbd: fix max_discard/max_transfer_lengthDenis V. Lunev2015-02-061-0/+9
* nbd: Improve error messagesMax Reitz2015-02-061-1/+1
* nbd: Fix filename generationMax Reitz2014-10-201-15/+29
* nbd: Implement bdrv_refresh_filename()Max Reitz2014-08-201-0/+36
* nbd: implement .bdrv_detach/attach_aio_context()Stefan Hajnoczi2014-06-041-33/+54
* nbd: Use return values instead of error_is_set(errp)Markus Armbruster2014-04-251-1/+1
* nbd: correctly propagate errorsPaolo Bonzini2014-02-211-18/+16Star
* nbd: produce a better error if neither host nor port is passedPaolo Bonzini2014-02-211-7/+6Star
* Use error_is_set() only when necessaryMarkus Armbruster2014-02-171-1/+1
* qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite2014-01-061-1/+2
* nbd: pass export name as init argumentMarc-André Lureau2013-12-161-5/+8
* Split nbd block client codeMarc-André Lureau2013-12-161-345/+28Star
* bdrv: Use "Error" for opening imagesMax Reitz2013-09-121-1/+2
* aio: drop io_flush argumentStefan Hajnoczi2013-08-191-7/+4Star
* block/nbd: drop nbd_have_request()Stefan Hajnoczi2013-08-191-10/+3Star
* nbd: strip braces from literal IPv6 address in URIJán Tomko2013-06-181-1/+10
* remove double semicolonsDong Xu Wang2013-05-121-1/+1
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2013-04-221-2/+1Star
|\
| * block: Remove filename parameter from .bdrv_file_open()Kevin Wolf2013-04-221-2/+1Star
* | nbd: set TCP_NODELAYStefan Hajnoczi2013-04-151-0/+3
* | nbd: use TCP_CORK in nbd_co_send_request()Stefan Hajnoczi2013-04-151-6/+16
* | nbd: unlock mutex in nbd_co_send_request() error pathStefan Hajnoczi2013-04-151-1/+1
|/
* oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi2013-04-021-1/+1
* nbd: Check against invalid option combinationsKevin Wolf2013-03-221-0/+14
* nbd: Use default port if only host is specifiedKevin Wolf2013-03-221-9/+10
* block: Introduce .bdrv_parse_filename callbackKevin Wolf2013-03-221-16/+13Star
* nbd: Accept -drive options for the network connectionKevin Wolf2013-03-221-52/+77
* nbd: Keep hostname and port separateKevin Wolf2013-03-221-9/+40
* block: Add options QDict to bdrv_file_open() prototypesKevin Wolf2013-03-221-1/+2
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-3/+3
* block: move include files to include/block/Paolo Bonzini2012-12-191-2/+2
* nbd: accept URIsPaolo Bonzini2012-11-121-1/+97