summaryrefslogtreecommitdiff
path: root/storage-daemon
Commit message (Expand)AuthorAgeFilesLines
* qapi storage-daemon/qapi: Fix documentation section structureMarkus Armbruster2023-04-281-6/+14
* monitor: Loosen coupling between misc.c and monitor.c slightlyMarkus Armbruster2023-02-041-2/+2
* include/block: Untangle inclusion loopsMarkus Armbruster2023-01-201-0/+1
* qsd: Unlink absolute PID file pathHanna Reitz2022-07-121-1/+10
* qsd: Do not use error_report() before monitor_initHanna Reitz2022-07-121-1/+5
* vduse-blk: Add name optionXie Yongji2022-06-241-4/+4
* vduse-blk: Add serial optionXie Yongji2022-06-241-0/+1
* qsd: document vduse-blk exportsStefan Hajnoczi2022-06-241-0/+9
* include: move qemu_*_exec_dir() to cutilsMarc-André Lureau2022-05-281-0/+1
* include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau2022-04-211-1/+1
* util/log: Pass Error pointer to qemu_set_logRichard Henderson2022-04-201-1/+1
* error: use GLib to remember the program nameMarc-André Lureau2022-03-221-1/+1
* qsd: Add --daemonizeHanna Reitz2022-03-041-0/+15
* qsd: Add pre-init argument parsing passHanna Reitz2022-03-041-5/+38
* qsd: Document fuse's allow-other optionHanna Reitz2022-02-011-1/+1
* qemu-storage-daemon: Fix typo in vhost-user-blk helpKevin Wolf2022-02-011-1/+1
* qemu-storage-daemon: Add vhost-user-blk helpPhilippe Mathieu-Daudé2022-01-141-0/+13
* qapi: Generalize command policy checkingMarkus Armbruster2021-10-291-1/+2
* qemu-storage-daemon: Only display FUSE help when FUSE is built-inPhilippe Mathieu-Daudé2021-10-061-0/+2
* storage-daemon: Add missing build dependency to the vhost-user-blk-testThomas Huth2021-08-111-4/+4
* qsd: Document FUSE exportsMax Reitz2021-03-291-0/+4
* monitor: Drop query-qmp-schema 'gen': false hackMarkus Armbruster2021-03-191-2/+0
* qom: Factor out user_creatable_process_cmdline()Kevin Wolf2021-03-191-22/+2
* qemu-storage-daemon: Implement --object with qmp_object_add()Kevin Wolf2021-03-191-11/+10
* qapi/qom: QAPIfy object-addKevin Wolf2021-03-191-2/+0
* qapi/qom: Add ObjectOptions for authz-*Kevin Wolf2021-03-191-0/+1
* storage-daemon: Call job_cancel_sync_all() on shutdownKevin Wolf2021-03-191-0/+1
* qemu-storage-daemon: add --pidfile optionStefan Hajnoczi2021-03-081-0/+36
* storage-daemon: include current command line option in the errorsPaolo Bonzini2021-03-081-2/+17
* storage-daemon: report unexpected arguments on the flyPaolo Bonzini2021-03-081-5/+4
* qemu-storage-daemon: Enable object-addKevin Wolf2021-02-151-0/+2
* block: move blk_exp_close_all() to qemu_cleanup()Sergio Lopez2021-02-021-0/+1
* meson: Propagate gnutls dependencyRoman Bolshakov2021-01-121-1/+1
* docs: generate qemu-storage-daemon-qmp-ref(7) man pageStefan Hajnoczi2020-12-181-0/+3
* storage-daemon: Call bdrv_close_all() on exitMax Reitz2020-12-111-0/+3
* trace: remove argument from trace_init_filePaolo Bonzini2020-11-111-6/+3
* qemu-storage-daemon: avoid compiling blockdev_ss twiceStefan Hajnoczi2020-10-231-2/+1
* qemu-storage-daemon: Remove QemuOpts from --object parserKevin Wolf2020-10-151-11/+4
* keyval: Parse help optionsKevin Wolf2020-10-151-1/+1
* qemu-storage-daemon: Fix help line for --exportKevin Wolf2020-10-021-1/+1
* block/export: Add 'id' option to block-export-addKevin Wolf2020-10-021-1/+1
* nbd: Add max-connections to nbd-server-startKevin Wolf2020-10-021-2/+2
* qemu-storage-daemon: Use qmp_block_export_add()Kevin Wolf2020-10-021-12/+1
* qapi: Rename BlockExport to BlockExportOptionsKevin Wolf2020-10-021-4/+4
* qapi: Create block-export moduleKevin Wolf2020-10-022-1/+2
* docs/interop: Convert qemu-qmp-ref to rSTPeter Maydell2020-09-291-1/+1
* meson: convert qemu-storage-daemonPaolo Bonzini2020-08-214-7/+357
* libqemuutil, qapi, trace: convert to mesonPaolo Bonzini2020-08-214-2/+14
* schemas: Add vim modelineAndrea Bolognani2020-08-031-0/+1
* qemu-storage-daemon: Add --monitor optionKevin Wolf2020-03-063-0/+28