index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
export
/
export.c
Age
Commit message (
Expand
)
Author
2022-03-04
block: introduce bdrv_activate
Emanuele Giuseppe Esposito
2021-07-20
block/export: Conditionally ignore set-context error
Max Reitz
2021-01-28
qapi: Use QAPI_LIST_APPEND in trivial cases
Eric Blake
2020-12-11
fuse: Allow exporting BDSs via FUSE
Max Reitz
2020-11-03
configure: introduce --enable-vhost-user-blk-server
Stefan Hajnoczi
2020-10-23
block/export: add iothread and fixed-iothread options
Stefan Hajnoczi
2020-10-23
util/vhost-user-server: use static library in meson.build
Stefan Hajnoczi
2020-10-23
block/export: convert vhost-user-blk server to block export API
Stefan Hajnoczi
2020-10-02
block/export: Move writable to BlockExportOptions
Kevin Wolf
2020-10-02
block/export: Add query-block-exports
Kevin Wolf
2020-10-02
block/export: Create BlockBackend in blk_exp_add()
Kevin Wolf
2020-10-02
block/export: Move blk to BlockExport
Kevin Wolf
2020-10-02
block/export: Add BLOCK_EXPORT_DELETED event
Kevin Wolf
2020-10-02
block/export: Add block-export-del
Kevin Wolf
2020-10-02
block/export: Move strong user reference to block_exports
Kevin Wolf
2020-10-02
block/export: Add 'id' option to block-export-add
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 AioContext from NBDExport to BlockExport
Kevin Wolf
2020-10-02
block/export: Move refcount from NBDExport to BlockExport
Kevin Wolf
2020-10-02
block/export: Remove magic from block-export-add
Kevin Wolf
2020-10-02
block/export: Add BlockExport infrastructure and block-export-add
Kevin Wolf