qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 2/4] qemu-common: Move qemu_isalnum() etc. to qe


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 2/4] qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
Date: Thu, 23 May 2019 14:39:59 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

On 5/23/19 10:35 AM, Markus Armbruster wrote:
> Signed-off-by: Markus Armbruster <address@hidden>
> ---
>  block/ssh.c                |  1 +
>  block/vvfat.c              |  1 +
>  gdbstub.c                  |  2 ++
>  hw/core/bus.c              |  2 +-
>  hw/core/qdev-properties.c  |  1 +
>  hw/s390x/s390-virtio-ccw.c |  1 +
>  hw/scsi/scsi-generic.c     |  2 +-
>  include/qemu-common.h      | 16 ----------------
>  include/qemu/ctype.h       | 27 +++++++++++++++++++++++++++
>  monitor.c                  |  1 +
>  net/net.c                  |  1 +
>  net/tap-solaris.c          |  1 +
>  qapi/qapi-util.c           |  2 +-
>  qobject/json-parser.c      |  2 +-
>  target/ppc/monitor.c       |  2 ++
>  target/riscv/cpu.c         |  1 +
>  tests/libqtest.c           |  1 +
>  tests/vhost-user-bridge.c  |  2 +-
>  ui/keymaps.c               |  1 +
>  util/cutils.c              |  3 ++-
>  util/id.c                  |  2 +-
>  util/readline.c            |  2 +-
>  22 files changed, 50 insertions(+), 24 deletions(-)
>  create mode 100644 include/qemu/ctype.h

Reviewed-by: Richard Henderson <address@hidden>


r~




reply via email to

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