aboutsummaryrefslogtreecommitdiff
path: root/block/export/export.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-30block/export: Fix null pointer dereference in error pathKevin Wolf1-2/+4
2023-05-10block/export: call blk_set_dev_ops(blk, NULL, NULL)Stefan Hajnoczi1-0/+2
2022-12-14qapi block: Elide redundant has_FOO in generated CMarkus Armbruster1-1/+1
2022-10-27block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_ai...Emanuele Giuseppe Esposito1-1/+1
2022-06-24vduse-blk: Implement vduse-blk exportXie Yongji1-0/+6
2022-03-04block: introduce bdrv_activateEmanuele Giuseppe Esposito1-1/+1
2021-07-20block/export: Conditionally ignore set-context errorMax Reitz1-1/+4
2021-01-28qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake1-5/+2
2020-12-11fuse: Allow exporting BDSs via FUSEMax Reitz1-0/+4
2020-11-03configure: introduce --enable-vhost-user-blk-serverStefan Hajnoczi1-2/+2
2020-10-23block/export: add iothread and fixed-iothread optionsStefan Hajnoczi1-1/+30
2020-10-23util/vhost-user-server: use static library in meson.buildStefan Hajnoczi1-4/+4
2020-10-23block/export: convert vhost-user-blk server to block export APIStefan Hajnoczi1-0/+6
2020-10-02block/export: Move writable to BlockExportOptionsKevin Wolf1-1/+15
2020-10-02block/export: Add query-block-exportsKevin Wolf1-0/+23
2020-10-02block/export: Create BlockBackend in blk_exp_add()Kevin Wolf1-4/+45
2020-10-02block/export: Move blk to BlockExportKevin Wolf1-0/+3
2020-10-02block/export: Add BLOCK_EXPORT_DELETED eventKevin Wolf1-0/+2
2020-10-02block/export: Add block-export-delKevin Wolf1-1/+42
2020-10-02block/export: Move strong user reference to block_exportsKevin Wolf1-0/+6
2020-10-02block/export: Add 'id' option to block-export-addKevin Wolf1-0/+26
2020-10-02block/export: Add blk_exp_close_all(_type)Kevin Wolf1-2/+84
2020-10-02block/export: Allocate BlockExport in blk_exp_add()Kevin Wolf1-1/+17
2020-10-02block/export: Move AioContext from NBDExport to BlockExportKevin Wolf1-0/+2
2020-10-02block/export: Move refcount from NBDExport to BlockExportKevin Wolf1-0/+14
2020-10-02block/export: Remove magic from block-export-addKevin Wolf1-3/+10
2020-10-02block/export: Add BlockExport infrastructure and block-export-addKevin Wolf1-0/+48