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
/
client.c
Age
Commit message (
Expand
)
Author
2017-02-21
nbd: convert to use qio_channel_yield
Paolo Bonzini
2016-11-10
nbd: Don't inf-loop on early EOF
Eric Blake
2016-11-02
nbd: Improve server handling of shutdown requests
Eric Blake
2016-11-02
nbd: Refactor conversion to errno to silence checkpatch
Eric Blake
2016-11-02
nbd: Support shorter handshake
Eric Blake
2016-11-02
nbd: Less allocation during NBD_OPT_LIST
Eric Blake
2016-11-02
nbd: Let client skip portions of server reply
Eric Blake
2016-11-02
nbd: Let server know when client gives up negotiation
Eric Blake
2016-11-02
nbd: Share common option-sending code in client
Eric Blake
2016-11-02
nbd: Rename struct nbd_request and nbd_reply
Eric Blake
2016-11-02
nbd: Treat flags vs. command type as separate fields
Eric Blake
2016-10-27
nbd: set name for all I/O channels created
Daniel P. Berrange
2016-08-03
nbd: Limit nbdflags to 16 bits
Eric Blake
2016-06-17
nbd/client.c: Correct trace format string
Peter Maydell
2016-06-16
nbd: Avoid magic number for NBD max name size
Eric Blake
2016-06-16
nbd: Detect servers that send unexpected error values
Eric Blake
2016-06-16
nbd: Clean up ioctl handling of qemu-nbd -c
Eric Blake
2016-06-16
nbd: Group all Linux-specific ioctl code in one place
Eric Blake
2016-06-16
nbd: More debug typo fixes, use correct formats
Eric Blake
2016-06-16
nbd: Don't use cpu_to_*w() functions
Peter Maydell
2016-06-16
nbd: Don't use *_to_cpup() functions
Peter Maydell
2016-05-18
Fix some typos found by codespell
Stefan Weil
2016-04-15
nbd: Don't fail handshake on NBD_OPT_LIST descriptions
Eric Blake
2016-04-08
nbd: Fix NBD unsupported options
Alex Bligh
2016-04-08
nbd: Improve debug traces on little-endian
Eric Blake
2016-04-05
nbd: Fix poor debug message
Eric Blake
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: use "" as a default export name if none provided
Daniel P. Berrange
2016-02-16
nbd: always query export list in fixed new style protocol
Daniel P. Berrange
2016-02-16
nbd: make client request fixed new style if advertised
Daniel P. Berrange
2016-02-16
nbd: invert client logic for negotiating protocol version
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