qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL 00/14]: QMP queue


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PULL 00/14]: QMP queue
Date: Thu, 19 Jan 2012 12:47:58 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110922 Lightning/1.0b2 Thunderbird/3.1.15

On 01/18/2012 11:41 AM, Luiz Capitulino wrote:
This pull request contains my QAPI conversions round 4, improvements to
error reporting and a small fix.

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

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

Pulled.  Thanks.

Regards,

Anthony Liguori


Anthony Liguori (1):
       monitor: expose readline state

Luiz Capitulino (9):
       vnc: Simplify vnc_display_password()
       qapi: Convert set_password
       qapi: Convert expire_password
       block: eject_device(): Use error_set()
       qapi: Convert eject
       qapi: Introduce change-vnc-password
       qerror: Extend QERR_DEVICE_ENCRYPTED
       qapi: Convert change
       qapi: Convert block_set_io_throttle

Stefan Hajnoczi (3):
       qerror: add check-qerror.sh to verify alphabetical order
       qerror: restore alphabetical order over qerrors
       block: use proper qerrors in qmp_block_resize

Stefan Weil (1):
       qmp: Add missing gcc format attribute and fix format string

  blockdev.c               |  155 ++++++++++++++++++++++------------------
  blockdev.h               |    8 +--
  console.h                |    3 -
  hmp-commands.hx          |   15 ++---
  hmp.c                    |  102 ++++++++++++++++++++++++++
  hmp.h                    |    5 ++
  monitor.c                |  179 +++-------------------------------------------
  monitor.h                |    5 ++
  qapi-schema.json         |  163 +++++++++++++++++++++++++++++++++++++++++-
  qerror.c                 |   91 +++++++++++++-----------
  qerror.h                 |   80 +++++++++++----------
  qmp-commands.hx          |   31 +++-----
  qmp.c                    |  148 +++++++++++++++++++++++++++++++++++++-
  scripts/check-qerror.sh  |   22 ++++++
  test-qmp-input-visitor.c |    7 +-
  ui/vnc.c                 |   14 +---
  16 files changed, 657 insertions(+), 371 deletions(-)







reply via email to

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