summaryrefslogtreecommitdiffstats
path: root/block/export/export.c
Commit message (Expand)AuthorAgeFilesLines
* block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_ai...Emanuele Giuseppe Esposito2022-10-271-1/+1
* vduse-blk: Implement vduse-blk exportXie Yongji2022-06-241-0/+6
* block: introduce bdrv_activateEmanuele Giuseppe Esposito2022-03-041-1/+1
* block/export: Conditionally ignore set-context errorMax Reitz2021-07-201-1/+4
* qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake2021-01-281-5/+2Star
* fuse: Allow exporting BDSs via FUSEMax Reitz2020-12-111-0/+4
* configure: introduce --enable-vhost-user-blk-serverStefan Hajnoczi2020-11-031-2/+2
* block/export: add iothread and fixed-iothread optionsStefan Hajnoczi2020-10-231-1/+30
* util/vhost-user-server: use static library in meson.buildStefan Hajnoczi2020-10-231-4/+4
* block/export: convert vhost-user-blk server to block export APIStefan Hajnoczi2020-10-231-0/+6
* block/export: Move writable to BlockExportOptionsKevin Wolf2020-10-021-1/+15
* block/export: Add query-block-exportsKevin Wolf2020-10-021-0/+23
* block/export: Create BlockBackend in blk_exp_add()Kevin Wolf2020-10-021-4/+45
* block/export: Move blk to BlockExportKevin Wolf2020-10-021-0/+3
* block/export: Add BLOCK_EXPORT_DELETED eventKevin Wolf2020-10-021-0/+2
* block/export: Add block-export-delKevin Wolf2020-10-021-1/+42
* block/export: Move strong user reference to block_exportsKevin Wolf2020-10-021-0/+6
* block/export: Add 'id' option to block-export-addKevin Wolf2020-10-021-0/+26
* block/export: Add blk_exp_close_all(_type)Kevin Wolf2020-10-021-2/+84
* block/export: Allocate BlockExport in blk_exp_add()Kevin Wolf2020-10-021-1/+17
* block/export: Move AioContext from NBDExport to BlockExportKevin Wolf2020-10-021-0/+2
* block/export: Move refcount from NBDExport to BlockExportKevin Wolf2020-10-021-0/+14
* block/export: Remove magic from block-export-addKevin Wolf2020-10-021-3/+10
* block/export: Add BlockExport infrastructure and block-export-addKevin Wolf2020-10-021-0/+48