All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luiz Capitulino <lcapitulino@redhat.com>
To: Stefan Hajnoczi <stefanha@redhat.com>
Cc: Kevin Wolf <kwolf@redhat.com>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 0/5] qemu-io: readline command completion
Date: Wed, 27 Nov 2013 20:28:50 -0500	[thread overview]
Message-ID: <20131127202850.36fd6bce@redhat.com> (raw)
In-Reply-To: <1384426458-24700-1-git-send-email-stefanha@redhat.com>

On Thu, 14 Nov 2013 11:54:13 +0100
Stefan Hajnoczi <stefanha@redhat.com> wrote:

> This series decouples readline.c from the QEMU monitor and then reuses it in
> qemu-io.  This adds history and command completion to the qemu-io interactive
> prompt.

I don't know what's the state of this series, but I reviewed the HMP
parts in detail, and took a glance at the qemu-io parts:

Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>

> 
> Stefan Hajnoczi (5):
>   readline: decouple readline from the monitor
>   readline: move readline to a generic location
>   osdep: add qemu_set_tty_echo()
>   qemu-io: use readline.c
>   qemu-io: add command completion
> 
>  Makefile.objs              |   1 -
>  hmp.c                      |   6 +-
>  include/monitor/monitor.h  |   2 +-
>  include/monitor/readline.h |  56 -----
>  include/qemu-io.h          |   3 +
>  include/qemu/osdep.h       |   2 +
>  include/qemu/readline.h    |  62 ++++++
>  monitor.c                  |  41 +++-
>  qemu-io-cmds.c             |  15 ++
>  qemu-io.c                  | 109 +++++-----
>  readline.c                 | 493 --------------------------------------------
>  util/Makefile.objs         |   1 +
>  util/oslib-posix.c         |  18 ++
>  util/oslib-win32.c         |  19 ++
>  util/readline.c            | 495 +++++++++++++++++++++++++++++++++++++++++++++
>  15 files changed, 716 insertions(+), 607 deletions(-)
>  delete mode 100644 include/monitor/readline.h
>  create mode 100644 include/qemu/readline.h
>  delete mode 100644 readline.c
>  create mode 100644 util/readline.c
> 

      parent reply	other threads:[~2013-11-28  1:29 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-14 10:54 [Qemu-devel] [PATCH 0/5] qemu-io: readline command completion Stefan Hajnoczi
2013-11-14 10:54 ` [Qemu-devel] [PATCH 1/5] readline: decouple readline from the monitor Stefan Hajnoczi
2013-11-14 10:54 ` [Qemu-devel] [PATCH 2/5] readline: move readline to a generic location Stefan Hajnoczi
2013-11-14 10:54 ` [Qemu-devel] [PATCH 3/5] osdep: add qemu_set_tty_echo() Stefan Hajnoczi
2013-11-29 10:04   ` Kevin Wolf
2013-11-29 10:13     ` Kevin Wolf
2013-12-02 14:23       ` Stefan Hajnoczi
2013-11-14 10:54 ` [Qemu-devel] [PATCH 4/5] qemu-io: use readline.c Stefan Hajnoczi
2013-11-14 10:54 ` [Qemu-devel] [PATCH 5/5] qemu-io: add command completion Stefan Hajnoczi
2013-11-28  1:28 ` Luiz Capitulino [this message]

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=20131127202850.36fd6bce@redhat.com \
    --to=lcapitulino@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.com \
    /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.