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
/
block
/
nbd.c
Age
Commit message (
Expand
)
Author
2019-02-04
block/nbd: move connection code from block/nbd to block/nbd-client
Vladimir Sementsov-Ogievskiy
2018-07-28
qstring: Move qstring_from_substr()'s @end one to the right
Markus Armbruster
2018-07-02
nbd/client: Add x-dirty-bitmap to query bitmap from server
Eric Blake
2018-06-15
block: Factor out qobject_input_visitor_new_flat_confused()
Markus Armbruster
2018-06-15
block: Fix -drive for certain non-string scalars
Markus Armbruster
2018-06-15
block: Add block-specific QDict header
Max Reitz
2018-05-31
block: use local path for local headers
Michael S. Tsirkin
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
2018-03-13
nbd: BLOCK_STATUS for standard get_block_status function: client part
Vladimir Sementsov-Ogievskiy
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
2018-03-01
nbd: Honor server's advertised minimum block size
Eric Blake
2018-02-09
block: Simplify bdrv_can_write_zeroes_with_unmap()
Eric Blake
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
Drop superfluous includes of qapi/qmp/qjson.h
Markus Armbruster
2018-01-26
nbd: implement bdrv_get_info callback
Edgar Kaziakhmedov
2018-01-08
block/nbd: fix segmentation fault when .desc is not null-terminated
Murilo Opsfelder Araujo
2017-07-14
nbd: Implement NBD_INFO_BLOCK_SIZE on client
Eric Blake
2017-07-14
nbd: Create struct for tracking export info
Eric Blake
2017-06-26
block: Do not strcmp() with NULL uri->scheme
Max Reitz
2017-06-20
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
2017-05-09
sockets: Limit SocketAddressLegacy to external interfaces
Markus Armbruster
2017-05-09
sockets: Rename SocketAddressFlat to SocketAddress
Markus Armbruster
2017-05-09
sockets: Rename SocketAddress to SocketAddressLegacy
Markus Armbruster
2017-05-09
sockets: Prepare inet_parse() for flattened SocketAddress
Markus Armbruster
2017-05-09
qobject: Use simpler QDict/QList scalar insertion macros
Eric Blake
2017-04-04
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2017-04-03
nbd: Tidy up blockdev-add interface
Markus Armbruster
2017-04-03
block: Document -drive problematic code and bugs
Markus Armbruster
2017-04-03
nbd sockets vnc: Mark problematic address family tests TODO
Markus Armbruster
2017-04-02
nbd: fix memory leak on socket_connect failed
yaolujing
2017-03-27
nbd: drop unused NBDClientSession.is_unix field
Stefan Hajnoczi
2017-03-05
qapi: Drop unused non-strict qobject input visitor
Markus Armbruster
2017-02-22
block: Don't bother asserting type of output visitor's output
Markus Armbruster
2016-11-11
block/nbd: Fix the leaked visitor
Ashijeet Acharya
2016-11-02
nbd: Implement NBD_CMD_WRITE_ZEROES on client
Eric Blake
2016-11-02
nbd: Rename NbdClientSession to NBDClientSession
Eric Blake
2016-10-28
Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2016-10-27-1' in...
Peter Maydell
2016-10-27
block/nbd: Use SocketAddress options
Max Reitz
2016-10-27
block/nbd: Accept SocketAddress
Max Reitz
2016-10-27
block/nbd: Add nbd_has_filename_options_conflict()
Max Reitz
2016-10-27
block/nbd: Use qdict_put()
Max Reitz
2016-10-27
block/nbd: Default port in nbd_refresh_filename()
Max Reitz
2016-10-27
block/nbd: Reject port parameter without host
Max Reitz
2016-10-27
block/nbd: Drop trailing "." in error messages
Max Reitz
2016-10-27
nbd: set name for all I/O channels created
Daniel P. Berrange
2016-08-15
block/nbd: Store runtime option values
Max Reitz
2016-08-15
block/nbd: Use QemuOpts for runtime options
Max Reitz
2016-07-20
nbd: Convert to byte-based interface
Eric Blake
2016-07-20
nbd: Switch .bdrv_co_discard() to byte-based
Eric Blake
2016-07-20
nbd: Rely on block layer to break up large requests
Eric Blake
[next]