summaryrefslogtreecommitdiffstats
path: root/qapi
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2019-03-141-0/+6
|\
| * file-posix: add drop-cache=on|off optionStefan Hajnoczi2019-03-131-0/+6
* | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190313-pull-request' i...Peter Maydell2019-03-131-0/+14
|\ \
| * | curses: add option to specify VGA font encodingSamuel Thibault2019-03-131-0/+14
* | | Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell2019-03-131-5/+23
|\ \ \
| * | | block/dirty-bitmap: add inconsistent statusJohn Snow2019-03-121-1/+6
| * | | block/dirty-bitmaps: add inconsistent bitJohn Snow2019-03-121-4/+9
| * | | block/dirty-bitmap: add recording and busy propertiesJohn Snow2019-03-121-1/+9
| |/ /
* | | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2019-03-131-12/+54
|\ \ \ | |_|/ |/| |
| * | block: Add an 'x-blockdev-reopen' QMP commandAlberto Garcia2019-03-121-0/+42
| * | qapi: drop x- from x-block-latency-histogram-setVladimir Sementsov-Ogievskiy2019-03-121-10/+10
| * | qapi: move to QOM path for x-block-latency-histogram-setVladimir Sementsov-Ogievskiy2019-03-121-2/+2
| |/
* | Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190312-pull-request...Peter Maydell2019-03-123-3/+308
|\ \ | |/ |/|
| * qapi: qapi for audio backendsKővágó, Zoltán2019-03-113-3/+308
* | chardev: add support for authorization for TLS clientsDaniel P. Berrange2019-03-111-0/+6
|/
* Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-03-08' into st...Peter Maydell2019-03-091-2/+8
|\
| * nbd: fix outdated qapi docs syntax for tls-credsDaniel P. Berrangé2019-03-061-1/+1
| * nbd: allow authorization with nbd-server-start QMP commandDaniel P. Berrange2019-03-061-1/+7
* | qcow2: Implement data-file-raw create optionKevin Wolf2019-03-081-0/+9
* | qcow2: Store data file name in the imageKevin Wolf2019-03-081-1/+7
* | qcow2: Creating images with external data fileKevin Wolf2019-03-081-0/+4
* | qcow2: Add basic data-file infrastructureKevin Wolf2019-03-081-1/+6
|/
* qapi/migration.json: Remove a variable that doesn't exist in exampleZhang Chen2019-03-061-1/+1
* migration: Create socket-address parameterJuan Quintela2019-03-061-1/+5
* migration: Introduce ignore-shared capabilityYury Kotov2019-03-061-1/+4
* qmp: Add announce-self commandDr. David Alan Gilbert2019-03-051-0/+20
* migration: Add announce parametersDr. David Alan Gilbert2019-03-051-3/+50
* net: Introduce announce timerDr. David Alan Gilbert2019-03-051-0/+23
* authz: add QAuthZList object type for an access control listDaniel P. Berrange2019-02-263-1/+60
* Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190222-pull-request' i...Peter Maydell2019-02-251-1/+31
|\
| * display: add -display spice-app launching a Spice clientMarc-André Lureau2019-02-221-1/+6
| * qapi: document DisplayType enumMarc-André Lureau2019-02-211-0/+25
* | target/mips: implement QMP query-cpu-definitions commandPavel Dovgalyuk2019-02-211-2/+2
* | block/dirty-bitmap: Documentation and Comment fixupsJohn Snow2019-02-191-9/+25
* | dirty-bitmap: Expose persistent flag to 'query-block'Eric Blake2019-02-191-1/+4
|/
* qapi: move RTC_CHANGE to the target schemaMarc-André Lureau2019-02-182-23/+23
* qmp: Deprecate query-events in favor of query-qmp-schemaMarkus Armbruster2019-02-181-2/+5
* qapi: remove qmp_unregister_command()Marc-André Lureau2019-02-181-8/+0Star
* qapi: make query-cpu-definitions depend on specific targetsMarc-André Lureau2019-02-182-58/+64
* qapi: make query-cpu-model-expansion depend on s390 or x86Marc-André Lureau2019-02-182-51/+52
* qapi: make query-gic-capabilities depend on TARGET_ARMMarc-André Lureau2019-02-182-43/+45
* target.json: add a note about query-cpu* not being s390x-specificMarc-André Lureau2019-02-181-0/+6
* qapi: make s390 commands depend on TARGET_S390XMarc-André Lureau2019-02-182-137/+142
* qapi: make rtc-reset-reinjection and SEV depend on TARGET_I386Marc-André Lureau2019-02-182-170/+173
* qapi: New module target.jsonMarkus Armbruster2019-02-183-11/+31
* build: Deal with all of QAPI's .o in qapi/Makefile.objsMarkus Armbruster2019-02-181-0/+19
* qapi: Fix qcow2 encryption doc typoEric Blake2019-02-141-1/+1
* qcow2: Add list of bitmaps to ImageInfoSpecificQCow2Andrey Shinkevich2019-02-111-1/+40
* vmdk: Reject excess extents in blockdev-createKevin Wolf2019-02-011-1/+2
* vmdk: Implement .bdrv_co_create callbackFam Zheng2019-02-012-7/+79