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