Re: [Qemu-devel] [PULL 0/4]: Monitor queue

2010-12-17 Thread Anthony Liguori

On 12/06/2010 08:43 AM, Luiz Capitulino wrote:

Anthony,

QMP fixes pull request.

The changes (since 2c90fe2b71df2534884bce96d90cbfcc93aeedb8) are available
in the following repository:

 git://repo.or.cz/qemu/qmp-unstable.git for-anthony
   


Pulled.  Thanks.

Regards,

Anthony Liguori

Luiz Capitulino (3):
   QMP: Fix default response regression
   QMP: Drop dead code
   QMP: Simplify monitor_json_emitter()

Wen Congyang (1):
   correct migrate_set_speed's args_type

  monitor.c   |   84 --
  qmp-commands.hx |2 +-
  2 files changed, 38 insertions(+), 48 deletions(-)



   





[Qemu-devel] [PULL 0/4]: Monitor queue

2010-12-06 Thread Luiz Capitulino
Anthony,

QMP fixes pull request.

The changes (since 2c90fe2b71df2534884bce96d90cbfcc93aeedb8) are available
in the following repository:

git://repo.or.cz/qemu/qmp-unstable.git for-anthony

Luiz Capitulino (3):
  QMP: Fix default response regression
  QMP: Drop dead code
  QMP: Simplify monitor_json_emitter()

Wen Congyang (1):
  correct migrate_set_speed's args_type

 monitor.c   |   84 --
 qmp-commands.hx |2 +-
 2 files changed, 38 insertions(+), 48 deletions(-)




[Qemu-devel] [PULL 0/4]: Monitor queue

2010-10-22 Thread Luiz Capitulino
Anthony,

The following patches have been sent to the list and look good to me. I've
also tested them.

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

git://repo.or.cz/qemu/qmp-unstable.git for-anthony

Hidetoshi Seto (1):
  Trivial fix for QMP/qmp-events.txt

Jan Kiszka (2):
  Silence compiler warning in json test case
  Fix test suite build with tracing enabled

Kusanagi Kouichi (1):
  monitor: Ignore . and .. when completing file name.

 Makefile   |   12 ++--
 QMP/qmp-events.txt |2 +-
 check-qjson.c  |4 +++-
 monitor.c  |5 +
 4 files changed, 15 insertions(+), 8 deletions(-)