qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] Standardize on TCGReg for entry points
@ 2011-11-09 18:03 Richard Henderson
  2011-11-09 18:03 ` [Qemu-devel] [PATCH 1/3] tcg: Standardize on TCGReg as the enum for hard registers Richard Henderson
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Richard Henderson @ 2011-11-09 18:03 UTC (permalink / raw)
  To: qemu-devel; +Cc: Stefan Weil, Alexander Graf, Blue Swirl, Aurelien Jarno

This is the direction in which I believe we should fix the s390
compilation failure.  I've cross-compiled --target-list=i386-softmmu
for every tcg host to make sure that they all build.

The second patch cannot be split into per-host patches, lest it
introduce regressions on the way to fixing them.


r~


Richard Henderson (3):
  tcg: Standardize on TCGReg as the enum for hard registers
  tcg: Use TCGReg for standard tcg-target entry points.
  tcg-sparc: Fix set-but-not used warnings.

 tcg/arm/tcg-target.c   |   13 +++++++------
 tcg/arm/tcg-target.h   |    4 ++--
 tcg/hppa/tcg-target.c  |   12 ++++++------
 tcg/hppa/tcg-target.h  |    4 ++--
 tcg/i386/tcg-target.c  |   13 +++++++------
 tcg/i386/tcg-target.h  |    4 ++--
 tcg/ia64/tcg-target.c  |   12 ++++++------
 tcg/ia64/tcg-target.h  |    4 ++--
 tcg/mips/tcg-target.c  |   13 +++++++------
 tcg/mips/tcg-target.h  |    4 ++--
 tcg/ppc/tcg-target.c   |    8 ++++----
 tcg/ppc/tcg-target.h   |    4 ++--
 tcg/ppc64/tcg-target.c |    8 ++++----
 tcg/ppc64/tcg-target.h |    4 ++--
 tcg/sparc/tcg-target.c |   17 +++++++----------
 tcg/sparc/tcg-target.h |    4 ++--
 tcg/tcg.c              |    8 ++++----
 tcg/tci/tcg-target.c   |    8 ++++----
 tcg/tci/tcg-target.h   |    2 +-
 tci.c                  |   38 +++++++++++++++++++-------------------
 20 files changed, 92 insertions(+), 92 deletions(-)

-- 
1.7.6.4

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

end of thread, other threads:[~2011-11-19 13:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-09 18:03 [Qemu-devel] [PATCH 0/3] Standardize on TCGReg for entry points Richard Henderson
2011-11-09 18:03 ` [Qemu-devel] [PATCH 1/3] tcg: Standardize on TCGReg as the enum for hard registers Richard Henderson
2011-11-09 18:03 ` [Qemu-devel] [PATCH 2/3] tcg: Use TCGReg for standard tcg-target entry points Richard Henderson
2011-11-09 18:03 ` [Qemu-devel] [PATCH 3/3] tcg-sparc: Fix set-but-not used warnings Richard Henderson
2011-11-19 13:59   ` Blue Swirl
2011-11-09 18:51 ` [Qemu-devel] [PATCH 0/3] Standardize on TCGReg for entry points Andreas Färber
2011-11-09 20:19 ` Stefan Weil
2011-11-09 22:11   ` Richard Henderson
2011-11-10 13:40 ` Alexander Graf

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