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
/
common.c
Age
Commit message (
Expand
)
Author
2019-09-05
nbd: Prepare for NBD_CMD_FLAG_FAST_ZERO
Eric Blake
2019-02-04
nbd: generalize usage of nbd_read
Vladimir Sementsov-Ogievskiy
2018-06-21
nbd/server: introduce NBD_CMD_CACHE
Vladimir Sementsov-Ogievskiy
2018-03-01
nbd: BLOCK_STATUS constants
Vladimir Sementsov-Ogievskiy
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
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-09-06
nbd: Use new qio_channel_*_all() functions
Eric Blake
2017-08-15
nbd: Fix trace message for disconnect
Eric Blake
2017-07-14
nbd: Expose and debug more NBD constants
Eric Blake
2017-07-10
nbd/common: nbd_tls_handshake: remove extra TRACE
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 parameter to nbd_wr_syncv()
Vladimir Sementsov-Ogievskiy
2017-06-06
nbd: strict nbd_wr_syncv
Vladimir Sementsov-Ogievskiy
2017-02-21
nbd: convert to use qio_channel_yield
Paolo Bonzini
2017-01-23
io: change the QIOTask callback signature
Daniel P. Berrange
2016-07-20
nbd: Drop unused offset parameter
Eric Blake
2016-04-08
nbd: do not hang nbd_wr_syncv if outside a coroutine and no available data
Paolo Bonzini
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
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-02-04
all: Clean up includes
Peter Maydell
2016-01-15
nbd: Split nbd.c
Fam Zheng