The following changes since commit d844a7b6569fb2b5252773444b18841426e5b906:
modules: Fix building with --enable-modules (2014-02-28 12:30:13 +0000) are available in the git repository at: git://repo.or.cz/qemu/qmp-unstable.git queue/qmp for you to fetch changes up to b774539743c52ef605c6e2cbac19376c2757cb86: qapi: Add missing null check to opts_start_struct() (2014-03-03 11:17:45 -0500) ---------------------------------------------------------------- Fam Zheng (2): QMP: Allow dot separated dict path arguments in qmp-shell qmp: Check for returned data from __json_read in get_events Hani Benhabiles (2): qerror: Improve QERR_DEVICE_NOT_ACTIVE message monitor: Remove left-over code in do_info_profile. Luiz Capitulino (1): MAINTAINERS: update status for HMP, QAPI and QMP trees Markus Armbruster (13): tests/qapi-schema: Actually check successful QMP command response tests/qapi-schema: Cover optional command arguments tests/qapi-schema: Cover simple argument types tests/qapi-schema: Cover anonymous union types tests/qapi-schema: Cover complex types with base tests/qapi-schema: Cover union types with base tests/qapi-schema: Cover flat union types qapi: Fix licensing of scripts qapi: Drop nonsensical header guard in generated qapi-visit.c qapi: Drop unused code in qapi-commands.py qapi: Clean up null checking in generated visitors qapi: Clean up superfluous null check in qapi_dealloc_type_str() qapi: Add missing null check to opts_start_struct() qiaonuohan (14): dump: const-qualify the buf of WriteCoreDumpFunction dump: add argument to write_elfxx_notes dump: add API to write header of flatten format dump: add API to write vmcore dump: add API to write elf notes to buffer dump: add support for lzo/snappy dump: add members to DumpState and init some of them dump: add API to write dump header dump: add API to write dump_bitmap dump: add APIs to operate DataCache dump: add API to write dump pages dump: make kdump-compressed format available for 'dump-guest-memory' Define the architecture for compressed dump format dump: add 'query-dump-guest-memory-capability' command MAINTAINERS | 6 +- configure | 54 ++ dump.c | 960 +++++++++++++++++++++++++++++++- hmp.c | 5 +- include/qapi/qmp/qerror.h | 2 +- include/qom/cpu.h | 3 +- include/sysemu/dump.h | 138 +++++ monitor.c | 4 - qapi-schema.json | 49 +- qapi/opts-visitor.c | 4 +- qapi/qapi-dealloc-visitor.c | 4 +- qmp-commands.hx | 27 +- scripts/qapi-commands.py | 24 +- scripts/qapi-types.py | 4 +- scripts/qapi-visit.py | 20 +- scripts/qapi.py | 4 +- scripts/qmp/qmp-shell | 20 +- scripts/qmp/qmp.py | 7 +- target-i386/cpu.h | 2 + target-s390x/cpu.h | 1 + tests/qapi-schema/qapi-schema-test.json | 24 +- tests/qapi-schema/qapi-schema-test.out | 19 +- tests/test-qmp-commands.c | 78 ++- tests/test-qmp-input-strict.c | 69 ++- tests/test-qmp-input-visitor.c | 45 +- tests/test-qmp-output-visitor.c | 67 ++- tests/test-visitor-serialization.c | 14 +- 27 files changed, 1546 insertions(+), 108 deletions(-)