| Commit message (Expand) | Author | Age | Files | Lines |
* | block/export: add vhost-user-blk multi-queue support | Stefan Hajnoczi | 2020-10-23 | 1 | -6/+18 |
* | block/export: add iothread and fixed-iothread options | Stefan Hajnoczi | 2020-10-23 | 2 | -2/+34 |
* | block: move block exports to libblockdev | Stefan Hajnoczi | 2020-10-23 | 1 | -2/+2 |
* | util/vhost-user-server: use static library in meson.build | Stefan Hajnoczi | 2020-10-23 | 2 | -5/+5 |
* | util/vhost-user-server: move header to include/ | Stefan Hajnoczi | 2020-10-23 | 1 | -1/+1 |
* | block/export: convert vhost-user-blk server to block export API | Stefan Hajnoczi | 2020-10-23 | 4 | -352/+126 |
* | block/export: report flush errors | Stefan Hajnoczi | 2020-10-23 | 1 | -4/+7 |
* | util/vhost-user-server: rework vu_client_trip() coroutine lifecycle | Stefan Hajnoczi | 2020-10-23 | 1 | -7/+2 |
* | util/vhost-user-server: drop unused DevicePanicNotifier | Stefan Hajnoczi | 2020-10-23 | 1 | -2/+1 |
* | block/export: consolidate request structs into VuBlockReq | Stefan Hajnoczi | 2020-10-23 | 1 | -47/+21 |
* | block/export: vhost-user block device backend server | Coiby Xu | 2020-10-23 | 2 | -0/+697 |
* | block/export: Move writable to BlockExportOptions | Kevin Wolf | 2020-10-02 | 1 | -1/+15 |
* | block/export: Add query-block-exports | Kevin Wolf | 2020-10-02 | 1 | -0/+23 |
* | block/export: Create BlockBackend in blk_exp_add() | Kevin Wolf | 2020-10-02 | 1 | -4/+45 |
* | block/export: Move blk to BlockExport | Kevin Wolf | 2020-10-02 | 1 | -0/+3 |
* | block/export: Add BLOCK_EXPORT_DELETED event | Kevin Wolf | 2020-10-02 | 1 | -0/+2 |
* | block/export: Add block-export-del | Kevin Wolf | 2020-10-02 | 1 | -1/+42 |
* | block/export: Move strong user reference to block_exports | Kevin Wolf | 2020-10-02 | 1 | -0/+6 |
* | block/export: Add 'id' option to block-export-add | Kevin Wolf | 2020-10-02 | 1 | -0/+26 |
* | block/export: Add blk_exp_close_all(_type) | Kevin Wolf | 2020-10-02 | 1 | -2/+84 |
* | block/export: Allocate BlockExport in blk_exp_add() | Kevin Wolf | 2020-10-02 | 1 | -1/+17 |
* | block/export: Move AioContext from NBDExport to BlockExport | Kevin Wolf | 2020-10-02 | 1 | -0/+2 |
* | block/export: Move refcount from NBDExport to BlockExport | Kevin Wolf | 2020-10-02 | 1 | -0/+14 |
* | block/export: Remove magic from block-export-add | Kevin Wolf | 2020-10-02 | 1 | -3/+10 |
* | block/export: Add BlockExport infrastructure and block-export-add | Kevin Wolf | 2020-10-02 | 2 | -0/+49 |