From: "Alex Bennée" <alex.bennee@linaro.org>
To: qemu-devel@nongnu.org
Cc: ehabkost@redhat.com, arikalo@wavecomp.com,
mark.cave-ayland@ilande.co.uk, jcmvbkbc@gmail.com,
aurelien@aurel32.net, amarkovic@wavecomp.com,
atar4qemu@gmail.com, rth@twiddle.net
Subject: Re: [Qemu-devel] [PATCH v4 0/1] configure: Define target access alignment in configure
Date: Wed, 31 Jul 2019 15:20:28 +0100 [thread overview]
Message-ID: <878ssei8ur.fsf@linaro.org> (raw)
In-Reply-To: <2aaac4eafedb4aec979657993d00b8cd@tpw09926dag18e.domain1.systemhost.net>
tony.nguyen@bt.com writes:
> Move the define of target access alignment earlier from
> target/foo/cpu.h to configure.
>
> Suggested in Richard Henderson's reply to "[PATCH 1/4] tcg: TCGMemOp
> is now accelerator independent MemOp"
>
> Analysed target/foo/cpu.h for more candidates to define earlier but
> did not spot any other straight forward predicates.
>
> Possible future clean ups:
> - TCG_GUEST_DEFAULT_MO and TCG_TARGET_DEFAULT_MO seems like duplicates
These aren't duplicates. This is used to work out if the host memory
order is compatible with running the guest under TCG with multiple
threads (MTTCG). See check_tcg_memory_orders_compatible.
> - TARGET_INSN_START_EXTRA_WORDS 1 seems redundant as ifndef value is 1
>
> v2:
> - split cosmetic changes into separate patch
> - cc corresponding maintainers
>
> v3:
> - dropped cosmetic changes
> - improved commit message
>
> v4:
> - further improved commit message
>
> Tony Nguyen (1):
> configure: Define TARGET_ALIGNED_ONLY in configure
>
> configure | 10 +++++++++-
> include/exec/poison.h | 1 +
> include/qom/cpu.h | 2 +-
> target/alpha/cpu.h | 2 --
> target/hppa/cpu.h | 1 -
> target/mips/cpu.h | 2 --
> target/sh4/cpu.h | 2 --
> target/sparc/cpu.h | 2 --
> target/xtensa/cpu.h | 2 --
> tcg/tcg.c | 2 +-
> tcg/tcg.h | 8 +++++---
> 11 files changed, 17 insertions(+), 17 deletions(-)
--
Alex Bennée
next prev parent reply other threads:[~2019-07-31 14:21 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-31 8:20 [Qemu-devel] [PATCH v4 0/1] configure: Define target access alignment in configure tony.nguyen
2019-07-31 8:22 ` [Qemu-devel] [PATCH v4 1/1] " tony.nguyen
2019-07-31 14:51 ` [Qemu-devel] [EXTERNAL] " Aleksandar Markovic
2019-07-31 10:00 ` [Qemu-devel] " tony.nguyen
2019-07-31 14:20 ` Alex Bennée [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-07-31 4:29 [Qemu-devel] [PATCH v4 0/1] " tony.nguyen
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=878ssei8ur.fsf@linaro.org \
--to=alex.bennee@linaro.org \
--cc=amarkovic@wavecomp.com \
--cc=arikalo@wavecomp.com \
--cc=atar4qemu@gmail.com \
--cc=aurelien@aurel32.net \
--cc=ehabkost@redhat.com \
--cc=jcmvbkbc@gmail.com \
--cc=mark.cave-ayland@ilande.co.uk \
--cc=qemu-devel@nongnu.org \
--cc=rth@twiddle.net \
/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).