qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 02/63] chardev: Rename TYPE_CHARDEV_* to TYPE_*_CHARDEV


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 02/63] chardev: Rename TYPE_CHARDEV_* to TYPE_*_CHARDEV
Date: Thu, 3 Sep 2020 14:49:21 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0

On 9/3/20 12:42 AM, Eduardo Habkost wrote:
> This will make the TYPE_* constants consistent with the name of
> most type checking macros we have today.
> 
> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
> ---
> Cc: Samuel Thibault <samuel.thibault@ens-lyon.org>
> Cc: "Marc-André Lureau" <marcandre.lureau@redhat.com>
> Cc: Paolo Bonzini <pbonzini@redhat.com>
> Cc: "Alex Bennée" <alex.bennee@linaro.org>
> Cc: "Philippe Mathieu-Daudé" <philmd@redhat.com>
> Cc: "Michael S. Tsirkin" <mst@redhat.com>
> Cc: Gerd Hoffmann <kraxel@redhat.com>
> Cc: qemu-devel@nongnu.org
> ---
>  chardev/chardev-internal.h       |  4 ++--
>  include/chardev/char-fd.h        |  4 ++--
>  include/chardev/char-win-stdio.h |  2 +-
>  include/chardev/char-win.h       |  4 ++--
>  include/chardev/char.h           | 30 +++++++++++++++---------------
>  include/chardev/spice.h          |  8 ++++----
>  chardev/baum.c                   |  6 +++---
>  chardev/char-console.c           |  4 ++--
>  chardev/char-fd.c                |  2 +-
>  chardev/char-file.c              |  6 +++---
>  chardev/char-mux.c               |  2 +-
>  chardev/char-null.c              |  2 +-
>  chardev/char-parallel.c          |  4 ++--
>  chardev/char-pipe.c              |  6 +++---
>  chardev/char-pty.c               |  4 ++--
>  chardev/char-ringbuf.c           |  8 ++++----
>  chardev/char-serial.c            |  6 +++---
>  chardev/char-socket.c            |  4 ++--
>  chardev/char-stdio.c             |  6 +++---
>  chardev/char-udp.c               |  4 ++--
>  chardev/char-win-stdio.c         |  4 ++--
>  chardev/char-win.c               |  2 +-
>  chardev/char.c                   |  2 +-
>  chardev/msmouse.c                |  6 +++---
>  chardev/spice.c                  | 10 +++++-----
>  chardev/testdev.c                |  6 +++---
>  chardev/wctablet.c               |  6 +++---
>  gdbstub.c                        |  6 +++---
>  hw/display/vhost-user-gpu.c      |  2 +-
>  tests/test-char.c                |  4 ++--
>  ui/console.c                     |  8 ++++----
>  ui/gtk.c                         |  6 +++---
>  ui/spice-app.c                   | 10 +++++-----
>  33 files changed, 94 insertions(+), 94 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>




reply via email to

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