aboutsummaryrefslogtreecommitdiff
path: root/qapi
AgeCommit message (Expand)Author
2018-05-23job: Add query-jobs QMP commandKevin Wolf
2018-05-23job: Add lifecycle QMP commandsKevin Wolf
2018-05-23job: Add JOB_STATUS_CHANGE QMP eventKevin Wolf
2018-05-23job: Introduce qapi/job.jsonKevin Wolf
2018-05-23job: Move state transitions to JobKevin Wolf
2018-05-23job: Rename BlockJobType into JobTypeKevin Wolf
2018-05-23blockjob: Improve BlockJobInfo.offset/len documentationKevin Wolf
2018-05-23blockjob: Update block-job-pause/resume documentationKevin Wolf
2018-05-20qapi/net.json: Fix the version number of the "vlan" removalThomas Huth
2018-05-15migration: Textual fixups for blocktimeDr. David Alan Gilbert
2018-05-15migration/qmp: add command migrate-pausePeter Xu
2018-05-15qmp/migration: new command migrate-recoverPeter Xu
2018-05-15migration: new state "postcopy-recover"Peter Xu
2018-05-15qmp: hmp: add migrate "resume" optionPeter Xu
2018-05-15migration: new postcopy-pause statePeter Xu
2018-05-15block: Add COR filter driverMax Reitz
2018-05-15blockjob: expose error string via queryJohn Snow
2018-05-14Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2018-05-14net: Remove the deprecated "vlan" parameterThomas Huth
2018-05-11block/file-posix: add x-check-page-cache=on|off optionStefan Hajnoczi
2018-05-04qapi: deprecate CpuInfoFast.archLaszlo Ersek
2018-05-04qapi: discriminate CpuInfoFast on SysEmuTarget, not CpuInfoArchLaszlo Ersek
2018-05-04qapi: change the type of TargetInfo.arch from string to enum SysEmuTargetLaszlo Ersek
2018-05-04qapi: add SysEmuTarget to "common.json"Laszlo Ersek
2018-05-04qapi: fill in CpuInfoFast.arch in query-cpus-fastLaszlo Ersek
2018-05-04qobject: Modify qobject_ref() to return objMarc-André Lureau
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau
2018-04-27qapi: Parameter gl of DisplayType now accept an enumElie Tournier
2018-04-25migration: add postcopy total blocktime into query-migrateAlexey Perevalov
2018-04-25migration: introduce postcopy-blocktime capabilityAlexey Perevalov
2018-03-26vdi: Change 'static' create option to 'preallocation' in QMPKevin Wolf
2018-03-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-03-20qmp: distinguish PC-DIMM and NVDIMM in MemoryDeviceInfoListHaozhong Zhang
2018-03-19qapi: add block latency histogram interfaceVladimir Sementsov-Ogievskiy
2018-03-19qmp: add command "x-oob-test"Peter Xu
2018-03-19qmp: support out-of-band (oob) executionPeter Xu
2018-03-19qapi: introduce new cmd option "allow-oob"Peter Xu
2018-03-19qmp: add new event "command-dropped"Eric Blake
2018-03-19qmp: introduce QMPCapabilityPeter Xu
2018-03-19block: Deprecate "backing": ""Max Reitz
2018-03-19qapi: Make more of qobject_to()Max Reitz
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz
2018-03-19block/mirror: change the semantic of 'force' of block-job-cancelLiang Li
2018-03-19vpc: Support .bdrv_co_createKevin Wolf
2018-03-19vhdx: Support .bdrv_co_createKevin Wolf
2018-03-19qed: Support .bdrv_co_createKevin Wolf
2018-03-19qcow: Support .bdrv_co_createKevin Wolf
2018-03-19parallels: Support .bdrv_co_createKevin Wolf
2018-03-19vdi: Implement .bdrv_co_createMax Reitz
2018-03-19vdi: Pull option parsing from vdi_co_createMax Reitz