aboutsummaryrefslogtreecommitdiff
path: root/storage-daemon
AgeCommit message (Expand)AuthorFilesLines
2021-03-29qsd: Document FUSE exportsMax Reitz1-0/+4
2021-03-19monitor: Drop query-qmp-schema 'gen': false hackMarkus Armbruster1-2/+0
2021-03-19qom: Factor out user_creatable_process_cmdline()Kevin Wolf1-22/+2
2021-03-19qemu-storage-daemon: Implement --object with qmp_object_add()Kevin Wolf1-11/+10
2021-03-19qapi/qom: QAPIfy object-addKevin Wolf1-2/+0
2021-03-19qapi/qom: Add ObjectOptions for authz-*Kevin Wolf1-0/+1
2021-03-19storage-daemon: Call job_cancel_sync_all() on shutdownKevin Wolf1-0/+1
2021-03-08qemu-storage-daemon: add --pidfile optionStefan Hajnoczi1-0/+36
2021-03-08storage-daemon: include current command line option in the errorsPaolo Bonzini1-2/+17
2021-03-08storage-daemon: report unexpected arguments on the flyPaolo Bonzini1-5/+4
2021-02-15qemu-storage-daemon: Enable object-addKevin Wolf1-0/+2
2021-02-02block: move blk_exp_close_all() to qemu_cleanup()Sergio Lopez1-0/+1
2021-01-12meson: Propagate gnutls dependencyRoman Bolshakov1-1/+1
2020-12-18docs: generate qemu-storage-daemon-qmp-ref(7) man pageStefan Hajnoczi1-0/+3
2020-12-11storage-daemon: Call bdrv_close_all() on exitMax Reitz1-0/+3
2020-11-11trace: remove argument from trace_init_filePaolo Bonzini1-6/+3
2020-10-23qemu-storage-daemon: avoid compiling blockdev_ss twiceStefan Hajnoczi1-2/+1
2020-10-15qemu-storage-daemon: Remove QemuOpts from --object parserKevin Wolf1-11/+4
2020-10-15keyval: Parse help optionsKevin Wolf1-1/+1
2020-10-02qemu-storage-daemon: Fix help line for --exportKevin Wolf1-1/+1
2020-10-02block/export: Add 'id' option to block-export-addKevin Wolf1-1/+1
2020-10-02nbd: Add max-connections to nbd-server-startKevin Wolf1-2/+2
2020-10-02qemu-storage-daemon: Use qmp_block_export_add()Kevin Wolf1-12/+1
2020-10-02qapi: Rename BlockExport to BlockExportOptionsKevin Wolf1-4/+4
2020-10-02qapi: Create block-export moduleKevin Wolf2-1/+2
2020-09-29docs/interop: Convert qemu-qmp-ref to rSTPeter Maydell1-1/+1
2020-08-21meson: convert qemu-storage-daemonPaolo Bonzini4-7/+357
2020-08-21libqemuutil, qapi, trace: convert to mesonPaolo Bonzini4-2/+14
2020-08-03schemas: Add vim modelineAndrea Bolognani1-0/+1
2020-03-06qemu-storage-daemon: Add --monitor optionKevin Wolf3-0/+28