qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] configure: Define target access alignment in configure
@ 2019-07-22  3:19 tony.nguyen
  2019-07-22  3:27 ` [Qemu-devel] [PATCH v2 1/2] " tony.nguyen
  2019-07-22  3:28 ` [Qemu-devel] [PATCH v2 2/2] configure: Cosmetic yes to "yes" for consistency tony.nguyen
  0 siblings, 2 replies; 6+ messages in thread
From: tony.nguyen @ 2019-07-22  3:19 UTC (permalink / raw)
  To: qemu-devel
  Cc: ehabkost, arikalo, mark.cave-ayland, jcmvbkbc, atar4qemu,
	amarkovic, aurelien, rth

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
- TARGET_INSN_START_EXTRA_WORDS 1 seems redundant as ifndef value is 1

v2:
- split cosmetic changes into separate patch
- cc corresponding maintainers

Thanks to Aleksandar Markovic for the guide in v1 =)

Tony Nguyen (2):
  configure: Define TARGET_ALIGNED_ONLY earlier
  configure: Cosmetic yes to "yes" for consistency

 configure             | 12 ++++++++++--
 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, 18 insertions(+), 18 deletions(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-07-23 16:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-22  3:19 [Qemu-devel] [PATCH v2 0/2] configure: Define target access alignment in configure tony.nguyen
2019-07-22  3:27 ` [Qemu-devel] [PATCH v2 1/2] " tony.nguyen
2019-07-22 10:54   ` Philippe Mathieu-Daudé
2019-07-23 16:18   ` Aleksandar Markovic
2019-07-22  3:28 ` [Qemu-devel] [PATCH v2 2/2] configure: Cosmetic yes to "yes" for consistency tony.nguyen
2019-07-23 16:12   ` Aleksandar Markovic

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).