[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL for-2.1 0/8] QMP queue
From: |
Luiz Capitulino |
Subject: |
[Qemu-devel] [PULL for-2.1 0/8] QMP queue |
Date: |
Fri, 27 Jun 2014 15:41:55 -0400 |
The following changes since commit d4cba13bdf251baeedb36b87c1e9f6766773e380:
tcg/ppc: Fix failure in tcg_out_mem_long (2014-06-27 13:23:41 +0100)
are available in the git repository at:
git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
for you to fetch changes up to a22d8e47f7efb15a96162b92b50f8fb108b1c5d9:
docs/qmp: Fix documentation of BLOCK_JOB_READY to match code (2014-06-27
13:40:41 -0400)
----------------------------------------------------------------
Laszlo Ersek (2):
virtio-serial: report frontend connection state via monitor
char: report frontend open/closed state in 'query-chardev'
Luiz Capitulino (1):
qmp: add qmp-events.txt back
Markus Armbruster (1):
docs/qmp: Fix documentation of BLOCK_JOB_READY to match code
Wenchao Xia (4):
qapi: move event defines
qapi: ignore generated event files
qapi script: clean up in scripts
qapi event: clean up in callers
.gitignore | 1 +
Makefile | 2 +-
docs/qapi-code-gen.txt | 8 +-
docs/qmp/qmp-events.txt | 559 ++++++++++++++++++++++++++++++++
hw/char/virtio-console.c | 12 +-
hw/watchdog/watchdog.c | 2 +-
include/block/blockjob.h | 2 +-
monitor.c | 3 +-
qapi-schema.json | 20 +-
qapi/block-core.json | 3 +-
qapi-event.json => qapi/event.json | 18 +-
qemu-char.c | 1 +
qmp-commands.hx | 19 +-
scripts/qapi-event.py | 5 +-
scripts/qapi.py | 2 +-
tests/qapi-schema/event-nest-struct.err | 2 +-
16 files changed, 629 insertions(+), 30 deletions(-)
create mode 100644 docs/qmp/qmp-events.txt
rename qapi-event.json => qapi/event.json (94%)
- [Qemu-devel] [PULL for-2.1 0/8] QMP queue,
Luiz Capitulino <=
- [Qemu-devel] [PULL 3/8] qapi script: clean up in scripts, Luiz Capitulino, 2014/06/27
- [Qemu-devel] [PULL 1/8] qapi: move event defines, Luiz Capitulino, 2014/06/27
- [Qemu-devel] [PULL 2/8] qapi: ignore generated event files, Luiz Capitulino, 2014/06/27
- [Qemu-devel] [PULL 4/8] qapi event: clean up in callers, Luiz Capitulino, 2014/06/27
- [Qemu-devel] [PULL 8/8] docs/qmp: Fix documentation of BLOCK_JOB_READY to match code, Luiz Capitulino, 2014/06/27
- [Qemu-devel] [PULL 5/8] qmp: add qmp-events.txt back, Luiz Capitulino, 2014/06/27
- [Qemu-devel] [PULL 6/8] virtio-serial: report frontend connection state via monitor, Luiz Capitulino, 2014/06/27
- [Qemu-devel] [PULL 7/8] char: report frontend open/closed state in 'query-chardev', Luiz Capitulino, 2014/06/27
- Re: [Qemu-devel] [PULL for-2.1 0/8] QMP queue, Peter Maydell, 2014/06/29