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
/
include
/
block
/
nbd.h
Age
Commit message (
Expand
)
Author
2017-05-09
sockets: Limit SocketAddressLegacy to external interfaces
Markus Armbruster
2016-11-02
nbd: Implement NBD_CMD_WRITE_ZEROES on server
Eric Blake
2016-11-02
nbd: Improve server handling of shutdown requests
Eric Blake
2016-11-02
nbd: Support shorter handshake
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-11-02
nbd: Add qemu-nbd -D for human-readable description
Eric Blake
2016-09-05
nbd-server: Use a separate BlockBackend
Kevin Wolf
2016-08-03
nbd: Limit nbdflags to 16 bits
Eric Blake
2016-07-20
nbd: Convert to byte-based interface
Eric Blake
2016-07-20
nbd: Drop unused offset parameter
Eric Blake
2016-07-05
nbd: Allow larger requests
Eric Blake
2016-06-16
nbd: Avoid magic number for NBD max name size
Eric Blake
2016-06-16
nbd: simplify the nbd_request and nbd_reply structs
Paolo Bonzini
2016-02-23
include: 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: Always call "close_fn" in nbd_client_new
Fam Zheng
2015-03-18
nbd: Set block size to BDRV_SECTOR_SIZE
Max Reitz
2015-03-18
nbd: Fix potential signed overflow issues
Max Reitz
2015-03-18
nbd: Handle blk_getlength() failure
Max Reitz
2015-02-16
nbd: Drop BDS backpointer
Max Reitz
2015-02-06
nbd: Improve error messages
Max Reitz
2014-12-10
nbd: Change external interface to BlockBackend
Max Reitz
2014-06-30
nbd: Handle NBD_OPT_LIST option.
Hani Benhabiles
2014-06-30
nbd: Handle fixed new-style clients.
Hani Benhabiles
2014-02-21
nbd: move socket wrappers to qemu-nbd
Paolo Bonzini
2014-02-21
nbd: inline tcp_socket_incoming_spec into sole caller
Paolo Bonzini
2014-02-21
nbd: correctly propagate errors
Paolo Bonzini
2013-05-03
nbd: support large NBD requests
Stefan Hajnoczi
2013-03-22
nbd: Remove unused functions
Kevin Wolf
2013-03-22
nbd: Keep hostname and port separate
Kevin Wolf
2012-12-19
block: move include files to include/block/
Paolo Bonzini