qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 0/8]: QMP queue


From: Luiz Capitulino
Subject: [Qemu-devel] [PULL 0/8]: QMP queue
Date: Fri, 15 Jun 2012 14:09:57 -0300

Anthony,

This pull contains mostly fixes and the new BALLOON_CHANGE event with
rate limiting support.

The changes (since 63bb682a18acc5d2f3219ea96c4d81c1a3b50748) are available
in the following repository:

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

Bruce Rogers (1):
      build: install qmp-commands.txt

Daniel P. Berrange (2):
      Add event notification for guest balloon changes
      Add rate limiting of RTC_CHANGE, BALLOON_CHANGE & WATCHDOG events

Paolo Bonzini (3):
      kvm: add missing include files
      qmp: include monitor.h when needed
      qmp: do not include monitor.h from qapi-types-core.h

Stefan Weil (2):
      monitor: Fix memory leak with readline completion
      Fix some more license versions (GPL2+ instead of GPL2)

 Makefile                          |   1 +
 QMP/qmp-events.txt                |  18 +++++
 balloon.c                         |  14 ++++
 balloon.h                         |   2 +
 hmp.c                             |   1 +
 hw/virtio-balloon.c               |   5 ++
 kvm-all.c                         |   2 +
 memory_mapping-stub.c             |   4 +-
 memory_mapping.c                  |   4 +-
 memory_mapping.h                  |   4 +-
 monitor.c                         | 159 ++++++++++++++++++++++++++++++++++++--
 monitor.h                         |   1 +
 net/tap.c                         |   1 +
 qapi/qapi-types-core.h            |   4 +-
 readline.c                        |   3 +
 target-i386/arch_dump.c           |   4 +-
 target-i386/arch_memory_mapping.c |   4 +-
 trace-events                      |   5 ++
 18 files changed, 217 insertions(+), 19 deletions(-)




reply via email to

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