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
2016-05-12
nbd: Simplify client FUA handling
Eric Blake
2016-05-12
block: Make supported_write_flags a per-bds property
Eric Blake
2016-05-12
block: Introduce bdrv_driver_pwritev()
Kevin Wolf
2016-03-30
nbd: Support BDRV_REQ_FUA
Kevin Wolf
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-18
qapi: Don't special-case simple union wrappers
Eric Blake
2016-03-05
util: Shorten references into SocketAddress
Eric Blake
2016-02-16
nbd: enable use of TLS with NBD block driver
Daniel P. Berrange
2016-02-16
nbd: convert block client to use I/O channels for connection setup
Daniel P. Berrange
2016-01-20
block: Clean up includes
Peter Maydell
2015-12-18
block: Pass driver-specific options to .bdrv_refresh_filename()
Kevin Wolf
2015-11-02
block: Convert to new qapi union layout
Eric Blake
2015-09-25
nbd: convert to use the QAPI SocketAddress object
Daniel P. Berrange
2015-03-18
nbd: Fix nbd_establish_connection()'s return value
Max Reitz
2015-03-10
nbd: fix resource leak
Gonglei
2015-02-26
QemuOpts: Convert qemu_opt_set_number() to Error, fix its use
Markus Armbruster
2015-02-16
nbd: Drop BDS backpointer
Max Reitz
2015-02-06
nbd: fix max_discard/max_transfer_length
Denis V. Lunev
2015-02-06
nbd: Improve error messages
Max Reitz
2014-10-20
nbd: Fix filename generation
Max Reitz
2014-08-20
nbd: Implement bdrv_refresh_filename()
Max Reitz
2014-06-04
nbd: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
2014-04-25
nbd: Use return values instead of error_is_set(errp)
Markus Armbruster
2014-02-21
nbd: correctly propagate errors
Paolo Bonzini
2014-02-21
nbd: produce a better error if neither host nor port is passed
Paolo Bonzini
2014-02-17
Use error_is_set() only when necessary
Markus Armbruster
2014-01-06
qemu-option: Remove qemu_opts_create_nofail
Peter Crosthwaite
2013-12-16
nbd: pass export name as init argument
Marc-André Lureau
2013-12-16
Split nbd block client code
Marc-André Lureau
2013-09-12
bdrv: Use "Error" for opening images
Max Reitz
2013-08-19
aio: drop io_flush argument
Stefan Hajnoczi
2013-08-19
block/nbd: drop nbd_have_request()
Stefan Hajnoczi
2013-06-18
nbd: strip braces from literal IPv6 address in URI
Ján Tomko
2013-05-12
remove double semicolons
Dong Xu Wang
2013-04-22
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2013-04-22
block: Remove filename parameter from .bdrv_file_open()
Kevin Wolf
2013-04-15
nbd: set TCP_NODELAY
Stefan Hajnoczi
2013-04-15
nbd: use TCP_CORK in nbd_co_send_request()
Stefan Hajnoczi
2013-04-15
nbd: unlock mutex in nbd_co_send_request() error path
Stefan Hajnoczi
2013-04-02
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
Stefan Hajnoczi
2013-03-22
nbd: Check against invalid option combinations
Kevin Wolf
2013-03-22
nbd: Use default port if only host is specified
Kevin Wolf
2013-03-22
block: Introduce .bdrv_parse_filename callback
Kevin Wolf
2013-03-22
nbd: Accept -drive options for the network connection
Kevin Wolf
2013-03-22
nbd: Keep hostname and port separate
Kevin Wolf
2013-03-22
block: Add options QDict to bdrv_file_open() prototypes
Kevin Wolf
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
block: move include files to include/block/
Paolo Bonzini
2012-11-12
nbd: accept URIs
Paolo Bonzini
[next]