qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 3df58d: qapi: replace 'o' for list items


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 3df58d: qapi: replace 'o' for list items
Date: Tue, 17 Jan 2017 09:00:06 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 3df58d411514f9f1144f8db5ee868892399771ff
      
https://github.com/qemu/qemu/commit/3df58d411514f9f1144f8db5ee868892399771ff
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M qapi-schema.json

  Log Message:
  -----------
  qapi: replace 'o' for list items

Replace with '*', the common form for list items.

Signed-off-by: Marc-André Lureau <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 515b17c27c6c5ca4c741a5cec15523bd73e4dc93
      
https://github.com/qemu/qemu/commit/515b17c27c6c5ca4c741a5cec15523bd73e4dc93
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M qapi-schema.json

  Log Message:
  -----------
  qapi: move QKeyCode doc body at the top

Following documentation guidelines.

Signed-off-by: Marc-André Lureau <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: e22da431a79959b66dc0ed562eca1095e2bce196
      
https://github.com/qemu/qemu/commit/e22da431a79959b66dc0ed562eca1095e2bce196
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M qapi-schema.json
    M qapi/introspect.json

  Log Message:
  -----------
  qapi: Format TODO comments more consistently

Consistently put a colon after TODO.  This will make the TODOs stand
out in the documentation we're going to generate.

Signed-off-by: Marc-André Lureau <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>
[Commit message rewritten]
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: b780e9c3f2a29180397ddcd1f3c5e5a5c49353e7
      
https://github.com/qemu/qemu/commit/b780e9c3f2a29180397ddcd1f3c5e5a5c49353e7
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M qapi-schema.json

  Log Message:
  -----------
  qapi: improve device_add schema

'device_add' is still incomplete for now, but we can fix a few
arguments:
- 'bus' is a common argument, regardless of the device
- 'id' is an optional argument

Signed-off-by: Marc-André Lureau <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 41dc1dc066a59a0421329dba64daf11f78bf6619
      
https://github.com/qemu/qemu/commit/41dc1dc066a59a0421329dba64daf11f78bf6619
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M qapi-schema.json

  Log Message:
  -----------
  qapi: improve TransactionAction doc

TransactionAction is a flat union, document 'type' versions
exhaustively, and sort the members.

Signed-off-by: Marc-André Lureau <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: ae4dbed0fe66a18091e719b823fee450a8107206
      
https://github.com/qemu/qemu/commit/ae4dbed0fe66a18091e719b823fee450a8107206
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M qga/qapi-schema.json

  Log Message:
  -----------
  qga/schema: improve guest-set-vcpus Returns: section

Itemize the possible return values of guest-set-vcpus.

Drop the blank lines for consistency with itemized
lists elsewhere.

Signed-off-by: Marc-André Lureau <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 5807ff88b1c97052a979050ff8f4246d7dfdc764
      
https://github.com/qemu/qemu/commit/5807ff88b1c97052a979050ff8f4246d7dfdc764
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M qapi-schema.json
    M qapi/event.json
    M qapi/introspect.json

  Log Message:
  -----------
  qapi: Reorder doc comments for future doc generator

The doc generator we're going to add expects a fairly rigid doc
comment structure.  Reorder / rephrase some doc comments to please it.

Signed-off-by: Marc-André Lureau <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>
[Commit message rewritten]
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 7a305384e85388236a2d6f70a290d5c85f3c7ac0
      
https://github.com/qemu/qemu/commit/7a305384e85388236a2d6f70a290d5c85f3c7ac0
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M qapi/block-core.json

  Log Message:
  -----------
  qapi: Move "command is experimental" notes down

Move these notes down and prefix with "Note:", to please the doc
generator we're going to add.

Signed-off-by: Marc-André Lureau <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>
[Commit message tweaked]
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: d3a48372a42c62608c2f773376810e6a9c1851fb
      
https://github.com/qemu/qemu/commit/d3a48372a42c62608c2f773376810e6a9c1851fb
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M qapi-schema.json
    M qapi/block-core.json
    M qapi/block.json
    M qapi/common.json
    M qapi/crypto.json
    M qapi/event.json
    M qapi/rocker.json
    M qapi/trace.json

  Log Message:
  -----------
  qapi: add some sections in docs

Add some more section titles to organize the documentation we're going
to generate.

Signed-off-by: Marc-André Lureau <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 91d00e57a181e1d831833c6e460d981500d0e7ac
      
https://github.com/qemu/qemu/commit/91d00e57a181e1d831833c6e460d981500d0e7ac
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    A docs/qemu-ga-ref.texi
    A docs/qemu-qmp-ref.texi

  Log Message:
  -----------
  docs: add master qapi texi files

The qapi2texi script generates a file to be included in a texi file. Add
"QEMU QMP Reference Manual" and "QEMU Guest Agent Protocol Reference"
master texi files.

Signed-off-by: Marc-André Lureau <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 4148c298d877b4b599bf3961fa0b4049d8540b07
      
https://github.com/qemu/qemu/commit/4148c298d877b4b599bf3961fa0b4049d8540b07
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M scripts/qapi.py

  Log Message:
  -----------
  qapi: rework qapi Exception

Use a base class QAPIError, and QAPIParseError for parser errors and
QAPISemError for semantic errors, suggested by Markus Armbruster.

Signed-off-by: Marc-André Lureau <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: eaea2bf72f0404abdb78c2914b56c3c299342830
      
https://github.com/qemu/qemu/commit/eaea2bf72f0404abdb78c2914b56c3c299342830
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M scripts/texi2pod.pl

  Log Message:
  -----------
  texi2pod: learn quotation, deftp and deftypefn

Learn a few more markups used for API documentation.

Signed-off-by: Marc-André Lureau <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 65ce54f5e2abe58b6447457e1453a517ba8c91f8
      
https://github.com/qemu/qemu/commit/65ce54f5e2abe58b6447457e1453a517ba8c91f8
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'add_client' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 3aa4c6cd3932f5606f2faa59e5d7a45fe12417bb
      
https://github.com/qemu/qemu/commit/3aa4c6cd3932f5606f2faa59e5d7a45fe12417bb
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'query-name' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: b4f65cd27a049632e77e258bb7503d49a9c54a70
      
https://github.com/qemu/qemu/commit/b4f65cd27a049632e77e258bb7503d49a9c54a70
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'query-kvm' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 477bc1e4f18acccdd76bed12cbb0b980603fe5ae
      
https://github.com/qemu/qemu/commit/477bc1e4f18acccdd76bed12cbb0b980603fe5ae
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'query-status' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 0ed90f77e833037c126f5e5e76956d256a655e5f
      
https://github.com/qemu/qemu/commit/0ed90f77e833037c126f5e5e76956d256a655e5f
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'query-uuid' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 4055aa8d409262188bc0fc139e8d5be38cfd4f3d
      
https://github.com/qemu/qemu/commit/4055aa8d409262188bc0fc139e8d5be38cfd4f3d
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'query-chardev' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 90e365c054f64c970697b735d947834f6b65e90e
      
https://github.com/qemu/qemu/commit/90e365c054f64c970697b735d947834f6b65e90e
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'query-chardev-backends' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: a4143a845a6d4b078b34aa3c750566cfdea6192a
      
https://github.com/qemu/qemu/commit/a4143a845a6d4b078b34aa3c750566cfdea6192a
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'ringbuf-write' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 4f19a01b3e066b56bf22d83ff12d840c9a213dff
      
https://github.com/qemu/qemu/commit/4f19a01b3e066b56bf22d83ff12d840c9a213dff
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'ringbuf-read' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 66c2f5a56ce1a1b85b133ad39ee7cc1a599126cf
      
https://github.com/qemu/qemu/commit/66c2f5a56ce1a1b85b133ad39ee7cc1a599126cf
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'query-events' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 104b1caf0544292ab27c9281bb48b0d9bd098658
      
https://github.com/qemu/qemu/commit/104b1caf0544292ab27c9281bb48b0d9bd098658
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'query-migrate' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 0a0bb9644212cce5f906280d543dd73c88f866db
      
https://github.com/qemu/qemu/commit/0a0bb9644212cce5f906280d543dd73c88f866db
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'migrate-set-capabilities' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 135b238e5d622b32ad90b94f25d86a180beb884c
      
https://github.com/qemu/qemu/commit/135b238e5d622b32ad90b94f25d86a180beb884c
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'query-migrate-capabilities' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 35db41e5dcf8b9bad6751be41d1cc87aa2272a55
      
https://github.com/qemu/qemu/commit/35db41e5dcf8b9bad6751be41d1cc87aa2272a55
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'migrate-set-parameters' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: cf56cfad3ca963fef0f2856217d19f2e13ed1c90
      
https://github.com/qemu/qemu/commit/cf56cfad3ca963fef0f2856217d19f2e13ed1c90
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'query-migrate-parameters' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: d0d3fc7ff9f50dde85f020b9aa8ef8e076f647cd
      
https://github.com/qemu/qemu/commit/d0d3fc7ff9f50dde85f020b9aa8ef8e076f647cd
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'client_migrate_info' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 3c3ea00a8c65f73d41ad921333bbee7931414a4f
      
https://github.com/qemu/qemu/commit/3c3ea00a8c65f73d41ad921333bbee7931414a4f
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'migrate-start-postcopy' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 60639df5c2368aea848bc9963e57603adf21e1c1
      
https://github.com/qemu/qemu/commit/60639df5c2368aea848bc9963e57603adf21e1c1
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'query-mice' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 5c5bee64187269d9ae6deb122626920a963b0f2f
      
https://github.com/qemu/qemu/commit/5c5bee64187269d9ae6deb122626920a963b0f2f
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'query-cpus' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: fdf4d34f8398099431888d3f7522a7b71df0ba58
      
https://github.com/qemu/qemu/commit/fdf4d34f8398099431888d3f7522a7b71df0ba58
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'query-iothreads' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 85f96549100a7239ceae15c9a5b0ba8cdd95bdaa
      
https://github.com/qemu/qemu/commit/85f96549100a7239ceae15c9a5b0ba8cdd95bdaa
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'query-vnc' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: bc7e260271f98d44006d4e14bcb05647b8f2606e
      
https://github.com/qemu/qemu/commit/bc7e260271f98d44006d4e14bcb05647b8f2606e
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'query-spice' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: f504e3dc21bb76ef7766cc99390defb200faa893
      
https://github.com/qemu/qemu/commit/f504e3dc21bb76ef7766cc99390defb200faa893
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'query-balloon' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 3fc3aa6de974dc7e302ec29ec89fdc3bfc2a2bcf
      
https://github.com/qemu/qemu/commit/3fc3aa6de974dc7e302ec29ec89fdc3bfc2a2bcf
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'query-pci' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 8046bf53ba447a6b8932c046cc84845e9cecc804
      
https://github.com/qemu/qemu/commit/8046bf53ba447a6b8932c046cc84845e9cecc804
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'quit' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 9787339ebb6af5360c3b4759831ff4a54464b64d
      
https://github.com/qemu/qemu/commit/9787339ebb6af5360c3b4759831ff4a54464b64d
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'stop' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: cd98e00be03c04faa82dd1149974a85dcb94aad8
      
https://github.com/qemu/qemu/commit/cd98e00be03c04faa82dd1149974a85dcb94aad8
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'system_reset' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 04fcbabc45d793b0ec0b38b56e1fa4a9257892e6
      
https://github.com/qemu/qemu/commit/04fcbabc45d793b0ec0b38b56e1fa4a9257892e6
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'system_powerdown' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: a7b83754aaff4e9dd012730e3060bfd2de9eee86
      
https://github.com/qemu/qemu/commit/a7b83754aaff4e9dd012730e3060bfd2de9eee86
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'cpu-add' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 30831b63dac44e2cac6779a7d2db34daa560b142
      
https://github.com/qemu/qemu/commit/30831b63dac44e2cac6779a7d2db34daa560b142
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'memsave' doc to schema

Notice that "cpu" argument is actually "cpu-index" in the json.

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 978d4d97dac8ab98e28011fd696e2594a999af26
      
https://github.com/qemu/qemu/commit/978d4d97dac8ab98e28011fd696e2594a999af26
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'pmemsave' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 3815d0de51124db3da50abaebbb4ec5f1d531f53
      
https://github.com/qemu/qemu/commit/3815d0de51124db3da50abaebbb4ec5f1d531f53
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'cont' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 253cdee14864806d1aaa397ece3fddbcbdcc1734
      
https://github.com/qemu/qemu/commit/253cdee14864806d1aaa397ece3fddbcbdcc1734
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'system_wakeup' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 149ea099cdee4857f9af7125682f7dadf23c8ac8
      
https://github.com/qemu/qemu/commit/149ea099cdee4857f9af7125682f7dadf23c8ac8
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'inject-nmi' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: f9cfb8f729dc11e387daa575ae193c0ad56c8a92
      
https://github.com/qemu/qemu/commit/f9cfb8f729dc11e387daa575ae193c0ad56c8a92
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'set_link' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 7b338db7ef58619db0a43d464d3cfe07e6ea0e3b
      
https://github.com/qemu/qemu/commit/7b338db7ef58619db0a43d464d3cfe07e6ea0e3b
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'balloon' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 5c82b0f1982932b494ccb1c35a96b7db1db444f9
      
https://github.com/qemu/qemu/commit/5c82b0f1982932b494ccb1c35a96b7db1db444f9
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'transaction' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: e9ac76acd7aed4d96d05a6abf1460dd63afec20f
      
https://github.com/qemu/qemu/commit/e9ac76acd7aed4d96d05a6abf1460dd63afec20f
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'human-monitor-command' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 92dcfb434ce2c4b0f27a1a243d1e770a8e666d00
      
https://github.com/qemu/qemu/commit/92dcfb434ce2c4b0f27a1a243d1e770a8e666d00
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'migrate_cancel' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: de0b45ea6bd463c3a51de9425ce0a49df2e14484
      
https://github.com/qemu/qemu/commit/de0b45ea6bd463c3a51de9425ce0a49df2e14484
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'migrate_set_downtime' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: ab9895337c4613ddee1b56f4a1ce3025155483c7
      
https://github.com/qemu/qemu/commit/ab9895337c4613ddee1b56f4a1ce3025155483c7
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'migrate_set_speed' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: b953601be00e020bd960d7bd4f1276b743cd35fd
      
https://github.com/qemu/qemu/commit/b953601be00e020bd960d7bd4f1276b743cd35fd
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'query-migrate-cache-size' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 4d8a374e3e62ab581be74a66915fd38b1c98816f
      
https://github.com/qemu/qemu/commit/4d8a374e3e62ab581be74a66915fd38b1c98816f
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'set_password' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 342816b975ec263b7663f7d2e025ed5b7fc1dc13
      
https://github.com/qemu/qemu/commit/342816b975ec263b7663f7d2e025ed5b7fc1dc13
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'expire_password' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 01387ae5604d9ef26f25134b3bf266c341b9e973
      
https://github.com/qemu/qemu/commit/01387ae5604d9ef26f25134b3bf266c341b9e973
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'change' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: b3ac5a0de9b88454e42d0ee2755cc1083ccc25bb
      
https://github.com/qemu/qemu/commit/b3ac5a0de9b88454e42d0ee2755cc1083ccc25bb
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'migrate' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: dbdbddb96e55da26a503cfa107689b77f7d65dd9
      
https://github.com/qemu/qemu/commit/dbdbddb96e55da26a503cfa107689b77f7d65dd9
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'migrate-incoming' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 2ea72beb9f9f561c66b9bacfee61d0fb96d4f15b
      
https://github.com/qemu/qemu/commit/2ea72beb9f9f561c66b9bacfee61d0fb96d4f15b
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'xen-save-devices-state' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: a4df6eff46e366e8c6ac69d93ea59f95ebd802fc
      
https://github.com/qemu/qemu/commit/a4df6eff46e366e8c6ac69d93ea59f95ebd802fc
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'xen-set-global-dirty-log' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: e389c0049afae90de2b958afa439dd9f47b12c1d
      
https://github.com/qemu/qemu/commit/e389c0049afae90de2b958afa439dd9f47b12c1d
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'device_del' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 58e4300a7f5864950a3486ce81b144472161b870
      
https://github.com/qemu/qemu/commit/58e4300a7f5864950a3486ce81b144472161b870
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'dump-guest-memory' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 2ccb98033353512a1cdf171fdc88047d5977c97d
      
https://github.com/qemu/qemu/commit/2ccb98033353512a1cdf171fdc88047d5977c97d
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'query-dump-guest-memory-capability' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: ee332b5125e416600d0b47689d8050f479b38479
      
https://github.com/qemu/qemu/commit/ee332b5125e416600d0b47689d8050f479b38479
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'dump-skeys' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: aa72941bccda04854f888ba50c4970a86db74b33
      
https://github.com/qemu/qemu/commit/aa72941bccda04854f888ba50c4970a86db74b33
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'netdev_add' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: d071f6be51932ac30d0d585f74e38f9c8f6be769
      
https://github.com/qemu/qemu/commit/d071f6be51932ac30d0d585f74e38f9c8f6be769
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'netdev_del' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 6517192b160363f9f24c7f05a0f7f88c5a1be114
      
https://github.com/qemu/qemu/commit/6517192b160363f9f24c7f05a0f7f88c5a1be114
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'object-add' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: de0ba66226ebdf1747759c53ac9ab0de7b9ebf58
      
https://github.com/qemu/qemu/commit/de0ba66226ebdf1747759c53ac9ab0de7b9ebf58
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'object-del' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 179bf59a3aeccf2350e054e24a232a1b69e9a27b
      
https://github.com/qemu/qemu/commit/179bf59a3aeccf2350e054e24a232a1b69e9a27b
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'getfd' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: f5ad8e87c737996abe5e61124dc07adb2b610dac
      
https://github.com/qemu/qemu/commit/f5ad8e87c737996abe5e61124dc07adb2b610dac
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'closefd' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 43fef34a2938c2feda5b668bba01a7fb01a19308
      
https://github.com/qemu/qemu/commit/43fef34a2938c2feda5b668bba01a7fb01a19308
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'add-fd' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 4503e4b3b90b8095e267b7791c8ce5194d6396e3
      
https://github.com/qemu/qemu/commit/4503e4b3b90b8095e267b7791c8ce5194d6396e3
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'remove-fd' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: d71ca35dfc3da867fc25d2db4beb923b81669e35
      
https://github.com/qemu/qemu/commit/d71ca35dfc3da867fc25d2db4beb923b81669e35
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'query-fdsets' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: f45fd52cefaf84fab166dd9d25d12b87813f4882
      
https://github.com/qemu/qemu/commit/f45fd52cefaf84fab166dd9d25d12b87813f4882
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'send-key' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 77b6681ec224af6047a4ba76d7558c150a205718
      
https://github.com/qemu/qemu/commit/77b6681ec224af6047a4ba76d7558c150a205718
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'screendump' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 2212092e11db4c92416f989db9000737daaf9d37
      
https://github.com/qemu/qemu/commit/2212092e11db4c92416f989db9000737daaf9d37
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'chardev-add' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 7cfee8d94367deee91776897c1b33ad99bd54fbf
      
https://github.com/qemu/qemu/commit/7cfee8d94367deee91776897c1b33ad99bd54fbf
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'chardev-remove' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: b7c7941b04bbc65425bcad710fa29fb88bd5ab9f
      
https://github.com/qemu/qemu/commit/b7c7941b04bbc65425bcad710fa29fb88bd5ab9f
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'query-tpm-models' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 5a4c031616f4f41edebe608732a7f784c4cff484
      
https://github.com/qemu/qemu/commit/5a4c031616f4f41edebe608732a7f784c4cff484
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'query-tpm-types' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 4e022d01ee17cbc5653db51108832fe938a9c6da
      
https://github.com/qemu/qemu/commit/4e022d01ee17cbc5653db51108832fe938a9c6da
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'query-tpm' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: e26a0d0070630baf8fc03f66fdc01682b7bad35e
      
https://github.com/qemu/qemu/commit/e26a0d0070630baf8fc03f66fdc01682b7bad35e
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'query-command-line-options' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 043ea3123d39e1c9cfcc2118c0837864a5a8ec76
      
https://github.com/qemu/qemu/commit/043ea3123d39e1c9cfcc2118c0837864a5a8ec76
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'query-rx-filter' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 70d5b0c2539543e9ace53984902122fccae7a7de
      
https://github.com/qemu/qemu/commit/70d5b0c2539543e9ace53984902122fccae7a7de
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'input-send-event' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: cfc84c8b458bf3a64a1478173e132cf29698df22
      
https://github.com/qemu/qemu/commit/cfc84c8b458bf3a64a1478173e132cf29698df22
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'query-memdev' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
[Straightforward conflict with commit e1ff3c6 resolved]
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 22f9a094f854d8bfc19b47d2eef68328e7b89b5c
      
https://github.com/qemu/qemu/commit/22f9a094f854d8bfc19b47d2eef68328e7b89b5c
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'query-memory-devices' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 18b43003d4738f6ea3466ba1a70b0f25c23b0b02
      
https://github.com/qemu/qemu/commit/18b43003d4738f6ea3466ba1a70b0f25c23b0b02
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'query-acpi-ospm-status' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 5c32b4ccd61442abba7059352fe9e62b6759e607
      
https://github.com/qemu/qemu/commit/5c32b4ccd61442abba7059352fe9e62b6759e607
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'rtc-reset-reinjection' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 978cceab03f86e5bce3d88c373209f0adcbc8afe
      
https://github.com/qemu/qemu/commit/978cceab03f86e5bce3d88c373209f0adcbc8afe
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/block-core.json

  Log Message:
  -----------
  qmp-commands: move 'query-block' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: f2eaea1884c1e2abc226f8eae1d3cfc760de70f2
      
https://github.com/qemu/qemu/commit/f2eaea1884c1e2abc226f8eae1d3cfc760de70f2
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/block-core.json

  Log Message:
  -----------
  qmp-commands: move 'query-blockstats' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 91f96b643c43cf8253d383f505f10737e3149ca2
      
https://github.com/qemu/qemu/commit/91f96b643c43cf8253d383f505f10737e3149ca2
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/block-core.json

  Log Message:
  -----------
  qmp-commands: move 'block_passwd' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 0dc869cf709368265bb5b7a5fe35b7e3b53a776e
      
https://github.com/qemu/qemu/commit/0dc869cf709368265bb5b7a5fe35b7e3b53a776e
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/block-core.json

  Log Message:
  -----------
  qmp-commands: move 'block_resize' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: b4039d8d23a6729c0206b3b3b14a9cd0bd618b69
      
https://github.com/qemu/qemu/commit/b4039d8d23a6729c0206b3b3b14a9cd0bd618b69
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/block-core.json

  Log Message:
  -----------
  qmp-commands: move 'blockdev-snapshot-sync' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 3282eca4aee00d17727b6ff520287afe559aa823
      
https://github.com/qemu/qemu/commit/3282eca4aee00d17727b6ff520287afe559aa823
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/block-core.json

  Log Message:
  -----------
  qmp-commands: move 'blockdev-snapshot' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 280c4b3cf2a6db32c1dffe9a9f9680ae72ddb924
      
https://github.com/qemu/qemu/commit/280c4b3cf2a6db32c1dffe9a9f9680ae72ddb924
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/block-core.json

  Log Message:
  -----------
  qmp-commands: move 'change-backing-file' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: f44fb58f354724d7fca84ff829fbebfb53468b96
      
https://github.com/qemu/qemu/commit/f44fb58f354724d7fca84ff829fbebfb53468b96
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/block-core.json

  Log Message:
  -----------
  qmp-commands: move 'block-commit' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: b03364126c63d1565197850531f9ff8bfbb1cc1b
      
https://github.com/qemu/qemu/commit/b03364126c63d1565197850531f9ff8bfbb1cc1b
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/block-core.json

  Log Message:
  -----------
  qmp-commands: move 'drive-backup' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 1cf75113f8955e8d2b3aa07fc11fb3a193bafd51
      
https://github.com/qemu/qemu/commit/1cf75113f8955e8d2b3aa07fc11fb3a193bafd51
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/block-core.json

  Log Message:
  -----------
  qmp-commands: move 'blockdev-backup' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: e1f34cb209109039cbc1d5b11dce85e5289db872
      
https://github.com/qemu/qemu/commit/e1f34cb209109039cbc1d5b11dce85e5289db872
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/block-core.json

  Log Message:
  -----------
  qmp-commands: move 'query-named-block-nodes' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 12a21b73cbe607abdd1c5dabb2c4fbdbf77ba7dd
      
https://github.com/qemu/qemu/commit/12a21b73cbe607abdd1c5dabb2c4fbdbf77ba7dd
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/block-core.json

  Log Message:
  -----------
  qmp-commands: move 'drive-mirror' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 2258a5dbbebc0b846856673c1d9c001c6cd91d48
      
https://github.com/qemu/qemu/commit/2258a5dbbebc0b846856673c1d9c001c6cd91d48
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/block-core.json

  Log Message:
  -----------
  qmp-commands: move 'block-dirty-bitmap-add' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 4bbca422a5d9e1019e2be90212c56c530ebb553b
      
https://github.com/qemu/qemu/commit/4bbca422a5d9e1019e2be90212c56c530ebb553b
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/block-core.json

  Log Message:
  -----------
  qmp-commands: move 'block-dirty-bitmap-remove' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 73dffdc89f00f759b8ce670e78a74b8f322b1cd9
      
https://github.com/qemu/qemu/commit/73dffdc89f00f759b8ce670e78a74b8f322b1cd9
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/block-core.json

  Log Message:
  -----------
  qmp-commands: move 'block-dirty-bitmap-clear' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: b4a0ac14e8944ca36a7e77033086b3fe5b751659
      
https://github.com/qemu/qemu/commit/b4a0ac14e8944ca36a7e77033086b3fe5b751659
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/block-core.json

  Log Message:
  -----------
  qmp-commands: move 'block_set_io_throttle' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 49b37c23c70ddfed6c39a105ee59d8f140dee8e4
      
https://github.com/qemu/qemu/commit/49b37c23c70ddfed6c39a105ee59d8f140dee8e4
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/block-core.json

  Log Message:
  -----------
  qmp-commands: move 'block-stream' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: b4749948c1227bfdea340226beead0c8d0907eb7
      
https://github.com/qemu/qemu/commit/b4749948c1227bfdea340226beead0c8d0907eb7
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/block-core.json

  Log Message:
  -----------
  qmp-commands: move 'blockdev-add' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 915a213f7a0fe5c7551df8ce54714baf3dd60929
      
https://github.com/qemu/qemu/commit/915a213f7a0fe5c7551df8ce54714baf3dd60929
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/block-core.json

  Log Message:
  -----------
  qmp-commands: move 'x-blockdev-del' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 1133b1d674469d8dd5e2e02e5cf8f288ca8bf500
      
https://github.com/qemu/qemu/commit/1133b1d674469d8dd5e2e02e5cf8f288ca8bf500
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/block-core.json

  Log Message:
  -----------
  qmp-commands: move 'blockdev-open-tray' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 7f3c6f22daf758ce98d6f727cf4195770504454f
      
https://github.com/qemu/qemu/commit/7f3c6f22daf758ce98d6f727cf4195770504454f
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/block-core.json

  Log Message:
  -----------
  qmp-commands: move 'blockdev-close-tray' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 8e1c14295c88c33647baddeb49168c98158480dd
      
https://github.com/qemu/qemu/commit/8e1c14295c88c33647baddeb49168c98158480dd
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/block-core.json

  Log Message:
  -----------
  qmp-commands: move 'x-blockdev-remove-medium' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: b480abf3b8e77ff43179ea3e980da4254aa89c57
      
https://github.com/qemu/qemu/commit/b480abf3b8e77ff43179ea3e980da4254aa89c57
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/block-core.json

  Log Message:
  -----------
  qmp-commands: move 'x-blockdev-insert-medium' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: be3e83cb8a81cf1cc863708b4caead7b9252f6fb
      
https://github.com/qemu/qemu/commit/be3e83cb8a81cf1cc863708b4caead7b9252f6fb
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/block-core.json

  Log Message:
  -----------
  qmp-commands: move 'blockdev-change-medium' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: e817862b1790a7f56adb44bc80d861df6bad18ce
      
https://github.com/qemu/qemu/commit/e817862b1790a7f56adb44bc80d861df6bad18ce
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/block-core.json

  Log Message:
  -----------
  qmp-commands: move 'block-set-write-threshold' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: bfeafc9c532cb2f94a5ad10d3070fcd3805dadc8
      
https://github.com/qemu/qemu/commit/bfeafc9c532cb2f94a5ad10d3070fcd3805dadc8
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/block.json

  Log Message:
  -----------
  qmp-commands: move 'blockdev-snapshot-internal-sync' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: b31177b028c7f2f5e84f267b40802118476a7645
      
https://github.com/qemu/qemu/commit/b31177b028c7f2f5e84f267b40802118476a7645
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/block.json

  Log Message:
  -----------
  qmp-commands: move 'blockdev-snapshot-delete-internal-sync' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 5fba0a72ec1968debca8bb80732cc75aa7cd8a21
      
https://github.com/qemu/qemu/commit/5fba0a72ec1968debca8bb80732cc75aa7cd8a21
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/block.json

  Log Message:
  -----------
  qmp-commands: move 'eject' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: dd746afbb43989064cb98d2448d066da2e156aa8
      
https://github.com/qemu/qemu/commit/dd746afbb43989064cb98d2448d066da2e156aa8
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/common.json

  Log Message:
  -----------
  qmp-commands: move 'query-version' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 8b0ffce442b9dbfaac65aa4eccdc4cdf5dc0203b
      
https://github.com/qemu/qemu/commit/8b0ffce442b9dbfaac65aa4eccdc4cdf5dc0203b
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/common.json

  Log Message:
  -----------
  qmp-commands: move 'query-commands' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: a35c33f0b090d9504004cdcce9f295acc2c9b4d9
      
https://github.com/qemu/qemu/commit/a35c33f0b090d9504004cdcce9f295acc2c9b4d9
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/rocker.json

  Log Message:
  -----------
  qmp-commands: move 'query-rocker' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 7e20b16919e0a8c5040a280416b14ba8c3078fe1
      
https://github.com/qemu/qemu/commit/7e20b16919e0a8c5040a280416b14ba8c3078fe1
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/rocker.json

  Log Message:
  -----------
  qmp-commands: move 'query-rocker-ports' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 435fcb29067590a38773e00c4caadc7ff6e3eb51
      
https://github.com/qemu/qemu/commit/435fcb29067590a38773e00c4caadc7ff6e3eb51
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/rocker.json

  Log Message:
  -----------
  qmp-commands: move 'query-rocker-of-dpa-flows' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 9389a4e3ba3bf9115bdec3ca118b42faed311b24
      
https://github.com/qemu/qemu/commit/9389a4e3ba3bf9115bdec3ca118b42faed311b24
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/rocker.json

  Log Message:
  -----------
  qmp-commands: move 'query-rocker-of-dpa-groups' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: a93b9ba76fdce637bfc3305e4b38dcc0ac0e478b
      
https://github.com/qemu/qemu/commit/a93b9ba76fdce637bfc3305e4b38dcc0ac0e478b
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/trace.json

  Log Message:
  -----------
  qmp-commands: move 'trace-event-get-state' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 8a9b273e5770f9f0586791c6364a04d2647467ee
      
https://github.com/qemu/qemu/commit/8a9b273e5770f9f0586791c6364a04d2647467ee
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/trace.json

  Log Message:
  -----------
  qmp-commands: move 'trace-event-set-state' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 7e31d1ae454aeb5b53997b8a3134edeac4d9b19f
      
https://github.com/qemu/qemu/commit/7e31d1ae454aeb5b53997b8a3134edeac4d9b19f
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'query-hotpluggable-cpus' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 1965e98d51ebe4b1effbe11fa71c4cd483ae6383
      
https://github.com/qemu/qemu/commit/1965e98d51ebe4b1effbe11fa71c4cd483ae6383
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'query-gic-capabilities' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: bd77ea2e5ace7282ce2f1c523c60e5c4c6b44177
      
https://github.com/qemu/qemu/commit/bd77ea2e5ace7282ce2f1c523c60e5c4c6b44177
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/block-core.json

  Log Message:
  -----------
  qmp-commands: move 'x-blockdev-change' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: f6235a256f92da7be62af66e5ec49381a731a421
      
https://github.com/qemu/qemu/commit/f6235a256f92da7be62af66e5ec49381a731a421
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi/block-core.json

  Log Message:
  -----------
  qmp-commands: move 'blockdev-mirror' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 926dce5cb97f542af6286c10abfd959673595737
      
https://github.com/qemu/qemu/commit/926dce5cb97f542af6286c10abfd959673595737
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'query-dump' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 8f457b67066e58e7a1c6d2bd2280634e1f59c137
      
https://github.com/qemu/qemu/commit/8f457b67066e58e7a1c6d2bd2280634e1f59c137
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'migrate-set-cache-size' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 7d1182d989f61ffbd6745112bd487611e2f40bc4
      
https://github.com/qemu/qemu/commit/7d1182d989f61ffbd6745112bd487611e2f40bc4
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'xen-load-devices-state' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: c08d64434aea7b798c4a25d40db4021ca17a8588
      
https://github.com/qemu/qemu/commit/c08d64434aea7b798c4a25d40db4021ca17a8588
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move 'x-colo-lost-heartbeat' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: add1d100650db3a73b59c3021095a51778d8edd3
      
https://github.com/qemu/qemu/commit/add1d100650db3a73b59c3021095a51778d8edd3
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt

  Log Message:
  -----------
  qmp-commands: remove query-qmp-schema from txt

It's better described in the schema already.

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: bf4914731f6e717a9a4027ead1fac93a74087051
      
https://github.com/qemu/qemu/commit/bf4914731f6e717a9a4027ead1fac93a74087051
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt

  Log Message:
  -----------
  qmp-commands: remove qmp_capabilities from txt

It's better described in the schema already.

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: adcbc0d99780af87ad3ffe99b92e0e64fb4cb73c
      
https://github.com/qemu/qemu/commit/adcbc0d99780af87ad3ffe99b92e0e64fb4cb73c
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt

  Log Message:
  -----------
  qmp-commands: remove cpu from txt

The cpu command is deprecated since commit 755f196898.

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 0ea87df5064a3f02de564fca06234e0b240368ee
      
https://github.com/qemu/qemu/commit/0ea87df5064a3f02de564fca06234e0b240368ee
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-commands.txt

  Log Message:
  -----------
  qmp-commands: remove device_add from txt

It's already fully described in the schema. Fix the schema to document
the command and not the argument (place doc before first arg).

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 4d8bb958fa0bf8695c5b38b9f153073c62a989b5
      
https://github.com/qemu/qemu/commit/4d8bb958fa0bf8695c5b38b9f153073c62a989b5
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M Makefile
    R docs/qmp-commands.txt
    M qapi-schema.json

  Log Message:
  -----------
  qmp-commands: move documentation bits to schema

Moving the remaining bits of documentation to the json
file (text improvements is not the objective of this patch)

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 370d4eba7de41e23d84ed617371b45f2db92d68d
      
https://github.com/qemu/qemu/commit/370d4eba7de41e23d84ed617371b45f2db92d68d
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-events.txt
    M qapi/block-core.json

  Log Message:
  -----------
  qmp-events: move 'BLOCK_IMAGE_CORRUPTED' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 07c9f583d50ba68bd19dc2a66236d43c638f1f03
      
https://github.com/qemu/qemu/commit/07c9f583d50ba68bd19dc2a66236d43c638f1f03
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-events.txt
    M qapi/block-core.json

  Log Message:
  -----------
  qmp-events: move 'BLOCK_IO_ERROR' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: e21e65b212612083439a68f18b44e373aa38de00
      
https://github.com/qemu/qemu/commit/e21e65b212612083439a68f18b44e373aa38de00
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-events.txt
    M qapi/block-core.json

  Log Message:
  -----------
  qmp-events: move 'BLOCK_JOB_COMPLETED' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: e161df3939fd725b67d660e793e1538860c156fe
      
https://github.com/qemu/qemu/commit/e161df3939fd725b67d660e793e1538860c156fe
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-events.txt
    M qapi/block-core.json

  Log Message:
  -----------
  qmp-events: move 'BLOCK_JOB_CANCELLED' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: af0e09106c57e732234eaf9bea5973437b3711d5
      
https://github.com/qemu/qemu/commit/af0e09106c57e732234eaf9bea5973437b3711d5
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-events.txt
    M qapi/block-core.json

  Log Message:
  -----------
  qmp-events: move 'BLOCK_JOB_ERROR' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 11a3dee1b965ac38baf319e8b00db79a889a0200
      
https://github.com/qemu/qemu/commit/11a3dee1b965ac38baf319e8b00db79a889a0200
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-events.txt
    M qapi/block-core.json

  Log Message:
  -----------
  qmp-events: move 'BLOCK_JOB_READY' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 01b7d4be5c5408365487851f3b8b1e6f10dfaa4b
      
https://github.com/qemu/qemu/commit/01b7d4be5c5408365487851f3b8b1e6f10dfaa4b
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-events.txt
    M qapi/block.json

  Log Message:
  -----------
  qmp-events: move 'DEVICE_TRAY_MOVED' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 12defe50f8c2339fda4c6f9d2c45710e9d31ecda
      
https://github.com/qemu/qemu/commit/12defe50f8c2339fda4c6f9d2c45710e9d31ecda
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-events.txt
    M qapi/event.json

  Log Message:
  -----------
  qmp-events: move 'SHUTDOWN' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 189d43bed6c08855b6a12b889264f09f5af012a7
      
https://github.com/qemu/qemu/commit/189d43bed6c08855b6a12b889264f09f5af012a7
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-events.txt
    M qapi/event.json

  Log Message:
  -----------
  qmp-events: move 'POWERDOWN' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 7a2aae7a364db27924702bd4b284398bdd01240a
      
https://github.com/qemu/qemu/commit/7a2aae7a364db27924702bd4b284398bdd01240a
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-events.txt
    M qapi/event.json

  Log Message:
  -----------
  qmp-events: move 'RESET' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 138c454c0f2cdb5145cdd4762d5f6e8b8093da0e
      
https://github.com/qemu/qemu/commit/138c454c0f2cdb5145cdd4762d5f6e8b8093da0e
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-events.txt
    M qapi/event.json

  Log Message:
  -----------
  qmp-events: move 'STOP' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: a2235a0499c799552a4ea330350acc0d71217f9f
      
https://github.com/qemu/qemu/commit/a2235a0499c799552a4ea330350acc0d71217f9f
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-events.txt
    M qapi/event.json

  Log Message:
  -----------
  qmp-events: move 'RESUME' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 6f3cc5406b4c3383d017cb3540160eb49e659abb
      
https://github.com/qemu/qemu/commit/6f3cc5406b4c3383d017cb3540160eb49e659abb
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-events.txt
    M qapi/event.json

  Log Message:
  -----------
  qmp-events: move 'SUSPEND' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 4de62c38a530af909171452d121a2eee9102bf65
      
https://github.com/qemu/qemu/commit/4de62c38a530af909171452d121a2eee9102bf65
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-events.txt
    M qapi/event.json

  Log Message:
  -----------
  qmp-events: move 'SUSPEND_DISK' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: aa496f9812a7fb880f8782c8c3956183e759fbf0
      
https://github.com/qemu/qemu/commit/aa496f9812a7fb880f8782c8c3956183e759fbf0
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-events.txt
    M qapi/event.json

  Log Message:
  -----------
  qmp-events: move 'WAKEUP' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 73c41bfd314fe3319e35325162a7e9ded310fc4f
      
https://github.com/qemu/qemu/commit/73c41bfd314fe3319e35325162a7e9ded310fc4f
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-events.txt
    M qapi/event.json

  Log Message:
  -----------
  qmp-events: move 'RTC_CHANGE' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 9ba5cec9dd68ac1b38fbb7ab45f389e5e05b89f1
      
https://github.com/qemu/qemu/commit/9ba5cec9dd68ac1b38fbb7ab45f389e5e05b89f1
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-events.txt
    M qapi/event.json

  Log Message:
  -----------
  qmp-events: move 'WATCHDOG' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: cdc94a1b3e7e2616363ee837dea1724062370669
      
https://github.com/qemu/qemu/commit/cdc94a1b3e7e2616363ee837dea1724062370669
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-events.txt
    M qapi/event.json

  Log Message:
  -----------
  qmp-events: move 'DEVICE_DELETED' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 5dbdcf43243497f5350b311aff98dcf583bfdbc2
      
https://github.com/qemu/qemu/commit/5dbdcf43243497f5350b311aff98dcf583bfdbc2
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-events.txt
    M qapi/event.json

  Log Message:
  -----------
  qmp-events: move 'NIC_RX_FILTER_CHANGED' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: f46052fd139d8990c0d6395b563972ca1f2cf2fe
      
https://github.com/qemu/qemu/commit/f46052fd139d8990c0d6395b563972ca1f2cf2fe
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-events.txt
    M qapi/event.json

  Log Message:
  -----------
  qmp-events: move 'VNC_CONNECTED' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 99ab2471a438ec3f9041c80cbdd412f19949cc18
      
https://github.com/qemu/qemu/commit/99ab2471a438ec3f9041c80cbdd412f19949cc18
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-events.txt
    M qapi/event.json

  Log Message:
  -----------
  qmp-events: move 'VNC_INITIALIZED' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 659789ba365bfc99210adf5347a28dc3f977e727
      
https://github.com/qemu/qemu/commit/659789ba365bfc99210adf5347a28dc3f977e727
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-events.txt
    M qapi/event.json

  Log Message:
  -----------
  qmp-events: move 'VNC_DISCONNECTED' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 5db6670347d3e599ee1e82f6400bbf387e129b98
      
https://github.com/qemu/qemu/commit/5db6670347d3e599ee1e82f6400bbf387e129b98
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-events.txt
    M qapi/event.json

  Log Message:
  -----------
  qmp-events: move 'SPICE_CONNECTED' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: da08e2a5a2a6ba5956bee1158f9ac2fc2ce364b8
      
https://github.com/qemu/qemu/commit/da08e2a5a2a6ba5956bee1158f9ac2fc2ce364b8
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-events.txt
    M qapi/event.json

  Log Message:
  -----------
  qmp-events: move 'SPICE_INITIALIZED' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 93ab0fc3c3d4884c475fa452a41e9c4bd1d693d6
      
https://github.com/qemu/qemu/commit/93ab0fc3c3d4884c475fa452a41e9c4bd1d693d6
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-events.txt
    M qapi/event.json

  Log Message:
  -----------
  qmp-events: move 'SPICE_DISCONNECTED' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: e6bcb080f965d0a71acd859c8a35e0652b5c366e
      
https://github.com/qemu/qemu/commit/e6bcb080f965d0a71acd859c8a35e0652b5c366e
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-events.txt
    M qapi/event.json

  Log Message:
  -----------
  qmp-events: move 'SPICE_MIGRATE_COMPLETED' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: bce911ce263e78d13fad5415881a5310ead6c73f
      
https://github.com/qemu/qemu/commit/bce911ce263e78d13fad5415881a5310ead6c73f
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-events.txt
    M qapi/event.json

  Log Message:
  -----------
  qmp-events: move 'MIGRATION' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 622b3a6a51ee6ecfd14f78a2b013c17b0e7c05fc
      
https://github.com/qemu/qemu/commit/622b3a6a51ee6ecfd14f78a2b013c17b0e7c05fc
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-events.txt
    M qapi/event.json

  Log Message:
  -----------
  qmp-events: move 'ACPI_DEVICE_OST' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: a030dc00295438c56498032e93af42b19cbc94fb
      
https://github.com/qemu/qemu/commit/a030dc00295438c56498032e93af42b19cbc94fb
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-events.txt
    M qapi/event.json

  Log Message:
  -----------
  qmp-events: move 'BALLOON_CHANGE' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 449dbec15a39da4f8c2d7e9178a997c5b486f397
      
https://github.com/qemu/qemu/commit/449dbec15a39da4f8c2d7e9178a997c5b486f397
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-events.txt
    M qapi/event.json

  Log Message:
  -----------
  qmp-events: move 'GUEST_PANICKED' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 9dcbe9a7e8e3bd40315c00682ff3f42b832dd435
      
https://github.com/qemu/qemu/commit/9dcbe9a7e8e3bd40315c00682ff3f42b832dd435
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-events.txt
    M qapi/event.json

  Log Message:
  -----------
  qmp-events: move 'QUORUM_FAILURE' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 2ee7fea7ce0306e39fa4bfed122c3fa0acf0bb02
      
https://github.com/qemu/qemu/commit/2ee7fea7ce0306e39fa4bfed122c3fa0acf0bb02
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-events.txt
    M qapi/event.json

  Log Message:
  -----------
  qmp-events: move 'QUORUM_REPORT_BAD' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 14df1ea1683a52decbe4664fba6a8aa139536f27
      
https://github.com/qemu/qemu/commit/14df1ea1683a52decbe4664fba6a8aa139536f27
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-events.txt
    M qapi/event.json

  Log Message:
  -----------
  qmp-events: move 'VSERPORT_CHANGE' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: e602f0b4e7fc497c50a63732feeb9be7650cdaef
      
https://github.com/qemu/qemu/commit/e602f0b4e7fc497c50a63732feeb9be7650cdaef
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-events.txt
    M qapi/event.json

  Log Message:
  -----------
  qmp-events: move 'MEM_UNPLUG_ERROR' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: a102a4acad6c1bc94942efbec18cf7f20bdac40e
      
https://github.com/qemu/qemu/commit/a102a4acad6c1bc94942efbec18cf7f20bdac40e
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qmp-events.txt
    M qapi/event.json

  Log Message:
  -----------
  qmp-events: move 'DUMP_COMPLETED' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 231aaf3a8217443b518221719d1073c08f367225
      
https://github.com/qemu/qemu/commit/231aaf3a8217443b518221719d1073c08f367225
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    R docs/qmp-events.txt
    M qapi/event.json

  Log Message:
  -----------
  qmp-events: move 'MIGRATION_PASS' doc to schema

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 3313b6124b524893683311e01437a82b40784e8b
      
https://github.com/qemu/qemu/commit/3313b6124b524893683311e01437a82b40784e8b
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qapi-code-gen.txt
    M scripts/qapi.py
    A scripts/qapi2texi.py
    M tests/Makefile.include
    M tests/qapi-schema/alternate-any.err
    M tests/qapi-schema/alternate-any.json
    M tests/qapi-schema/alternate-array.err
    M tests/qapi-schema/alternate-array.json
    M tests/qapi-schema/alternate-base.err
    M tests/qapi-schema/alternate-base.json
    M tests/qapi-schema/alternate-clash.err
    M tests/qapi-schema/alternate-clash.json
    M tests/qapi-schema/alternate-conflict-dict.err
    M tests/qapi-schema/alternate-conflict-dict.json
    M tests/qapi-schema/alternate-conflict-string.err
    M tests/qapi-schema/alternate-conflict-string.json
    M tests/qapi-schema/alternate-empty.err
    M tests/qapi-schema/alternate-empty.json
    M tests/qapi-schema/alternate-nested.err
    M tests/qapi-schema/alternate-nested.json
    M tests/qapi-schema/alternate-unknown.err
    M tests/qapi-schema/alternate-unknown.json
    M tests/qapi-schema/args-alternate.err
    M tests/qapi-schema/args-alternate.json
    M tests/qapi-schema/args-any.err
    M tests/qapi-schema/args-any.json
    M tests/qapi-schema/args-array-empty.err
    M tests/qapi-schema/args-array-empty.json
    M tests/qapi-schema/args-array-unknown.err
    M tests/qapi-schema/args-array-unknown.json
    M tests/qapi-schema/args-bad-boxed.err
    M tests/qapi-schema/args-bad-boxed.json
    M tests/qapi-schema/args-boxed-anon.err
    M tests/qapi-schema/args-boxed-anon.json
    M tests/qapi-schema/args-boxed-empty.err
    M tests/qapi-schema/args-boxed-empty.json
    M tests/qapi-schema/args-boxed-string.err
    M tests/qapi-schema/args-boxed-string.json
    M tests/qapi-schema/args-int.err
    M tests/qapi-schema/args-int.json
    M tests/qapi-schema/args-invalid.err
    M tests/qapi-schema/args-invalid.json
    M tests/qapi-schema/args-member-array-bad.err
    M tests/qapi-schema/args-member-array-bad.json
    M tests/qapi-schema/args-member-case.err
    M tests/qapi-schema/args-member-case.json
    M tests/qapi-schema/args-member-unknown.err
    M tests/qapi-schema/args-member-unknown.json
    M tests/qapi-schema/args-name-clash.err
    M tests/qapi-schema/args-name-clash.json
    M tests/qapi-schema/args-union.err
    M tests/qapi-schema/args-union.json
    M tests/qapi-schema/args-unknown.err
    M tests/qapi-schema/args-unknown.json
    M tests/qapi-schema/bad-base.err
    M tests/qapi-schema/bad-base.json
    M tests/qapi-schema/bad-data.err
    M tests/qapi-schema/bad-data.json
    M tests/qapi-schema/bad-ident.err
    M tests/qapi-schema/bad-ident.json
    M tests/qapi-schema/bad-type-bool.err
    M tests/qapi-schema/bad-type-bool.json
    M tests/qapi-schema/bad-type-dict.err
    M tests/qapi-schema/bad-type-dict.json
    M tests/qapi-schema/base-cycle-direct.err
    M tests/qapi-schema/base-cycle-direct.json
    M tests/qapi-schema/base-cycle-indirect.err
    M tests/qapi-schema/base-cycle-indirect.json
    M tests/qapi-schema/command-int.err
    M tests/qapi-schema/command-int.json
    M tests/qapi-schema/comments.json
    M tests/qapi-schema/comments.out
    A tests/qapi-schema/doc-bad-args.err
    A tests/qapi-schema/doc-bad-args.exit
    A tests/qapi-schema/doc-bad-args.json
    A tests/qapi-schema/doc-bad-args.out
    A tests/qapi-schema/doc-bad-symbol.err
    A tests/qapi-schema/doc-bad-symbol.exit
    A tests/qapi-schema/doc-bad-symbol.json
    A tests/qapi-schema/doc-bad-symbol.out
    A tests/qapi-schema/doc-duplicated-arg.err
    A tests/qapi-schema/doc-duplicated-arg.exit
    A tests/qapi-schema/doc-duplicated-arg.json
    A tests/qapi-schema/doc-duplicated-arg.out
    A tests/qapi-schema/doc-duplicated-return.err
    A tests/qapi-schema/doc-duplicated-return.exit
    A tests/qapi-schema/doc-duplicated-return.json
    A tests/qapi-schema/doc-duplicated-return.out
    A tests/qapi-schema/doc-duplicated-since.err
    A tests/qapi-schema/doc-duplicated-since.exit
    A tests/qapi-schema/doc-duplicated-since.json
    A tests/qapi-schema/doc-duplicated-since.out
    A tests/qapi-schema/doc-empty-arg.err
    A tests/qapi-schema/doc-empty-arg.exit
    A tests/qapi-schema/doc-empty-arg.json
    A tests/qapi-schema/doc-empty-arg.out
    A tests/qapi-schema/doc-empty-section.err
    A tests/qapi-schema/doc-empty-section.exit
    A tests/qapi-schema/doc-empty-section.json
    A tests/qapi-schema/doc-empty-section.out
    A tests/qapi-schema/doc-empty-symbol.err
    A tests/qapi-schema/doc-empty-symbol.exit
    A tests/qapi-schema/doc-empty-symbol.json
    A tests/qapi-schema/doc-empty-symbol.out
    A tests/qapi-schema/doc-interleaved-section.err
    A tests/qapi-schema/doc-interleaved-section.exit
    A tests/qapi-schema/doc-interleaved-section.json
    A tests/qapi-schema/doc-interleaved-section.out
    A tests/qapi-schema/doc-invalid-end.err
    A tests/qapi-schema/doc-invalid-end.exit
    A tests/qapi-schema/doc-invalid-end.json
    A tests/qapi-schema/doc-invalid-end.out
    A tests/qapi-schema/doc-invalid-end2.err
    A tests/qapi-schema/doc-invalid-end2.exit
    A tests/qapi-schema/doc-invalid-end2.json
    A tests/qapi-schema/doc-invalid-end2.out
    A tests/qapi-schema/doc-invalid-return.err
    A tests/qapi-schema/doc-invalid-return.exit
    A tests/qapi-schema/doc-invalid-return.json
    A tests/qapi-schema/doc-invalid-return.out
    A tests/qapi-schema/doc-invalid-section.err
    A tests/qapi-schema/doc-invalid-section.exit
    A tests/qapi-schema/doc-invalid-section.json
    A tests/qapi-schema/doc-invalid-section.out
    A tests/qapi-schema/doc-invalid-start.err
    A tests/qapi-schema/doc-invalid-start.exit
    A tests/qapi-schema/doc-invalid-start.json
    A tests/qapi-schema/doc-invalid-start.out
    A tests/qapi-schema/doc-missing-colon.err
    A tests/qapi-schema/doc-missing-colon.exit
    A tests/qapi-schema/doc-missing-colon.json
    A tests/qapi-schema/doc-missing-colon.out
    A tests/qapi-schema/doc-missing-expr.err
    A tests/qapi-schema/doc-missing-expr.exit
    A tests/qapi-schema/doc-missing-expr.json
    A tests/qapi-schema/doc-missing-expr.out
    A tests/qapi-schema/doc-missing-space.err
    A tests/qapi-schema/doc-missing-space.exit
    A tests/qapi-schema/doc-missing-space.json
    A tests/qapi-schema/doc-missing-space.out
    A tests/qapi-schema/doc-optional.err
    A tests/qapi-schema/doc-optional.exit
    A tests/qapi-schema/doc-optional.json
    A tests/qapi-schema/doc-optional.out
    M tests/qapi-schema/double-type.err
    M tests/qapi-schema/double-type.json
    M tests/qapi-schema/enum-bad-name.err
    M tests/qapi-schema/enum-bad-name.json
    M tests/qapi-schema/enum-bad-prefix.err
    M tests/qapi-schema/enum-bad-prefix.json
    M tests/qapi-schema/enum-clash-member.err
    M tests/qapi-schema/enum-clash-member.json
    M tests/qapi-schema/enum-dict-member.err
    M tests/qapi-schema/enum-dict-member.json
    M tests/qapi-schema/enum-member-case.err
    M tests/qapi-schema/enum-member-case.json
    M tests/qapi-schema/enum-missing-data.err
    M tests/qapi-schema/enum-missing-data.json
    M tests/qapi-schema/enum-wrong-data.err
    M tests/qapi-schema/enum-wrong-data.json
    M tests/qapi-schema/event-boxed-empty.err
    M tests/qapi-schema/event-boxed-empty.json
    M tests/qapi-schema/event-case.json
    M tests/qapi-schema/event-case.out
    M tests/qapi-schema/event-nest-struct.err
    M tests/qapi-schema/event-nest-struct.json
    M tests/qapi-schema/flat-union-array-branch.err
    M tests/qapi-schema/flat-union-array-branch.json
    M tests/qapi-schema/flat-union-bad-base.err
    M tests/qapi-schema/flat-union-bad-base.json
    M tests/qapi-schema/flat-union-bad-discriminator.err
    M tests/qapi-schema/flat-union-bad-discriminator.json
    M tests/qapi-schema/flat-union-base-any.err
    M tests/qapi-schema/flat-union-base-any.json
    M tests/qapi-schema/flat-union-base-union.err
    M tests/qapi-schema/flat-union-base-union.json
    M tests/qapi-schema/flat-union-clash-member.err
    M tests/qapi-schema/flat-union-clash-member.json
    M tests/qapi-schema/flat-union-empty.err
    M tests/qapi-schema/flat-union-empty.json
    M tests/qapi-schema/flat-union-incomplete-branch.err
    M tests/qapi-schema/flat-union-incomplete-branch.json
    M tests/qapi-schema/flat-union-inline.err
    M tests/qapi-schema/flat-union-inline.json
    M tests/qapi-schema/flat-union-int-branch.err
    M tests/qapi-schema/flat-union-int-branch.json
    M tests/qapi-schema/flat-union-invalid-branch-key.err
    M tests/qapi-schema/flat-union-invalid-branch-key.json
    M tests/qapi-schema/flat-union-invalid-discriminator.err
    M tests/qapi-schema/flat-union-invalid-discriminator.json
    M tests/qapi-schema/flat-union-no-base.err
    M tests/qapi-schema/flat-union-no-base.json
    M tests/qapi-schema/flat-union-optional-discriminator.err
    M tests/qapi-schema/flat-union-optional-discriminator.json
    M tests/qapi-schema/flat-union-string-discriminator.err
    M tests/qapi-schema/flat-union-string-discriminator.json
    M tests/qapi-schema/ident-with-escape.json
    M tests/qapi-schema/ident-with-escape.out
    M tests/qapi-schema/include-relpath-sub.json
    M tests/qapi-schema/include-relpath.out
    M tests/qapi-schema/include-repetition.out
    M tests/qapi-schema/include-simple-sub.json
    M tests/qapi-schema/include-simple.out
    M tests/qapi-schema/indented-expr.json
    M tests/qapi-schema/indented-expr.out
    M tests/qapi-schema/missing-type.err
    M tests/qapi-schema/missing-type.json
    M tests/qapi-schema/nested-struct-data.err
    M tests/qapi-schema/nested-struct-data.json
    M tests/qapi-schema/qapi-schema-test.json
    M tests/qapi-schema/qapi-schema-test.out
    M tests/qapi-schema/redefined-builtin.err
    M tests/qapi-schema/redefined-builtin.json
    M tests/qapi-schema/redefined-command.err
    M tests/qapi-schema/redefined-command.json
    M tests/qapi-schema/redefined-event.err
    M tests/qapi-schema/redefined-event.json
    M tests/qapi-schema/redefined-type.err
    M tests/qapi-schema/redefined-type.json
    M tests/qapi-schema/reserved-command-q.err
    M tests/qapi-schema/reserved-command-q.json
    M tests/qapi-schema/reserved-enum-q.err
    M tests/qapi-schema/reserved-enum-q.json
    M tests/qapi-schema/reserved-member-has.err
    M tests/qapi-schema/reserved-member-has.json
    M tests/qapi-schema/reserved-member-q.err
    M tests/qapi-schema/reserved-member-q.json
    M tests/qapi-schema/reserved-member-u.err
    M tests/qapi-schema/reserved-member-u.json
    M tests/qapi-schema/reserved-member-underscore.err
    M tests/qapi-schema/reserved-member-underscore.json
    M tests/qapi-schema/reserved-type-kind.err
    M tests/qapi-schema/reserved-type-kind.json
    M tests/qapi-schema/reserved-type-list.err
    M tests/qapi-schema/reserved-type-list.json
    M tests/qapi-schema/returns-alternate.err
    M tests/qapi-schema/returns-alternate.json
    M tests/qapi-schema/returns-array-bad.err
    M tests/qapi-schema/returns-array-bad.json
    M tests/qapi-schema/returns-dict.err
    M tests/qapi-schema/returns-dict.json
    M tests/qapi-schema/returns-unknown.err
    M tests/qapi-schema/returns-unknown.json
    M tests/qapi-schema/returns-whitelist.err
    M tests/qapi-schema/returns-whitelist.json
    M tests/qapi-schema/struct-base-clash-deep.err
    M tests/qapi-schema/struct-base-clash-deep.json
    M tests/qapi-schema/struct-base-clash.err
    M tests/qapi-schema/struct-base-clash.json
    M tests/qapi-schema/struct-data-invalid.err
    M tests/qapi-schema/struct-data-invalid.json
    M tests/qapi-schema/struct-member-invalid.err
    M tests/qapi-schema/struct-member-invalid.json
    M tests/qapi-schema/test-qapi.py
    M tests/qapi-schema/type-bypass-bad-gen.err
    M tests/qapi-schema/type-bypass-bad-gen.json
    M tests/qapi-schema/unicode-str.err
    M tests/qapi-schema/unicode-str.json
    M tests/qapi-schema/union-base-no-discriminator.err
    M tests/qapi-schema/union-base-no-discriminator.json
    M tests/qapi-schema/union-branch-case.err
    M tests/qapi-schema/union-branch-case.json
    M tests/qapi-schema/union-clash-branches.err
    M tests/qapi-schema/union-clash-branches.json
    M tests/qapi-schema/union-empty.err
    M tests/qapi-schema/union-empty.json
    M tests/qapi-schema/union-invalid-base.err
    M tests/qapi-schema/union-invalid-base.json
    M tests/qapi-schema/union-optional-branch.err
    M tests/qapi-schema/union-optional-branch.json
    M tests/qapi-schema/union-unknown.err
    M tests/qapi-schema/union-unknown.json
    M tests/qapi-schema/unknown-escape.err
    M tests/qapi-schema/unknown-escape.json
    M tests/qapi-schema/unknown-expr-key.err
    M tests/qapi-schema/unknown-expr-key.json

  Log Message:
  -----------
  qapi: add qapi2texi script

As the name suggests, the qapi2texi script converts JSON QAPI
description into a texi file suitable for different target
formats (info/man/txt/pdf/html...).

It parses the following kind of blocks:

Free-form:

  ##
  # = Section
  # == Subsection
  #
  # Some text foo with *emphasis*
  # 1. with a list
  # 2. like that
  #
  # And some code:
  # | $ echo foo
  # | -> do this
  # | <- get that
  #
  ##

Symbol description:

  ##
  # @symbol:
  #
  # Symbol body ditto ergo sum. Foo bar
  # baz ding.
  #
  # @param1: the frob to frobnicate
  # @param2: #optional how hard to frobnicate
  #
  # Returns: the frobnicated frob.
  #          If frob isn't frobnicatable, GenericError.
  #
  # Since: version
  # Notes: notes, comments can have
  #        - itemized list
  #        - like this
  #
  # Example:
  #
  # -> { "execute": "quit" }
  # <- { "return": {} }
  #
  ##

That's roughly following the following EBNF grammar:

api_comment = "##\n" comment "##\n"
comment = freeform_comment | symbol_comment
freeform_comment = { "# " text "\n" | "#\n" }
symbol_comment = "# @" name ":\n" { member | tag_section | freeform_comment }
member = "# @" name ':' [ text ] "\n" freeform_comment
tag_section = "# " ( "Returns:", "Since:", "Note:", "Notes:", "Example:", 
"Examples:" ) [ text ]  "\n" freeform_comment
text = free text with markup

Note that the grammar is ambiguous: a line "# @foo:\n" can be parsed
both as freeform_comment and as symbol_comment.  The actual parser
recognizes symbol_comment.

See docs/qapi-code-gen.txt for more details.

Deficiencies and limitations:
- the generated QMP documentation includes internal types
- union type support is lacking
- type information is lacking in generated documentation
- doc comment error message positions are imprecise, they point
  to the beginning of the comment.
- a few minor issues, all marked TODO/FIXME in the code

Signed-off-by: Marc-André Lureau <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>
[test-qapi.py tweaked to avoid trailing empty lines in .out]
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: c051a4c2020f31fba134f54e03fc48aac3be4706
      
https://github.com/qemu/qemu/commit/c051a4c2020f31fba134f54e03fc48aac3be4706
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M docs/qemu-ga-ref.texi
    M docs/qemu-qmp-ref.texi
    A docs/qemu_logo.pdf

  Log Message:
  -----------
  docs: add qemu logo to pdf

Add a logo to texi2pdf output. Other formats (info/html) are left as
future improvements.

The PDF (needed by texi2pdf for vectorized images) was generated from
pc-bios/qemu_logo.svg like this:

inkscape --export-pdf=docs/qemu_logo.pdf pc-bios/qemu_logo.svg

Signed-off-by: Marc-André Lureau <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: e9ee06bdf014de03ca6d4ed98cb5beda5f68c6f4
      
https://github.com/qemu/qemu/commit/e9ee06bdf014de03ca6d4ed98cb5beda5f68c6f4
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M Makefile

  Log Message:
  -----------
  build-sys: use --no-split for info

Splitting the info files doesn't bring much benefits these days.
This fixes also untracked generated info files from git ignore.

Let's use MAKEINFOFLAGS for common flags, --number-sections is already
the default anyway, so adding it doesn't change the info output.

Signed-off-by: Marc-André Lureau <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: bd3f5706d13ada7870c02799c1b9d05d63831f9b
      
https://github.com/qemu/qemu/commit/bd3f5706d13ada7870c02799c1b9d05d63831f9b
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M .gitignore
    M Makefile

  Log Message:
  -----------
  build-sys: remove dvi doc generation

There is no clear reason to have rules to generate dvi format
documentation, pdf is generally better supported nowadays.

Signed-off-by: Marc-André Lureau <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 76480423a86b2162ed4b5b3b35fc77170e231c21
      
https://github.com/qemu/qemu/commit/76480423a86b2162ed4b5b3b35fc77170e231c21
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M Makefile
    M rules.mak

  Log Message:
  -----------
  build-sys: use a generic TEXI2MAN rule

The recipe for making a man page from .texi is duplicated several
times over.  Capture it in suitable pattern rules instead.

Signed-off-by: Marc-André Lureau <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: f8bab10b4c3fe754c56d8ce67150cc5eaa2af75e
      
https://github.com/qemu/qemu/commit/f8bab10b4c3fe754c56d8ce67150cc5eaa2af75e
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M .gitignore
    M Makefile

  Log Message:
  -----------
  build-sys: add txt documentation rules

Build plain text documentation, and install it.

Signed-off-by: Marc-André Lureau <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 56e8bdd46a8a42d89b0afea9da83ae7679cc0439
      
https://github.com/qemu/qemu/commit/56e8bdd46a8a42d89b0afea9da83ae7679cc0439
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
    M .gitignore
    M Makefile
    M configure
    M docs/qmp-intro.txt
    M rules.mak

  Log Message:
  -----------
  build-sys: add qapi doc generation targets

Generate and install the man, txt and html versions of QAPI
documentation (generate and install qemu-doc.txt too).

Add it also to optional pdf/info targets.

Signed-off-by: Marc-André Lureau <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 23eb9e6b6d5315171cc15969bbc755f258004df0
      
https://github.com/qemu/qemu/commit/23eb9e6b6d5315171cc15969bbc755f258004df0
  Author: Peter Maydell <address@hidden>
  Date:   2017-01-17 (Tue, 17 Jan 2017)

  Changed paths:
    M .gitignore
    M Makefile
    M configure
    M docs/qapi-code-gen.txt
    A docs/qemu-ga-ref.texi
    A docs/qemu-qmp-ref.texi
    A docs/qemu_logo.pdf
    R docs/qmp-commands.txt
    R docs/qmp-events.txt
    M docs/qmp-intro.txt
    M qapi-schema.json
    M qapi/block-core.json
    M qapi/block.json
    M qapi/common.json
    M qapi/crypto.json
    M qapi/event.json
    M qapi/introspect.json
    M qapi/rocker.json
    M qapi/trace.json
    M qga/qapi-schema.json
    M rules.mak
    M scripts/qapi.py
    A scripts/qapi2texi.py
    M scripts/texi2pod.pl
    M tests/Makefile.include
    M tests/qapi-schema/alternate-any.err
    M tests/qapi-schema/alternate-any.json
    M tests/qapi-schema/alternate-array.err
    M tests/qapi-schema/alternate-array.json
    M tests/qapi-schema/alternate-base.err
    M tests/qapi-schema/alternate-base.json
    M tests/qapi-schema/alternate-clash.err
    M tests/qapi-schema/alternate-clash.json
    M tests/qapi-schema/alternate-conflict-dict.err
    M tests/qapi-schema/alternate-conflict-dict.json
    M tests/qapi-schema/alternate-conflict-string.err
    M tests/qapi-schema/alternate-conflict-string.json
    M tests/qapi-schema/alternate-empty.err
    M tests/qapi-schema/alternate-empty.json
    M tests/qapi-schema/alternate-nested.err
    M tests/qapi-schema/alternate-nested.json
    M tests/qapi-schema/alternate-unknown.err
    M tests/qapi-schema/alternate-unknown.json
    M tests/qapi-schema/args-alternate.err
    M tests/qapi-schema/args-alternate.json
    M tests/qapi-schema/args-any.err
    M tests/qapi-schema/args-any.json
    M tests/qapi-schema/args-array-empty.err
    M tests/qapi-schema/args-array-empty.json
    M tests/qapi-schema/args-array-unknown.err
    M tests/qapi-schema/args-array-unknown.json
    M tests/qapi-schema/args-bad-boxed.err
    M tests/qapi-schema/args-bad-boxed.json
    M tests/qapi-schema/args-boxed-anon.err
    M tests/qapi-schema/args-boxed-anon.json
    M tests/qapi-schema/args-boxed-empty.err
    M tests/qapi-schema/args-boxed-empty.json
    M tests/qapi-schema/args-boxed-string.err
    M tests/qapi-schema/args-boxed-string.json
    M tests/qapi-schema/args-int.err
    M tests/qapi-schema/args-int.json
    M tests/qapi-schema/args-invalid.err
    M tests/qapi-schema/args-invalid.json
    M tests/qapi-schema/args-member-array-bad.err
    M tests/qapi-schema/args-member-array-bad.json
    M tests/qapi-schema/args-member-case.err
    M tests/qapi-schema/args-member-case.json
    M tests/qapi-schema/args-member-unknown.err
    M tests/qapi-schema/args-member-unknown.json
    M tests/qapi-schema/args-name-clash.err
    M tests/qapi-schema/args-name-clash.json
    M tests/qapi-schema/args-union.err
    M tests/qapi-schema/args-union.json
    M tests/qapi-schema/args-unknown.err
    M tests/qapi-schema/args-unknown.json
    M tests/qapi-schema/bad-base.err
    M tests/qapi-schema/bad-base.json
    M tests/qapi-schema/bad-data.err
    M tests/qapi-schema/bad-data.json
    M tests/qapi-schema/bad-ident.err
    M tests/qapi-schema/bad-ident.json
    M tests/qapi-schema/bad-type-bool.err
    M tests/qapi-schema/bad-type-bool.json
    M tests/qapi-schema/bad-type-dict.err
    M tests/qapi-schema/bad-type-dict.json
    M tests/qapi-schema/base-cycle-direct.err
    M tests/qapi-schema/base-cycle-direct.json
    M tests/qapi-schema/base-cycle-indirect.err
    M tests/qapi-schema/base-cycle-indirect.json
    M tests/qapi-schema/command-int.err
    M tests/qapi-schema/command-int.json
    M tests/qapi-schema/comments.json
    M tests/qapi-schema/comments.out
    A tests/qapi-schema/doc-bad-args.err
    A tests/qapi-schema/doc-bad-args.exit
    A tests/qapi-schema/doc-bad-args.json
    A tests/qapi-schema/doc-bad-args.out
    A tests/qapi-schema/doc-bad-symbol.err
    A tests/qapi-schema/doc-bad-symbol.exit
    A tests/qapi-schema/doc-bad-symbol.json
    A tests/qapi-schema/doc-bad-symbol.out
    A tests/qapi-schema/doc-duplicated-arg.err
    A tests/qapi-schema/doc-duplicated-arg.exit
    A tests/qapi-schema/doc-duplicated-arg.json
    A tests/qapi-schema/doc-duplicated-arg.out
    A tests/qapi-schema/doc-duplicated-return.err
    A tests/qapi-schema/doc-duplicated-return.exit
    A tests/qapi-schema/doc-duplicated-return.json
    A tests/qapi-schema/doc-duplicated-return.out
    A tests/qapi-schema/doc-duplicated-since.err
    A tests/qapi-schema/doc-duplicated-since.exit
    A tests/qapi-schema/doc-duplicated-since.json
    A tests/qapi-schema/doc-duplicated-since.out
    A tests/qapi-schema/doc-empty-arg.err
    A tests/qapi-schema/doc-empty-arg.exit
    A tests/qapi-schema/doc-empty-arg.json
    A tests/qapi-schema/doc-empty-arg.out
    A tests/qapi-schema/doc-empty-section.err
    A tests/qapi-schema/doc-empty-section.exit
    A tests/qapi-schema/doc-empty-section.json
    A tests/qapi-schema/doc-empty-section.out
    A tests/qapi-schema/doc-empty-symbol.err
    A tests/qapi-schema/doc-empty-symbol.exit
    A tests/qapi-schema/doc-empty-symbol.json
    A tests/qapi-schema/doc-empty-symbol.out
    A tests/qapi-schema/doc-interleaved-section.err
    A tests/qapi-schema/doc-interleaved-section.exit
    A tests/qapi-schema/doc-interleaved-section.json
    A tests/qapi-schema/doc-interleaved-section.out
    A tests/qapi-schema/doc-invalid-end.err
    A tests/qapi-schema/doc-invalid-end.exit
    A tests/qapi-schema/doc-invalid-end.json
    A tests/qapi-schema/doc-invalid-end.out
    A tests/qapi-schema/doc-invalid-end2.err
    A tests/qapi-schema/doc-invalid-end2.exit
    A tests/qapi-schema/doc-invalid-end2.json
    A tests/qapi-schema/doc-invalid-end2.out
    A tests/qapi-schema/doc-invalid-return.err
    A tests/qapi-schema/doc-invalid-return.exit
    A tests/qapi-schema/doc-invalid-return.json
    A tests/qapi-schema/doc-invalid-return.out
    A tests/qapi-schema/doc-invalid-section.err
    A tests/qapi-schema/doc-invalid-section.exit
    A tests/qapi-schema/doc-invalid-section.json
    A tests/qapi-schema/doc-invalid-section.out
    A tests/qapi-schema/doc-invalid-start.err
    A tests/qapi-schema/doc-invalid-start.exit
    A tests/qapi-schema/doc-invalid-start.json
    A tests/qapi-schema/doc-invalid-start.out
    A tests/qapi-schema/doc-missing-colon.err
    A tests/qapi-schema/doc-missing-colon.exit
    A tests/qapi-schema/doc-missing-colon.json
    A tests/qapi-schema/doc-missing-colon.out
    A tests/qapi-schema/doc-missing-expr.err
    A tests/qapi-schema/doc-missing-expr.exit
    A tests/qapi-schema/doc-missing-expr.json
    A tests/qapi-schema/doc-missing-expr.out
    A tests/qapi-schema/doc-missing-space.err
    A tests/qapi-schema/doc-missing-space.exit
    A tests/qapi-schema/doc-missing-space.json
    A tests/qapi-schema/doc-missing-space.out
    A tests/qapi-schema/doc-optional.err
    A tests/qapi-schema/doc-optional.exit
    A tests/qapi-schema/doc-optional.json
    A tests/qapi-schema/doc-optional.out
    M tests/qapi-schema/double-type.err
    M tests/qapi-schema/double-type.json
    M tests/qapi-schema/enum-bad-name.err
    M tests/qapi-schema/enum-bad-name.json
    M tests/qapi-schema/enum-bad-prefix.err
    M tests/qapi-schema/enum-bad-prefix.json
    M tests/qapi-schema/enum-clash-member.err
    M tests/qapi-schema/enum-clash-member.json
    M tests/qapi-schema/enum-dict-member.err
    M tests/qapi-schema/enum-dict-member.json
    M tests/qapi-schema/enum-member-case.err
    M tests/qapi-schema/enum-member-case.json
    M tests/qapi-schema/enum-missing-data.err
    M tests/qapi-schema/enum-missing-data.json
    M tests/qapi-schema/enum-wrong-data.err
    M tests/qapi-schema/enum-wrong-data.json
    M tests/qapi-schema/event-boxed-empty.err
    M tests/qapi-schema/event-boxed-empty.json
    M tests/qapi-schema/event-case.json
    M tests/qapi-schema/event-case.out
    M tests/qapi-schema/event-nest-struct.err
    M tests/qapi-schema/event-nest-struct.json
    M tests/qapi-schema/flat-union-array-branch.err
    M tests/qapi-schema/flat-union-array-branch.json
    M tests/qapi-schema/flat-union-bad-base.err
    M tests/qapi-schema/flat-union-bad-base.json
    M tests/qapi-schema/flat-union-bad-discriminator.err
    M tests/qapi-schema/flat-union-bad-discriminator.json
    M tests/qapi-schema/flat-union-base-any.err
    M tests/qapi-schema/flat-union-base-any.json
    M tests/qapi-schema/flat-union-base-union.err
    M tests/qapi-schema/flat-union-base-union.json
    M tests/qapi-schema/flat-union-clash-member.err
    M tests/qapi-schema/flat-union-clash-member.json
    M tests/qapi-schema/flat-union-empty.err
    M tests/qapi-schema/flat-union-empty.json
    M tests/qapi-schema/flat-union-incomplete-branch.err
    M tests/qapi-schema/flat-union-incomplete-branch.json
    M tests/qapi-schema/flat-union-inline.err
    M tests/qapi-schema/flat-union-inline.json
    M tests/qapi-schema/flat-union-int-branch.err
    M tests/qapi-schema/flat-union-int-branch.json
    M tests/qapi-schema/flat-union-invalid-branch-key.err
    M tests/qapi-schema/flat-union-invalid-branch-key.json
    M tests/qapi-schema/flat-union-invalid-discriminator.err
    M tests/qapi-schema/flat-union-invalid-discriminator.json
    M tests/qapi-schema/flat-union-no-base.err
    M tests/qapi-schema/flat-union-no-base.json
    M tests/qapi-schema/flat-union-optional-discriminator.err
    M tests/qapi-schema/flat-union-optional-discriminator.json
    M tests/qapi-schema/flat-union-string-discriminator.err
    M tests/qapi-schema/flat-union-string-discriminator.json
    M tests/qapi-schema/ident-with-escape.json
    M tests/qapi-schema/ident-with-escape.out
    M tests/qapi-schema/include-relpath-sub.json
    M tests/qapi-schema/include-relpath.out
    M tests/qapi-schema/include-repetition.out
    M tests/qapi-schema/include-simple-sub.json
    M tests/qapi-schema/include-simple.out
    M tests/qapi-schema/indented-expr.json
    M tests/qapi-schema/indented-expr.out
    M tests/qapi-schema/missing-type.err
    M tests/qapi-schema/missing-type.json
    M tests/qapi-schema/nested-struct-data.err
    M tests/qapi-schema/nested-struct-data.json
    M tests/qapi-schema/qapi-schema-test.json
    M tests/qapi-schema/qapi-schema-test.out
    M tests/qapi-schema/redefined-builtin.err
    M tests/qapi-schema/redefined-builtin.json
    M tests/qapi-schema/redefined-command.err
    M tests/qapi-schema/redefined-command.json
    M tests/qapi-schema/redefined-event.err
    M tests/qapi-schema/redefined-event.json
    M tests/qapi-schema/redefined-type.err
    M tests/qapi-schema/redefined-type.json
    M tests/qapi-schema/reserved-command-q.err
    M tests/qapi-schema/reserved-command-q.json
    M tests/qapi-schema/reserved-enum-q.err
    M tests/qapi-schema/reserved-enum-q.json
    M tests/qapi-schema/reserved-member-has.err
    M tests/qapi-schema/reserved-member-has.json
    M tests/qapi-schema/reserved-member-q.err
    M tests/qapi-schema/reserved-member-q.json
    M tests/qapi-schema/reserved-member-u.err
    M tests/qapi-schema/reserved-member-u.json
    M tests/qapi-schema/reserved-member-underscore.err
    M tests/qapi-schema/reserved-member-underscore.json
    M tests/qapi-schema/reserved-type-kind.err
    M tests/qapi-schema/reserved-type-kind.json
    M tests/qapi-schema/reserved-type-list.err
    M tests/qapi-schema/reserved-type-list.json
    M tests/qapi-schema/returns-alternate.err
    M tests/qapi-schema/returns-alternate.json
    M tests/qapi-schema/returns-array-bad.err
    M tests/qapi-schema/returns-array-bad.json
    M tests/qapi-schema/returns-dict.err
    M tests/qapi-schema/returns-dict.json
    M tests/qapi-schema/returns-unknown.err
    M tests/qapi-schema/returns-unknown.json
    M tests/qapi-schema/returns-whitelist.err
    M tests/qapi-schema/returns-whitelist.json
    M tests/qapi-schema/struct-base-clash-deep.err
    M tests/qapi-schema/struct-base-clash-deep.json
    M tests/qapi-schema/struct-base-clash.err
    M tests/qapi-schema/struct-base-clash.json
    M tests/qapi-schema/struct-data-invalid.err
    M tests/qapi-schema/struct-data-invalid.json
    M tests/qapi-schema/struct-member-invalid.err
    M tests/qapi-schema/struct-member-invalid.json
    M tests/qapi-schema/test-qapi.py
    M tests/qapi-schema/type-bypass-bad-gen.err
    M tests/qapi-schema/type-bypass-bad-gen.json
    M tests/qapi-schema/unicode-str.err
    M tests/qapi-schema/unicode-str.json
    M tests/qapi-schema/union-base-no-discriminator.err
    M tests/qapi-schema/union-base-no-discriminator.json
    M tests/qapi-schema/union-branch-case.err
    M tests/qapi-schema/union-branch-case.json
    M tests/qapi-schema/union-clash-branches.err
    M tests/qapi-schema/union-clash-branches.json
    M tests/qapi-schema/union-empty.err
    M tests/qapi-schema/union-empty.json
    M tests/qapi-schema/union-invalid-base.err
    M tests/qapi-schema/union-invalid-base.json
    M tests/qapi-schema/union-optional-branch.err
    M tests/qapi-schema/union-optional-branch.json
    M tests/qapi-schema/union-unknown.err
    M tests/qapi-schema/union-unknown.json
    M tests/qapi-schema/unknown-escape.err
    M tests/qapi-schema/unknown-escape.json
    M tests/qapi-schema/unknown-expr-key.err
    M tests/qapi-schema/unknown-expr-key.json

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-01-16' into 
staging

QAPI patches for 2017-01-16

# gpg: Signature made Mon 16 Jan 2017 09:26:49 GMT
# gpg:                using RSA key 0x3870B400EB918653
# gpg: Good signature from "Markus Armbruster <address@hidden>"
# gpg:                 aka "Markus Armbruster <address@hidden>"
# Primary key fingerprint: 354B C8B3 D7EB 2A6B 6867  4E5F 3870 B400 EB91 8653

* remotes/armbru/tags/pull-qapi-2017-01-16: (180 commits)
  build-sys: add qapi doc generation targets
  build-sys: add txt documentation rules
  build-sys: use a generic TEXI2MAN rule
  build-sys: remove dvi doc generation
  build-sys: use --no-split for info
  docs: add qemu logo to pdf
  qapi: add qapi2texi script
  qmp-events: move 'MIGRATION_PASS' doc to schema
  qmp-events: move 'DUMP_COMPLETED' doc to schema
  qmp-events: move 'MEM_UNPLUG_ERROR' doc to schema
  qmp-events: move 'VSERPORT_CHANGE' doc to schema
  qmp-events: move 'QUORUM_REPORT_BAD' doc to schema
  qmp-events: move 'QUORUM_FAILURE' doc to schema
  qmp-events: move 'GUEST_PANICKED' doc to schema
  qmp-events: move 'BALLOON_CHANGE' doc to schema
  qmp-events: move 'ACPI_DEVICE_OST' doc to schema
  qmp-events: move 'MIGRATION' doc to schema
  qmp-events: move 'SPICE_MIGRATE_COMPLETED' doc to schema
  qmp-events: move 'SPICE_DISCONNECTED' doc to schema
  qmp-events: move 'SPICE_INITIALIZED' doc to schema
  ...

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/02b351d8466a...23eb9e6b6d53

reply via email to

[Prev in Thread] Current Thread [Next in Thread]