All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthony Liguori <aliguori@us.ibm.com>
To: Luiz Capitulino <lcapitulino@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PULL 00/14]: QMP queue
Date: Thu, 19 Jan 2012 12:47:58 -0600	[thread overview]
Message-ID: <4F18655E.3000901@us.ibm.com> (raw)
In-Reply-To: <1326908484-13389-1-git-send-email-lcapitulino@redhat.com>

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(-)
>
>
>

  parent reply	other threads:[~2012-01-19 18:49 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-18 17:41 [Qemu-devel] [PULL 00/14]: QMP queue Luiz Capitulino
2012-01-18 17:41 ` [Qemu-devel] [PATCH 01/14] vnc: Simplify vnc_display_password() Luiz Capitulino
2012-01-18 17:41 ` [Qemu-devel] [PATCH 02/14] qapi: Convert set_password Luiz Capitulino
2012-01-18 17:41 ` [Qemu-devel] [PATCH 03/14] qapi: Convert expire_password Luiz Capitulino
2012-01-18 17:41 ` [Qemu-devel] [PATCH 04/14] block: eject_device(): Use error_set() Luiz Capitulino
2012-01-18 17:41 ` [Qemu-devel] [PATCH 05/14] qapi: Convert eject Luiz Capitulino
2012-01-18 17:41 ` [Qemu-devel] [PATCH 06/14] monitor: expose readline state Luiz Capitulino
2012-01-18 17:41 ` [Qemu-devel] [PATCH 07/14] qapi: Introduce change-vnc-password Luiz Capitulino
2012-01-18 17:41 ` [Qemu-devel] [PATCH 08/14] qerror: Extend QERR_DEVICE_ENCRYPTED Luiz Capitulino
2012-01-18 17:41 ` [Qemu-devel] [PATCH 09/14] qapi: Convert change Luiz Capitulino
2012-01-18 17:41 ` [Qemu-devel] [PATCH 10/14] qapi: Convert block_set_io_throttle Luiz Capitulino
2012-01-18 17:41 ` [Qemu-devel] [PATCH 11/14] qmp: Add missing gcc format attribute and fix format string Luiz Capitulino
2012-01-18 17:41 ` [Qemu-devel] [PATCH 12/14] qerror: add check-qerror.sh to verify alphabetical order Luiz Capitulino
2012-01-18 17:41 ` [Qemu-devel] [PATCH 13/14] qerror: restore alphabetical order over qerrors Luiz Capitulino
2012-01-18 17:41 ` [Qemu-devel] [PATCH 14/14] block: use proper qerrors in qmp_block_resize Luiz Capitulino
2012-01-24  9:35   ` Markus Armbruster
2012-01-19 18:47 ` Anthony Liguori [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-01-06 22:03 [Qemu-devel] [PULL 00/14] QMP queue Luiz Capitulino
2014-01-06 22:41 ` Peter Maydell
2014-01-13 23:27 ` Peter Crosthwaite
2014-01-14  3:38   ` Edgar E. Iglesias
2014-01-14 16:44     ` Kevin Wolf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F18655E.3000901@us.ibm.com \
    --to=aliguori@us.ibm.com \
    --cc=lcapitulino@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.