qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Eric Blake <eblake@redhat.com>
To: "Marc-André Lureau" <marcandre.lureau@redhat.com>, qemu-devel@nongnu.org
Cc: pbonzini@redhat.com
Subject: Re: [Qemu-devel] [PATCH v2 01/21] char: remove qemu_chr_be_generic_open
Date: Tue, 28 Feb 2017 19:57:48 -0600	[thread overview]
Message-ID: <a3fd7e0b-9216-4f8b-4873-e79a61dca315@redhat.com> (raw)
In-Reply-To: <20170227134202.2991-2-marcandre.lureau@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 642 bytes --]

On 02/27/2017 07:41 AM, Marc-André Lureau wrote:
> The function simply alias and hides the real event function.

s/alias/aliases/

> 
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> ---
>  include/sysemu/char.h |  1 -
>  chardev/char-pty.c    |  2 +-
>  chardev/char-socket.c |  2 +-
>  chardev/char.c        | 10 ++--------
>  ui/console.c          |  2 +-
>  ui/gtk.c              |  2 +-
>  6 files changed, 6 insertions(+), 13 deletions(-)
> 

Reviewed-by: Eric Blake <eblake@redhat.com>

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]

  reply	other threads:[~2017-03-01  2:38 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-27 13:41 [Qemu-devel] [PATCH v2 00/21] chardev clean-ups & tests Marc-André Lureau
2017-02-27 13:41 ` [Qemu-devel] [PATCH v2 01/21] char: remove qemu_chr_be_generic_open Marc-André Lureau
2017-03-01  1:57   ` Eric Blake [this message]
2017-02-27 13:41 ` [Qemu-devel] [PATCH v2 02/21] mux: simplfy muxes_realize_done Marc-André Lureau
2017-03-01 19:51   ` Eric Blake
2017-02-27 13:41 ` [Qemu-devel] [PATCH v2 03/21] xen: use a better chardev type check Marc-André Lureau
2017-03-01 20:06   ` Eric Blake
2017-02-27 13:41 ` [Qemu-devel] [PATCH v2 04/21] container: don't leak container reference Marc-André Lureau
2017-02-27 13:41 ` [Qemu-devel] [PATCH v2 05/21] char: add a /chardevs container Marc-André Lureau
2017-02-27 15:39   ` Paolo Bonzini
2017-02-28 10:34     ` Marc-André Lureau
2017-02-27 13:41 ` [Qemu-devel] [PATCH v2 06/21] vl: add todo note about root container cleanup Marc-André Lureau
2017-02-27 13:41 ` [Qemu-devel] [PATCH v2 07/21] char: use /chardevs container instead of chardevs list Marc-André Lureau
2017-02-27 13:41 ` [Qemu-devel] [PATCH v2 08/21] char: remove qemu_chardev_add Marc-André Lureau
2017-02-27 13:41 ` [Qemu-devel] [PATCH v2 09/21] char: remove chardevs list Marc-André Lureau
2017-02-27 13:41 ` [Qemu-devel] [PATCH v2 10/21] char: useless NULL check Marc-André Lureau
2017-03-01  4:32   ` Philippe Mathieu-Daudé
2017-02-27 13:41 ` [Qemu-devel] [PATCH v2 11/21] char-socket: introduce update_disconnected_filename() Marc-André Lureau
2017-02-27 13:41 ` [Qemu-devel] [PATCH v2 12/21] char-socket: update local address after listen Marc-André Lureau
2017-02-27 13:41 ` [Qemu-devel] [PATCH v2 13/21] char-socket: add 'addr' property Marc-André Lureau
2017-02-27 13:41 ` [Qemu-devel] [PATCH v2 14/21] char-socket: add 'connected' property Marc-André Lureau
2017-02-27 13:41 ` [Qemu-devel] [PATCH v2 15/21] char-udp: flush as much buffer as possible Marc-André Lureau
2017-03-01  4:34   ` Philippe Mathieu-Daudé
2017-02-27 13:41 ` [Qemu-devel] [PATCH v2 16/21] tests: add alias check in /char/ringbuf Marc-André Lureau
2017-02-27 13:41 ` [Qemu-devel] [PATCH v2 17/21] tests: add /char/pipe test Marc-André Lureau
2017-02-27 13:41 ` [Qemu-devel] [PATCH v2 18/21] tests: add /char/file test Marc-André Lureau
2017-02-27 13:42 ` [Qemu-devel] [PATCH v2 19/21] tests: add /char/socket test Marc-André Lureau
2017-02-27 13:42 ` [Qemu-devel] [PATCH v2 20/21] tests: add /char/udp test Marc-André Lureau
2017-02-27 13:42 ` [Qemu-devel] [PATCH v2 21/21] tests: add /char/console test Marc-André Lureau
2017-05-03 12:36 ` [Qemu-devel] [PATCH v2 00/21] chardev clean-ups & tests Paolo Bonzini

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=a3fd7e0b-9216-4f8b-4873-e79a61dca315@redhat.com \
    --to=eblake@redhat.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=pbonzini@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).