From: Cornelia Huck <cohuck@redhat.com>
To: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
Cc: Peter Maydell <peter.maydell@linaro.org>,
Thomas Huth <thuth@redhat.com>,
Eduardo Habkost <ehabkost@redhat.com>,
"open list:S390" <qemu-s390x@nongnu.org>,
"Michael S . Tsirkin" <mst@redhat.com>,
qemu-trivial@nongnu.org, Anthony Green <green@moxielogic.com>,
David Hildenbrand <david@redhat.com>,
qemu-devel@nongnu.org, Alexander Graf <agraf@suse.de>,
Laurent Vivier <laurent@vivier.eu>,
Max Filippov <jcmvbkbc@gmail.com>,
Michael Walle <michael@walle.cc>,
"open list:ARM" <qemu-arm@nongnu.org>,
"open list:PowerPC" <qemu-ppc@nongnu.org>,
Marcel Apfelbaum <marcel.apfelbaum@gmail.com>,
Paolo Bonzini <pbonzini@redhat.com>,
Stafford Horne <shorne@gmail.com>,
David Gibson <david@gibson.dropbear.id.au>,
Richard Henderson <rth@twiddle.net>
Subject: Re: [Qemu-arm] [PATCH v4 09/21] target: Do not include "exec/exec-all.h" if it is not necessary
Date: Wed, 30 May 2018 12:12:59 +0200 [thread overview]
Message-ID: <20180530121259.74bc4234.cohuck@redhat.com> (raw)
In-Reply-To: <20180528232719.4721-10-f4bug@amsat.org>
On Mon, 28 May 2018 20:27:07 -0300
Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
> Code change produced with:
> $ git grep '#include "exec/exec-all.h"' | \
> cut -d: -f-1 | \
> xargs egrep -L "(cpu_address_space_init|cpu_loop_|tlb_|tb_|GETPC|singlestep|TranslationBlock)" | \
> xargs sed -i.bak '/#include "exec\/exec-all.h"/d'
>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
> bsd-user/qemu.h | 1 -
> target/arm/arm_ldst.h | 1 -
> hw/i386/kvmvapic.c | 1 -
> target/arm/arm-powerctl.c | 1 -
> target/arm/crypto_helper.c | 1 -
> target/arm/iwmmxt_helper.c | 1 -
> target/arm/neon_helper.c | 1 -
> target/arm/psci.c | 1 -
> target/arm/vec_helper.c | 1 -
> target/cris/cpu.c | 1 -
> target/hppa/helper.c | 1 -
> target/hppa/int_helper.c | 1 -
> target/i386/hax-all.c | 1 -
> target/i386/hax-mem.c | 1 -
> target/i386/hax-windows.c | 1 -
> target/i386/hvf/hvf.c | 1 -
> target/i386/hvf/x86_task.c | 1 -
> target/i386/whpx-all.c | 1 -
> target/lm32/cpu.c | 1 -
> target/m68k/cpu.c | 1 -
> target/moxie/cpu.c | 1 -
> target/moxie/mmu.c | 1 -
> target/openrisc/cpu.c | 1 -
> target/ppc/int_helper.c | 1 -
> target/s390x/cpu.c | 1 -
> target/s390x/diag.c | 1 -
> target/s390x/helper.c | 1 -
> target/tilegx/cpu.c | 1 -
> target/xtensa/core-dc232b.c | 1 -
> target/xtensa/core-dc233c.c | 1 -
> target/xtensa/core-de212.c | 1 -
> target/xtensa/core-fsf.c | 1 -
> target/xtensa/core-sample_controller.c | 1 -
> target/xtensa/cpu.c | 1 -
> tcg/tcg-op-vec.c | 1 -
> target/xtensa/import_core.sh | 1 -
> 36 files changed, 36 deletions(-)
>
However you arrived at it, this looks sane, so
Acked-by: Cornelia Huck <cohuck@redhat.com>
next prev parent reply other threads:[~2018-05-30 10:13 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20180528232719.4721-1-f4bug@amsat.org>
2018-05-28 23:27 ` [Qemu-arm] [PATCH v4 09/21] target: Do not include "exec/exec-all.h" if it is not necessary Philippe Mathieu-Daudé
2018-05-29 11:40 ` Cornelia Huck
2018-05-30 3:12 ` Philippe Mathieu-Daudé
2018-05-30 4:42 ` Michael S. Tsirkin
2018-05-30 5:50 ` Philippe Mathieu-Daudé
2018-05-30 6:19 ` [Qemu-devel] " Philippe Mathieu-Daudé
2018-05-30 12:55 ` [Qemu-arm] " Michael S. Tsirkin
2018-05-30 9:32 ` Paolo Bonzini
2018-05-30 10:12 ` Cornelia Huck [this message]
2018-05-28 23:27 ` [Qemu-devel] [PATCH v4 11/21] hw: Do not include "exec/address-spaces.h" " Philippe Mathieu-Daudé
2018-05-28 23:27 ` [Qemu-devel] [PATCH v4 12/21] hw: Do not include "sysemu/block-backend.h" " Philippe Mathieu-Daudé
2018-05-29 10:14 ` [Qemu-arm] " Cornelia Huck
2018-05-28 23:27 ` [Qemu-devel] [PATCH v4 13/21] hw: Do not include "sysemu/blockdev.h" " Philippe Mathieu-Daudé
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=20180530121259.74bc4234.cohuck@redhat.com \
--to=cohuck@redhat.com \
--cc=agraf@suse.de \
--cc=david@gibson.dropbear.id.au \
--cc=david@redhat.com \
--cc=ehabkost@redhat.com \
--cc=f4bug@amsat.org \
--cc=green@moxielogic.com \
--cc=jcmvbkbc@gmail.com \
--cc=laurent@vivier.eu \
--cc=marcel.apfelbaum@gmail.com \
--cc=michael@walle.cc \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=qemu-s390x@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=rth@twiddle.net \
--cc=shorne@gmail.com \
--cc=thuth@redhat.com \
/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).