summaryrefslogtreecommitdiff
path: root/block/nbd.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-1/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-18qapi: Don't special-case simple union wrappersEric Blake1-3/+3
2016-03-05util: Shorten references into SocketAddressEric Blake1-6/+8
2016-02-16nbd: enable use of TLS with NBD block driverDaniel P. Berrange1-9/+69
2016-02-16nbd: convert block client to use I/O channels for connection setupDaniel P. Berrange1-19/+20
2016-01-20block: Clean up includesPeter Maydell1-2/+1
2015-12-18block: Pass driver-specific options to .bdrv_refresh_filename()Kevin Wolf1-5/+5
2015-11-02block: Convert to new qapi union layoutEric Blake1-9/+9
2015-09-25nbd: convert to use the QAPI SocketAddress objectDaniel P. Berrange1-34/+37
2015-03-18nbd: Fix nbd_establish_connection()'s return valueMax Reitz1-1/+1
2015-03-10nbd: fix resource leakGonglei1-0/+1
2015-02-26QemuOpts: Convert qemu_opt_set_number() to Error, fix its useMarkus Armbruster1-1/+2
2015-02-16nbd: Drop BDS backpointerMax Reitz1-23/+14
2015-02-06nbd: fix max_discard/max_transfer_lengthDenis V. Lunev1-0/+9
2015-02-06nbd: Improve error messagesMax Reitz1-1/+1
2014-10-20nbd: Fix filename generationMax Reitz1-15/+29
2014-08-20nbd: Implement bdrv_refresh_filename()Max Reitz1-0/+36
2014-06-04nbd: implement .bdrv_detach/attach_aio_context()Stefan Hajnoczi1-33/+54
2014-04-25nbd: Use return values instead of error_is_set(errp)Markus Armbruster1-1/+1
2014-02-21nbd: correctly propagate errorsPaolo Bonzini1-18/+16
2014-02-21nbd: produce a better error if neither host nor port is passedPaolo Bonzini1-7/+6
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster1-1/+1
2014-01-06qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite1-1/+2
2013-12-16nbd: pass export name as init argumentMarc-André Lureau1-5/+8
2013-12-16Split nbd block client codeMarc-André Lureau1-345/+28
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz1-1/+2
2013-08-19aio: drop io_flush argumentStefan Hajnoczi1-7/+4
2013-08-19block/nbd: drop nbd_have_request()Stefan Hajnoczi1-10/+3
2013-06-18nbd: strip braces from literal IPv6 address in URIJán Tomko1-1/+10
2013-05-12remove double semicolonsDong Xu Wang1-1/+1
2013-04-22Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori1-2/+1
2013-04-22block: Remove filename parameter from .bdrv_file_open()Kevin Wolf1-2/+1
2013-04-15nbd: set TCP_NODELAYStefan Hajnoczi1-0/+3
2013-04-15nbd: use TCP_CORK in nbd_co_send_request()Stefan Hajnoczi1-6/+16
2013-04-15nbd: unlock mutex in nbd_co_send_request() error pathStefan Hajnoczi1-1/+1
2013-04-02oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi1-1/+1
2013-03-22nbd: Check against invalid option combinationsKevin Wolf1-0/+14
2013-03-22nbd: Use default port if only host is specifiedKevin Wolf1-9/+10
2013-03-22block: Introduce .bdrv_parse_filename callbackKevin Wolf1-16/+13
2013-03-22nbd: Accept -drive options for the network connectionKevin Wolf1-52/+77
2013-03-22nbd: Keep hostname and port separateKevin Wolf1-9/+40
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf1-1/+2
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-3/+3
2012-12-19block: move include files to include/block/Paolo Bonzini1-2/+2
2012-11-12nbd: accept URIsPaolo Bonzini1-1/+97
2012-11-12nbd: accept relative path to Unix socketPaolo Bonzini1-10/+7
2012-06-11cleanup qemu_co_sendv(), qemu_co_recvv() and friendsMichael Tokarev1-8/+10
2012-04-26nbd: Fix uninitialised use of s->sockKevin Wolf1-1/+1
2012-04-23Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori1-4/+4