index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nbd
/
nbd-internal.h
Age
Commit message (
Expand
)
Author
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
Include qemu/queue.h slightly less
Markus Armbruster
2019-02-25
nbd: Move nbd_read_eof() to nbd/client.c
Kevin Wolf
2019-01-05
nbd/client: Drop pointless buf variable
Eric Blake
2019-01-04
nbd: publish _lookup functions
Vladimir Sementsov-Ogievskiy
2017-10-30
nbd: Minimal structured read for client
Vladimir Sementsov-Ogievskiy
2017-10-30
nbd: Move nbd_read() to common header
Eric Blake
2017-10-30
nbd: Expose constants and structs for structured read
Eric Blake
2017-10-30
nbd: Move nbd_errno_to_system_errno() to public header
Eric Blake
2017-10-30
nbd: Include error names in trace messages
Eric Blake
2017-10-13
nbd: header constants indenting
Vladimir Sementsov-Ogievskiy
2017-10-12
nbd: rename some simple-request related objects to be _simple_
Vladimir Sementsov-Ogievskiy
2017-09-06
nbd: Use new qio_channel_*_all() functions
Eric Blake
2017-08-30
nbd/client: refactor nbd_read_eof
Vladimir Sementsov-Ogievskiy
2017-07-17
nbd: Fix server reply to NBD_OPT_EXPORT_NAME of older clients
Eric Blake
2017-07-14
nbd: Implement NBD_OPT_GO on client
Eric Blake
2017-07-14
nbd: Expose and debug more NBD constants
Eric Blake
2017-07-10
nbd: use generic trace subsystem instead of TRACE macro
Vladimir Sementsov-Ogievskiy
2017-06-15
nbd: make nbd_drop public
Vladimir Sementsov-Ogievskiy
2017-06-15
nbd: rename read_sync and friends
Vladimir Sementsov-Ogievskiy
2017-06-06
nbd: add errp to read_sync, write_sync and drop_sync
Vladimir Sementsov-Ogievskiy
2017-06-06
nbd: add errp parameter to nbd_wr_syncv()
Vladimir Sementsov-Ogievskiy
2017-06-06
nbd: read_sync and friends: return 0 on success
Vladimir Sementsov-Ogievskiy
2017-01-23
io: change the QIOTask callback signature
Daniel P. Berrange
2016-11-02
nbd: Improve server handling of shutdown requests
Eric Blake
2016-11-02
nbd: Share common option-sending code in client
Eric Blake
2016-11-02
nbd: Treat flags vs. command type as separate fields
Eric Blake
2016-11-02
nbd: Add qemu-nbd -D for human-readable description
Eric Blake
2016-07-20
nbd: Drop unused offset parameter
Eric Blake
2016-05-19
qemu-common: stop including qemu/bswap.h from qemu-common.h
Paolo Bonzini
2016-04-08
nbd: Avoid bitrot in TRACE() usage
Eric Blake
2016-02-23
all: Clean up includes
Peter Maydell
2016-02-16
nbd: implement TLS support in the protocol negotiation
Daniel P. Berrange
2016-02-16
nbd: convert to using I/O channels for actual socket I/O
Daniel P. Berrange
2016-01-15
nbd: Split nbd.c
Fam Zheng