aboutsummaryrefslogtreecommitdiff
path: root/nbd/nbd-internal.h
AgeCommit message (Expand)Author
2020-11-17configure: Add a proper check for sys/ioccom.h and use it in tpm_ioctl.hThomas Huth
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16Include qemu/queue.h slightly lessMarkus Armbruster
2019-02-25nbd: Move nbd_read_eof() to nbd/client.cKevin Wolf
2019-01-05nbd/client: Drop pointless buf variableEric Blake
2019-01-04nbd: publish _lookup functionsVladimir Sementsov-Ogievskiy
2017-10-30nbd: Minimal structured read for clientVladimir Sementsov-Ogievskiy
2017-10-30nbd: Move nbd_read() to common headerEric Blake
2017-10-30nbd: Expose constants and structs for structured readEric Blake
2017-10-30nbd: Move nbd_errno_to_system_errno() to public headerEric Blake
2017-10-30nbd: Include error names in trace messagesEric Blake
2017-10-13nbd: header constants indentingVladimir Sementsov-Ogievskiy
2017-10-12nbd: rename some simple-request related objects to be _simple_Vladimir Sementsov-Ogievskiy
2017-09-06nbd: Use new qio_channel_*_all() functionsEric Blake
2017-08-30nbd/client: refactor nbd_read_eofVladimir Sementsov-Ogievskiy
2017-07-17nbd: Fix server reply to NBD_OPT_EXPORT_NAME of older clientsEric Blake
2017-07-14nbd: Implement NBD_OPT_GO on clientEric Blake
2017-07-14nbd: Expose and debug more NBD constantsEric Blake
2017-07-10nbd: use generic trace subsystem instead of TRACE macroVladimir Sementsov-Ogievskiy
2017-06-15nbd: make nbd_drop publicVladimir Sementsov-Ogievskiy
2017-06-15nbd: rename read_sync and friendsVladimir Sementsov-Ogievskiy
2017-06-06nbd: add errp to read_sync, write_sync and drop_syncVladimir Sementsov-Ogievskiy
2017-06-06nbd: add errp parameter to nbd_wr_syncv()Vladimir Sementsov-Ogievskiy
2017-06-06nbd: read_sync and friends: return 0 on successVladimir Sementsov-Ogievskiy
2017-01-23io: change the QIOTask callback signatureDaniel P. Berrange
2016-11-02nbd: Improve server handling of shutdown requestsEric Blake
2016-11-02nbd: Share common option-sending code in clientEric Blake
2016-11-02nbd: Treat flags vs. command type as separate fieldsEric Blake
2016-11-02nbd: Add qemu-nbd -D for human-readable descriptionEric Blake
2016-07-20nbd: Drop unused offset parameterEric Blake
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini
2016-04-08nbd: Avoid bitrot in TRACE() usageEric Blake
2016-02-23all: Clean up includesPeter Maydell
2016-02-16nbd: implement TLS support in the protocol negotiationDaniel P. Berrange
2016-02-16nbd: convert to using I/O channels for actual socket I/ODaniel P. Berrange
2016-01-15nbd: Split nbd.cFam Zheng