qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] tcg: Include tcg files using tcg/ dirname, reduce cpp search path list
@ 2019-12-30  9:08 Philippe Mathieu-Daudé
  2019-12-30  9:08 ` [PATCH 1/2] tcg: Search includes from the project root source directory Philippe Mathieu-Daudé
  2019-12-30  9:09 ` [PATCH 2/2] configure: Remove tcg/ from the preprocessor include search list Philippe Mathieu-Daudé
  0 siblings, 2 replies; 9+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-30  9:08 UTC (permalink / raw)
  To: qemu-devel, Markus Armbruster, Richard Henderson
  Cc: Peter Maydell, Cornelia Huck, Sagar Karandikar, David Hildenbrand,
	Anthony Green, Mark Cave-Ayland, Max Filippov, Alistair Francis,
	Edgar E. Iglesias, Guan Xuetao, Marek Vasut, Palmer Dabbelt,
	Aleksandar Rikalo, David Gibson, Artyom Tarasenko,
	Eduardo Habkost, Stefan Weil, Riku Voipio, qemu-s390x, qemu-arm,
	Stafford Horne, Richard Henderson, qemu-riscv, Bastian Koppelmann,
	Chris Wulff, Claudio Fontana, Laurent Vivier,
	Philippe Mathieu-Daudé, Michael Walle, qemu-ppc,
	Aleksandar Markovic, Paolo Bonzini, Aurelien Jarno

Noticed we could clean this while reviewing Richard patch last night:
https://www.mail-archive.com/qemu-devel@nongnu.org/msg667606.html

Philippe Mathieu-Daudé (2):
  tcg: Search includes from the project root source directory
  configure: Remove tcg/ from the preprocessor include search list

 configure                     | 1 -
 include/exec/cpu_ldst.h       | 2 +-
 tcg/i386/tcg-target.h         | 2 +-
 tcg/tcg-op.h                  | 2 +-
 tcg/tcg.h                     | 4 ++--
 accel/tcg/cpu-exec.c          | 2 +-
 accel/tcg/tcg-runtime-gvec.c  | 2 +-
 accel/tcg/translate-all.c     | 2 +-
 accel/tcg/user-exec.c         | 2 +-
 bsd-user/main.c               | 2 +-
 cpus.c                        | 2 +-
 exec.c                        | 2 +-
 linux-user/main.c             | 2 +-
 target/alpha/translate.c      | 2 +-
 target/arm/helper-a64.c       | 2 +-
 target/arm/translate-a64.c    | 4 ++--
 target/arm/translate-sve.c    | 6 +++---
 target/arm/translate.c        | 4 ++--
 target/cris/translate.c       | 2 +-
 target/hppa/translate.c       | 2 +-
 target/i386/mem_helper.c      | 2 +-
 target/i386/translate.c       | 2 +-
 target/lm32/translate.c       | 2 +-
 target/m68k/translate.c       | 2 +-
 target/microblaze/translate.c | 2 +-
 target/mips/translate.c       | 2 +-
 target/moxie/translate.c      | 2 +-
 target/nios2/translate.c      | 2 +-
 target/openrisc/translate.c   | 2 +-
 target/ppc/mem_helper.c       | 2 +-
 target/ppc/translate.c        | 4 ++--
 target/riscv/cpu_helper.c     | 2 +-
 target/riscv/translate.c      | 2 +-
 target/s390x/translate.c      | 4 ++--
 target/sh4/translate.c        | 2 +-
 target/sparc/ldst_helper.c    | 2 +-
 target/sparc/translate.c      | 2 +-
 target/tilegx/translate.c     | 2 +-
 target/tricore/translate.c    | 2 +-
 target/unicore32/translate.c  | 2 +-
 target/xtensa/translate.c     | 2 +-
 tcg/aarch64/tcg-target.inc.c  | 4 ++--
 tcg/arm/tcg-target.inc.c      | 4 ++--
 tcg/i386/tcg-target.inc.c     | 4 ++--
 tcg/mips/tcg-target.inc.c     | 2 +-
 tcg/optimize.c                | 2 +-
 tcg/ppc/tcg-target.inc.c      | 4 ++--
 tcg/riscv/tcg-target.inc.c    | 4 ++--
 tcg/s390/tcg-target.inc.c     | 4 ++--
 tcg/sparc/tcg-target.inc.c    | 2 +-
 tcg/tcg-common.c              | 2 +-
 tcg/tcg-op-gvec.c             | 8 ++++----
 tcg/tcg-op-vec.c              | 6 +++---
 tcg/tcg-op.c                  | 6 +++---
 tcg/tcg.c                     | 2 +-
 tcg/tci.c                     | 2 +-
 56 files changed, 75 insertions(+), 76 deletions(-)

-- 
2.21.0



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

end of thread, other threads:[~2019-12-30 17:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-30  9:08 [PATCH 0/2] tcg: Include tcg files using tcg/ dirname, reduce cpp search path list Philippe Mathieu-Daudé
2019-12-30  9:08 ` [PATCH 1/2] tcg: Search includes from the project root source directory Philippe Mathieu-Daudé
2019-12-30  9:53   ` Stefan Weil
2019-12-30  9:59     ` Philippe Mathieu-Daudé
2019-12-30 10:33       ` Paolo Bonzini
2019-12-30 14:02         ` Philippe Mathieu-Daudé
2019-12-30 15:48           ` Philippe Mathieu-Daudé
2019-12-30 17:46             ` Paolo Bonzini
2019-12-30  9:09 ` [PATCH 2/2] configure: Remove tcg/ from the preprocessor include search list Philippe Mathieu-Daudé

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