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
2021-02-03
nbd: make nbd_read* return -EIO on error
Roman Kagan
2020-10-30
nbd: Add new qemu:allocation-depth metadata context
Eric Blake
2020-10-02
nbd: Merge nbd_export_new() and nbd_export_create()
Kevin Wolf
2020-10-02
block/export: Create BlockBackend in blk_exp_add()
Kevin Wolf
2020-10-02
block/export: Add block-export-del
Kevin Wolf
2020-10-02
block/export: Add blk_exp_close_all(_type)
Kevin Wolf
2020-10-02
block/export: Allocate BlockExport in blk_exp_add()
Kevin Wolf
2020-10-02
block/export: Move refcount from NBDExport to BlockExport
Kevin Wolf
2020-10-02
qemu-nbd: Use blk_exp_add() to create the export
Kevin Wolf
2020-10-02
nbd: Remove NBDExport.close callback
Kevin Wolf
2020-10-02
nbd: Add max-connections to nbd-server-start
Kevin Wolf
2020-10-02
block/export: Remove magic from block-export-add
Kevin Wolf
2020-10-02
qemu-nbd: Use raw block driver for --offset
Kevin Wolf
2020-10-02
block/export: Add BlockExport infrastructure and block-export-add
Kevin Wolf
2020-10-02
qapi: Create block-export module
Kevin Wolf
2020-10-02
nbd: Remove unused nbd_export_get_blockdev()
Kevin Wolf
2020-07-10
nbd: Use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
2020-03-06
qemu-storage-daemon: Add --nbd-server option
Kevin Wolf
2019-11-18
nbd: Don't send oversize strings
Eric Blake
2019-11-18
nbd/server: Prefer heap over stack for parsing client names
Eric Blake
2019-09-24
nbd: Grab aio context lock in more places
Eric Blake
2019-09-05
nbd: Prepare for NBD_CMD_FLAG_FAST_ZERO
Eric Blake
2019-09-05
nbd: Improve per-export flag handling in server
Eric Blake
2019-09-05
nbd: Advertise multi-conn for shared read-only connections
Eric Blake
2019-08-15
block/nbd: use non-blocking io channel for nbd negotiation
Vladimir Sementsov-Ogievskiy
2019-05-07
qemu-nbd: Look up flag names in array
Max Reitz
2019-03-06
nbd: allow authorization with nbd-server-start QMP command
Daniel P. Berrange
2019-03-06
qemu-nbd: add support for authorization of TLS clients
Daniel P. Berrange
2019-02-25
nbd: Use low-level QIOChannel API in nbd_read_eof()
Kevin Wolf
2019-02-25
nbd: Move nbd_read_eof() to nbd/client.c
Kevin Wolf
2019-02-04
nbd: generalize usage of nbd_read
Vladimir Sementsov-Ogievskiy
2019-01-21
nbd/client: Add meta contexts to nbd_receive_export_list()
Eric Blake
2019-01-21
nbd/client: Add nbd_receive_export_list()
Eric Blake
2019-01-21
nbd/client: Change signature of nbd_negotiate_simple_meta_context()
Eric Blake
2019-01-21
nbd/client: Move export name into NBDExportInfo
Eric Blake
2019-01-21
nbd/server: Favor [u]int64_t over off_t
Eric Blake
2019-01-14
nbd: Merge nbd_export_bitmap into nbd_export_new
Eric Blake
2019-01-14
nbd: Merge nbd_export_set_name into nbd_export_new
Eric Blake
2019-01-04
nbd: publish _lookup functions
Vladimir Sementsov-Ogievskiy
2018-10-04
nbd: fix NBD_FLAG_SEND_CACHE value
Denis V. Lunev
2018-10-03
nbd/server: drop old-style negotiation
Vladimir Sementsov-Ogievskiy
2018-07-02
nbd/client: Add x-dirty-bitmap to query bitmap from server
Eric Blake
2018-06-21
nbd/server: introduce NBD_CMD_CACHE
Vladimir Sementsov-Ogievskiy
2018-06-21
nbd/server: implement dirty bitmap export
Vladimir Sementsov-Ogievskiy
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: BLOCK_STATUS constants
Vladimir Sementsov-Ogievskiy
2018-03-01
nbd: change indenting in nbd.h
Vladimir Sementsov-Ogievskiy
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-01-26
qapi: add nbd-server-remove
Vladimir Sementsov-Ogievskiy
[next]