mbox

[PULL,0/5] Miscellaneous patches for 2018-07-16 (3.0.0-rc1)

Message ID 20180716140514.1490-1-armbru@redhat.com
State New
Headers show

Pull-request

git://repo.or.cz/qemu/armbru.git tags/pull-misc-2018-07-16

Message

Markus Armbruster July 16, 2018, 2:05 p.m. UTC
The following changes since commit 633e824037210a60c0b23d6c0e42420db1fe4c08:

  Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180716' into staging (2018-07-16 11:04:24 +0100)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-misc-2018-07-16

for you to fetch changes up to 8720e63e09fa1e48dbd244d89d6fed6b5c50889d:

  monitor: Fix tracepoint crash on JSON syntax error (2018-07-16 15:46:57 +0200)

----------------------------------------------------------------
Miscellaneous patches for 2018-07-16 (3.0.0-rc1)

This pull request consists of a late but necessary external interface
update, a documentation rearrangement to make tracking feature
deprecation easier, and a crash bug fix.

----------------------------------------------------------------
Markus Armbruster (5):
      qapi: Do not expose "allow-preconfig" in query-qmp-schema
      cli qmp: Mark --preconfig, exit-preconfig experimental
      qemu-doc: Move appendix "Deprecated features" to its own file
      MAINTAINERS: New section "Incompatible changes", copy libvir-list
      monitor: Fix tracepoint crash on JSON syntax error

 MAINTAINERS                |   4 +
 hmp.c                      |   2 +-
 monitor.c                  |   2 +-
 qapi/introspect.json       |   5 +-
 qapi/misc.json             |   6 +-
 qemu-deprecated.texi       | 234 ++++++++++++++++++++++++++++++++++++++++++++
 qemu-doc.texi              | 235 +--------------------------------------------
 qemu-options.hx            |   9 +-
 qemu-tech.texi             |  11 +--
 qmp.c                      |   2 +-
 scripts/qapi/introspect.py |   4 +-
 tests/numa-test.c          |   2 +-
 tests/qmp-test.c           |   6 +-
 13 files changed, 261 insertions(+), 261 deletions(-)
 create mode 100644 qemu-deprecated.texi

Comments

Peter Maydell July 16, 2018, 4:18 p.m. UTC | #1
On 16 July 2018 at 15:05, Markus Armbruster <armbru@redhat.com> wrote:
> The following changes since commit 633e824037210a60c0b23d6c0e42420db1fe4c08:
>
>   Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180716' into staging (2018-07-16 11:04:24 +0100)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-misc-2018-07-16
>
> for you to fetch changes up to 8720e63e09fa1e48dbd244d89d6fed6b5c50889d:
>
>   monitor: Fix tracepoint crash on JSON syntax error (2018-07-16 15:46:57 +0200)
>
> ----------------------------------------------------------------
> Miscellaneous patches for 2018-07-16 (3.0.0-rc1)
>
> This pull request consists of a late but necessary external interface
> update, a documentation rearrangement to make tracking feature
> deprecation easier, and a crash bug fix.
>
> ----------------------------------------------------------------
Applied, thanks.

-- PMM