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 <ehabk...@redhat.com> > --- > Cc: Samuel Thibault <samuel.thiba...@ens-lyon.org> > Cc: "Marc-André Lureau" <marcandre.lur...@redhat.com> > Cc: Paolo Bonzini <pbonz...@redhat.com> > Cc: "Alex Bennée" <alex.ben...@linaro.org> > Cc: "Philippe Mathieu-Daudé" <phi...@redhat.com> > Cc: "Michael S. Tsirkin" <m...@redhat.com> > Cc: Gerd Hoffmann <kra...@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é <phi...@redhat.com>