From: Richard Henderson <richard.henderson@linaro.org>
To: Markus Armbruster <armbru@redhat.com>, qemu-devel@nongnu.org
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 [thread overview]
Message-ID: <9f7b8d8d-5da5-f47a-643e-14c32deb7c94@linaro.org> (raw)
In-Reply-To: <20190523143508.25387-3-armbru@redhat.com>
On 5/23/19 10:35 AM, Markus Armbruster wrote:
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> ---
> 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 <richard.henderson@linaro.org>
r~
next prev parent reply other threads:[~2019-05-23 18:41 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-23 14:35 [Qemu-devel] [PATCH 0/4] Cleanups around qemu-common.h Markus Armbruster
2019-05-23 14:35 ` [Qemu-devel] [PATCH 1/4] qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h Markus Armbruster
2019-05-23 18:38 ` Richard Henderson
2019-05-23 14:35 ` [Qemu-devel] [PATCH 2/4] qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h Markus Armbruster
2019-05-23 18:39 ` Richard Henderson [this message]
2019-05-23 14:35 ` [Qemu-devel] [PATCH 3/4] Include qemu/module.h where needed, drop it from qemu-common.h Markus Armbruster
2019-05-23 14:35 ` [Qemu-devel] [PATCH 4/4] Include qemu-common.h exactly where needed Markus Armbruster
2019-06-07 15:21 ` [Qemu-devel] [PATCH 0/4] Cleanups around qemu-common.h Markus Armbruster
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=9f7b8d8d-5da5-f47a-643e-14c32deb7c94@linaro.org \
--to=richard.henderson@linaro.org \
--cc=armbru@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).