qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/2] target-arm: fix shift where src, dest overlap
@ 2011-02-21 11:05 Peter Maydell
  2011-02-21 11:05 ` [Qemu-devel] [PATCH v3 1/2] target-arm: Refactor to pull narrowing decode into separate function Peter Maydell
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Peter Maydell @ 2011-02-21 11:05 UTC (permalink / raw)
  To: qemu-devel; +Cc: patches

This patchset is a replacement for the unapplied patch 10/10
of my shift-fixes series (http://patchwork.ozlabs.org/patch/83248/)
which corrects the compilation failure.

Since the fix involves refactoring to pull out some code into a
separate function and then pulling the size check outside of
the loop, I've done it as two patches for clarity.

Change from v3: removed two now-unnecessary uses of TCGV_UNUSED
(forgot to stg refresh before sending out patch series, sorry.)

Peter Maydell (2):
  target-arm: Refactor to pull narrowing decode into separate function
  target-arm: Fix shift by immediate and narrow where src, dest overlap

 target-arm/translate.c |  127 +++++++++++++++++++++++------------------------
 1 files changed, 62 insertions(+), 65 deletions(-)

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

end of thread, other threads:[~2011-02-21 11:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-21 11:05 [Qemu-devel] [PATCH v3 0/2] target-arm: fix shift where src, dest overlap Peter Maydell
2011-02-21 11:05 ` [Qemu-devel] [PATCH v3 1/2] target-arm: Refactor to pull narrowing decode into separate function Peter Maydell
2011-02-21 11:05 ` [Qemu-devel] [PATCH v3 2/2] target-arm: Fix shift by immediate and narrow where src, dest overlap Peter Maydell
2011-02-21 11:25 ` [Qemu-devel] [PATCH v3 0/2] target-arm: fix shift " Peter Maydell

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