qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] target-ppc: fix add-with-carry in narrow mode
@ 2013-03-21 20:01 Richard Henderson
  2013-03-21 20:01 ` [Qemu-devel] [PATCH 1/5] target-ppc: Fix add and subf carry generation " Richard Henderson
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Richard Henderson @ 2013-03-21 20:01 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-ppc, agraf

The first patch fixes the problem reported by agraf here:

  http://lists.gnu.org/archive/html/qemu-devel/2013-03/msg03747.html

The subsequent patches use the macro added in the first patch
to remove a bunch of conditional compilation.

With this (or even just the first patch), I can boot Alex's
test kernel all the way to the no rootfs panic.


r~


Richard Henderson (5):
  target-ppc: Fix add and subf carry generation in narrow mode
  target-ppc: Use NARROW_MODE macro for branches
  target-ppc: Use NARROW_MODE macro for comparisons
  target-ppc: Use NARROW_MODE macro for addresses
  target-ppc: Use NARROW_MODE macro for tlbie

 target-ppc/translate.c | 225 ++++++++++++++++++++++++-------------------------
 1 file changed, 109 insertions(+), 116 deletions(-)

-- 
1.8.1.4

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

end of thread, other threads:[~2013-03-22  0:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-21 20:01 [Qemu-devel] [PATCH 0/5] target-ppc: fix add-with-carry in narrow mode Richard Henderson
2013-03-21 20:01 ` [Qemu-devel] [PATCH 1/5] target-ppc: Fix add and subf carry generation " Richard Henderson
2013-03-21 20:01 ` [Qemu-devel] [PATCH 2/5] target-ppc: Use NARROW_MODE macro for branches Richard Henderson
2013-03-21 20:01 ` [Qemu-devel] [PATCH 3/5] target-ppc: Use NARROW_MODE macro for comparisons Richard Henderson
2013-03-21 20:01 ` [Qemu-devel] [PATCH 4/5] target-ppc: Use NARROW_MODE macro for addresses Richard Henderson
2013-03-21 20:01 ` [Qemu-devel] [PATCH 5/5] target-ppc: Use NARROW_MODE macro for tlbie Richard Henderson
2013-03-22  0:10 ` [Qemu-devel] [PATCH 0/5] target-ppc: fix add-with-carry in narrow mode 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).