summaryrefslogtreecommitdiffstats
path: root/qapi
Commit message (Expand)AuthorAgeFilesLines
...
* block/nvme: Add driver statistics for access alignment and hw errorsPhilippe Mathieu-Daudé2020-10-231-1/+23
* qapi: Restrict Xen migration commands to migration.jsonPhilippe Mathieu-Daudé2020-10-212-41/+41
* qapi: Restrict 'query-kvm' command to machine codePhilippe Mathieu-Daudé2020-10-212-30/+30
* qapi: Restrict '(p)memsave' command to machine codePhilippe Mathieu-Daudé2020-10-212-61/+61
* qapi: Restrict 'system wakeup/reset/powerdown' commands to machine.jsonPhilippe Mathieu-Daudé2020-10-212-57/+57
* qapi: Restrict 'inject-nmi' command to machine codePhilippe Mathieu-Daudé2020-10-212-20/+20
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell2020-10-161-1/+6
|\
| * cpu: Introduce CPU model deprecation APIRobert Hoo2020-10-141-1/+6
* | keyval: Parse help optionsKevin Wolf2020-10-151-1/+1
|/
* migration/dirtyrate: present dirty rate only when querying the rate has compl...Chuan Zheng2020-10-121-5/+3Star
* block: Convert 'block_resize' to coroutineKevin Wolf2020-10-091-1/+2
* qmp: Move dispatcher to a coroutineKevin Wolf2020-10-092-5/+63
* monitor: Make current monitor a per-coroutine propertyKevin Wolf2020-10-091-2/+2
* qmp: Call monitor_set_cur() only in qmp_dispatch()Kevin Wolf2020-10-091-1/+7
* replay: implement replay-seek commandPavel Dovgalyuk2020-10-061-0/+20
* replay: introduce breakpoint at the specified stepPavel Dovgalyuk2020-10-061-0/+36
* replay: introduce info hmp/qmp commandPavel Dovgalyuk2020-10-062-1/+41
* qapi: introduce replay.json for record/replay-related stuffPavel Dovgalyuk2020-10-064-18/+28
* migration: introduce icount field for snapshotsPavel Dovgalyuk2020-10-061-2/+8
* qapi/run-state.json: introduce memory failure eventzhenwei pi2020-10-041-0/+90
* nbd: Deprecate nbd-server-add/removeKevin Wolf2020-10-021-2/+9
* block/export: Move writable to BlockExportOptionsKevin Wolf2020-10-021-5/+10
* block/export: Add query-block-exportsKevin Wolf2020-10-021-0/+32
* block/export: Add BLOCK_EXPORT_DELETED eventKevin Wolf2020-10-021-0/+12
* block/export: Add block-export-delKevin Wolf2020-10-021-6/+26
* block/export: Add 'id' option to block-export-addKevin Wolf2020-10-021-0/+5
* block/export: Add node-name to BlockExportOptionsKevin Wolf2020-10-021-6/+21
* nbd: Add writethrough to block-export-addKevin Wolf2020-10-021-1/+6
* nbd: Add max-connections to nbd-server-startKevin Wolf2020-10-021-2/+8
* block/export: Add BlockExport infrastructure and block-export-addKevin Wolf2020-10-021-0/+10
* qapi: Rename BlockExport to BlockExportOptionsKevin Wolf2020-10-021-6/+6
* qapi: Create block-export moduleKevin Wolf2020-10-024-167/+178
* qapi: Use rST markup for literal blocksPeter Maydell2020-09-292-9/+13
* docs/interop: Convert qemu-qmp-ref to rSTPeter Maydell2020-09-291-3/+1Star
* qapi/machine.json: Escape a literal '*' in doc commentPeter Maydell2020-09-291-1/+1
* qapi/block.json: Add newline after "Example:" for block-latency-histogram-setPeter Maydell2020-09-291-4/+8
* qapi: Fix doc comment indentation againPeter Maydell2020-09-293-57/+59
* qapi: Extract PCI commands to 'pci.json'Philippe Mathieu-Daudé2020-09-294-306/+318
* qapi: Extract ACPI commands to 'acpi.json'Philippe Mathieu-Daudé2020-09-294-131/+143
* qapi: Restrict device memory commands to machine codePhilippe Mathieu-Daudé2020-09-292-217/+216Star
* qapi: Restrict query-uuid command to machine codePhilippe Mathieu-Daudé2020-09-292-30/+30
* qapi: Restrict query-vm-generation-id command to machine codePhilippe Mathieu-Daudé2020-09-292-21/+20Star
* qapi: Restrict balloon-related commands to machine codePhilippe Mathieu-Daudé2020-09-292-90/+90
* qapi: Correct balloon documentationPhilippe Mathieu-Daudé2020-09-291-3/+10
* qapi: Restrict LostTickPolicy enum to machine codePhilippe Mathieu-Daudé2020-09-292-32/+32
* cphp: remove deprecated cpu-add command(s)Igor Mammedov2020-09-291-24/+0Star
* migration/dirtyrate: Implement qmp_cal_dirty_rate()/qmp_get_dirty_rate() func...Chuan Zheng2020-09-251-0/+50
* migration/dirtyrate: add DirtyRateStatus to denote calculation statusChuan Zheng2020-09-251-0/+17
* qapi/: fix some comment spelling errorszhaolichang2020-09-172-4/+4
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2020-09-111-24/+34
|\