qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 00/12] QMP queue


From: Luiz Capitulino
Subject: [Qemu-devel] [PULL 00/12] QMP queue
Date: Thu, 23 May 2013 14:20:20 -0400

The changes (since 95de21a430f7bc4166a153b1f69b1425c8a99c7b) are available
in the following repository:

    git://repo.or.cz/qemu/qmp-unstable.git queue/qmp

Amos Kong (1):
  ui/input.c: replace magic numbers with macros

Luiz Capitulino (1):
  monitor: allow to disable the default monitor

Michael Roth (10):
  qapi: qapi-types.py, native list support
  qapi: qapi-visit.py, fix list handling for union types
  qapi: qapi-visit.py, native list support
  qapi: enable generation of native list code
  json-parser: fix handling of large whole number values
  qapi: add QMP input test for large integers
  qapi: fix visitor serialization tests for numbers/doubles
  qapi: add native list coverage for visitor serialization tests
  qapi: add native list coverage for QMP output visitor tests
  qapi: add native list coverage for QMP input visitor tests

 Makefile                           |   6 +-
 qapi-schema-test.json              |  15 ++
 qemu-options.hx                    |   1 +
 qobject/json-parser.c              |  26 +-
 scripts/qapi-types.py              |  45 +++-
 scripts/qapi-visit.py              |  36 ++-
 scripts/qapi.py                    |  23 ++
 tests/test-qmp-input-visitor.c     | 358 ++++++++++++++++++++++++++++
 tests/test-qmp-output-visitor.c    | 332 ++++++++++++++++++++++++++
 tests/test-visitor-serialization.c | 476 ++++++++++++++++++++++++++++++++++---
 ui/input.c                         |  13 +-
 vl.c                               |   4 +-
 12 files changed, 1278 insertions(+), 57 deletions(-)

-- 
1.8.1.4



reply via email to

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