summaryrefslogtreecommitdiffstats
path: root/qapi
Commit message (Expand)AuthorAgeFilesLines
* qapi/qom: QAPIfy object-addKevin Wolf2021-03-191-10/+1Star
* qapi/qom: Add ObjectOptions for x-remote-objectKevin Wolf2021-03-191-2/+18
* qapi/qom: Add ObjectOptions for input-*Kevin Wolf2021-03-193-12/+72
* qapi/qom: Add ObjectOptions for confidential-guest-supportKevin Wolf2021-03-191-0/+37
* qapi/qom: Add ObjectOptions for pr-manager-helperKevin Wolf2021-03-191-0/+14
* qapi/qom: Add ObjectOptions for filter-*Kevin Wolf2021-03-193-20/+163
* qapi/qom: Add ObjectOptions for colo-compareKevin Wolf2021-03-191-0/+49
* qapi/qom: Add ObjectOptions for can-*Kevin Wolf2021-03-191-0/+18
* qapi/qom: Add ObjectOptions for tls-*, deprecate 'loaded'Kevin Wolf2021-03-192-2/+108
* qapi/qom: Add ObjectOptions for secret*, deprecate 'loaded'Kevin Wolf2021-03-192-0/+66
* qapi/qom: Add ObjectOptions for throttle-groupKevin Wolf2021-03-192-2/+32
* qapi/qom: Add ObjectOptions for rng-*, deprecate 'opened'Kevin Wolf2021-03-191-2/+54
* qapi/qom: Add ObjectOptions for memory-backend-*Kevin Wolf2021-03-193-22/+142
* qapi/qom: Add ObjectOptions for dbus-vmstateKevin Wolf2021-03-191-0/+18
* qapi/qom: Add ObjectOptions for cryptodev-*Kevin Wolf2021-03-191-0/+36
* qapi/qom: Add ObjectOptions for authz-*Kevin Wolf2021-03-192-5/+66
* qapi/qom: Add ObjectOptions for iothreadKevin Wolf2021-03-191-0/+53
* qapi/qom: Drop deprecated 'props' from object-addKevin Wolf2021-03-191-5/+1Star
* Merge remote-tracking branch 'remotes/berrange-gitlab/tags/dep-many-pull-requ...Peter Maydell2021-03-184-386/+2Star
|\
| * block: remove 'dirty-bitmaps' field from 'BlockInfo' structDaniel P. Berrangé2021-03-181-10/+1Star
| * block: remove dirty bitmaps 'status' fieldDaniel P. Berrangé2021-03-181-45/+0Star
| * block: remove 'encryption_key_missing' flag from QAPIDaniel P. Berrangé2021-03-181-8/+0Star
| * machine: remove 'arch' field from 'query-cpus-fast' QMP commandDaniel P. Berrangé2021-03-181-22/+0Star
| * machine: remove 'query-cpus' QMP commandDaniel P. Berrangé2021-03-181-159/+2Star
| * migrate: remove QMP/HMP commands for speed, downtime and cache sizeDaniel P. Berrangé2021-03-181-98/+0Star
| * monitor: remove 'query-events' QMP commandDaniel P. Berrangé2021-03-181-45/+0Star
* | qga: return a more explicit error on why a command is disabledMarc-André Lureau2021-03-172-6/+10
|/
* hmp: Use QAPI NetdevInfo in hmp_info_networkAlexey Kirillov2021-03-152-0/+194
* qapi: net: Add query-netdev commandAlexey Kirillov2021-03-151-0/+80
* qapi: Remove QMP events and commands from user-mode buildsPhilippe Mathieu-Daudé2021-03-051-4/+8
* chardev: do not use short form boolean options in non-QemuOpts character devi...Paolo Bonzini2021-02-251-2/+2
* sev: update sev-inject-launch-secret to make gpa optionalJames Bottomley2021-02-161-1/+1
* migration: dirty-bitmap: Allow control of bitmap persistencePeter Krempa2021-02-121-1/+18
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-02-091-11/+23
|\
| * qapi/meson: Restrict UI module to system emulation and toolsPhilippe Mathieu-Daudé2021-02-081-1/+5
| * qapi/meson: Restrict system-mode specific modulesPhilippe Mathieu-Daudé2021-02-081-6/+6
| * qapi/meson: Remove QMP from user-mode emulationPhilippe Mathieu-Daudé2021-02-081-3/+7
| * qapi/meson: Restrict qdev code to system-mode emulationPhilippe Mathieu-Daudé2021-02-081-1/+5
* | migration: introduce snapshot-{save, load, delete} QMP commandsDaniel P. Berrangé2021-02-082-1/+181
* | migration: Add blocker informationDr. David Alan Gilbert2021-02-081-0/+6
* | migration: Clean up signed vs. unsigned XBZRLE cache-sizeMarkus Armbruster2021-02-081-2/+2
* | migration: Fix migrate-set-parameters argument validationMarkus Armbruster2021-02-081-14/+14
* | migration: introduce 'background-snapshot' migration capabilityAndrey Gruzdev2021-02-081-1/+6
|/
* qapi: backup: disable copy_range by defaultVladimir Sementsov-Ogievskiy2021-01-261-1/+1
* qapi: backup: add max-chunk and max-workers to x-perf structVladimir Sementsov-Ogievskiy2021-01-261-1/+12
* qapi: backup: add perf.use-copy-range parameterVladimir Sementsov-Ogievskiy2021-01-261-1/+16
* qapi: block-stream: add "bottom" argumentVladimir Sementsov-Ogievskiy2021-01-261-4/+8
* qapi: copy-on-read filter: add 'bottom' optionAndrey Shinkevich2021-01-261-1/+19
* qapi: add filter-node-name to block-streamAndrey Shinkevich2021-01-261-0/+6
* qmp: remove deprecated "change" commandPaolo Bonzini2021-01-231-49/+0Star