aboutsummaryrefslogtreecommitdiff
path: root/qapi
AgeCommit message (Expand)AuthorFilesLines
2020-11-02Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20201101.0' i...Peter Maydell1-0/+17
2020-11-01qapi: Add VFIO devices migration stats in Migration statsKirti Wankhede1-0/+17
2020-10-30nbd: Add 'qemu-nbd -A' to expose allocation depthEric Blake2-3/+11
2020-10-30nbd: Update qapi to support exporting multiple bitmapsEric Blake1-12/+29
2020-10-23block/export: add vhost-user-blk multi-queue supportStefan Hajnoczi1-3/+7
2020-10-23block/export: add iothread and fixed-iothread optionsStefan Hajnoczi1-0/+11
2020-10-23block/export: convert vhost-user-blk server to block export APIStefan Hajnoczi1-2/+19
2020-10-23block/nvme: Add driver statistics for access alignment and hw errorsPhilippe Mathieu-Daudé1-1/+23
2020-10-21qapi: Restrict Xen migration commands to migration.jsonPhilippe Mathieu-Daudé2-41/+41
2020-10-21qapi: Restrict 'query-kvm' command to machine codePhilippe Mathieu-Daudé2-30/+30
2020-10-21qapi: Restrict '(p)memsave' command to machine codePhilippe Mathieu-Daudé2-61/+61
2020-10-21qapi: Restrict 'system wakeup/reset/powerdown' commands to machine.jsonPhilippe Mathieu-Daudé2-57/+57
2020-10-21qapi: Restrict 'inject-nmi' command to machine codePhilippe Mathieu-Daudé2-20/+20
2020-10-16Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell1-1/+6
2020-10-15keyval: Parse help optionsKevin Wolf1-1/+1
2020-10-14cpu: Introduce CPU model deprecation APIRobert Hoo1-1/+6
2020-10-12migration/dirtyrate: present dirty rate only when querying the rate has compl...Chuan Zheng1-5/+3
2020-10-09block: Convert 'block_resize' to coroutineKevin Wolf1-1/+2
2020-10-09qmp: Move dispatcher to a coroutineKevin Wolf2-5/+63
2020-10-09monitor: Make current monitor a per-coroutine propertyKevin Wolf1-2/+2
2020-10-09qmp: Call monitor_set_cur() only in qmp_dispatch()Kevin Wolf1-1/+7
2020-10-06replay: implement replay-seek commandPavel Dovgalyuk1-0/+20
2020-10-06replay: introduce breakpoint at the specified stepPavel Dovgalyuk1-0/+36
2020-10-06replay: introduce info hmp/qmp commandPavel Dovgalyuk2-1/+41
2020-10-06qapi: introduce replay.json for record/replay-related stuffPavel Dovgalyuk4-18/+28
2020-10-06migration: introduce icount field for snapshotsPavel Dovgalyuk1-2/+8
2020-10-04qapi/run-state.json: introduce memory failure eventzhenwei pi1-0/+90
2020-10-02nbd: Deprecate nbd-server-add/removeKevin Wolf1-2/+9
2020-10-02block/export: Move writable to BlockExportOptionsKevin Wolf1-5/+10
2020-10-02block/export: Add query-block-exportsKevin Wolf1-0/+32
2020-10-02block/export: Add BLOCK_EXPORT_DELETED eventKevin Wolf1-0/+12
2020-10-02block/export: Add block-export-delKevin Wolf1-6/+26
2020-10-02block/export: Add 'id' option to block-export-addKevin Wolf1-0/+5
2020-10-02block/export: Add node-name to BlockExportOptionsKevin Wolf1-6/+21
2020-10-02nbd: Add writethrough to block-export-addKevin Wolf1-1/+6
2020-10-02nbd: Add max-connections to nbd-server-startKevin Wolf1-2/+8
2020-10-02block/export: Add BlockExport infrastructure and block-export-addKevin Wolf1-0/+10
2020-10-02qapi: Rename BlockExport to BlockExportOptionsKevin Wolf1-6/+6
2020-10-02qapi: Create block-export moduleKevin Wolf4-167/+178
2020-09-29qapi: Use rST markup for literal blocksPeter Maydell2-9/+13
2020-09-29docs/interop: Convert qemu-qmp-ref to rSTPeter Maydell1-3/+1
2020-09-29qapi/machine.json: Escape a literal '*' in doc commentPeter Maydell1-1/+1
2020-09-29qapi/block.json: Add newline after "Example:" for block-latency-histogram-setPeter Maydell1-4/+8
2020-09-29qapi: Fix doc comment indentation againPeter Maydell3-57/+59
2020-09-29qapi: Extract PCI commands to 'pci.json'Philippe Mathieu-Daudé4-306/+318
2020-09-29qapi: Extract ACPI commands to 'acpi.json'Philippe Mathieu-Daudé4-131/+143
2020-09-29qapi: Restrict device memory commands to machine codePhilippe Mathieu-Daudé2-217/+216
2020-09-29qapi: Restrict query-uuid command to machine codePhilippe Mathieu-Daudé2-30/+30
2020-09-29qapi: Restrict query-vm-generation-id command to machine codePhilippe Mathieu-Daudé2-21/+20
2020-09-29qapi: Restrict balloon-related commands to machine codePhilippe Mathieu-Daudé2-90/+90