All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 696015] [NEW] UMAAL should use unsigned multiply
@ 2010-12-31 15:04 Anna Muravieva
  2010-12-31 15:05 ` [Qemu-devel] [Bug 696015] " Anna Muravieva
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Anna Muravieva @ 2010-12-31 15:04 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

ARM UMAAL should use unsigned multiply

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/696015

Title:
  UMAAL should use unsigned multiply

Status in QEMU:
  New

Bug description:
  ARM UMAAL should use unsigned multiply

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

* [Qemu-devel] [Bug 696015] Re: UMAAL should use unsigned multiply
  2010-12-31 15:04 [Qemu-devel] [Bug 696015] [NEW] UMAAL should use unsigned multiply Anna Muravieva
@ 2010-12-31 15:05 ` Anna Muravieva
  2010-12-31 19:58 ` Peter Maydell
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Anna Muravieva @ 2010-12-31 15:05 UTC (permalink / raw)
  To: qemu-devel


** Patch added: "Fix for bug"
   https://bugs.launchpad.net/qemu/+bug/696015/+attachment/1780347/+files/arm_umaal.patch

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/696015

Title:
  UMAAL should use unsigned multiply

Status in QEMU:
  New

Bug description:
  ARM UMAAL should use unsigned multiply

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

* [Qemu-devel] [Bug 696015] Re: UMAAL should use unsigned multiply
  2010-12-31 15:04 [Qemu-devel] [Bug 696015] [NEW] UMAAL should use unsigned multiply Anna Muravieva
  2010-12-31 15:05 ` [Qemu-devel] [Bug 696015] " Anna Muravieva
@ 2010-12-31 19:58 ` Peter Maydell
  2010-12-31 21:10 ` Peter Maydell
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Peter Maydell @ 2010-12-31 19:58 UTC (permalink / raw)
  To: qemu-devel

Confirmed by checking the code against the ARM ARM that this is a good
fix, and tested by the usual random instruction sequence generation for
UMAAL/UMULL/UMLAL/SMULL/SMLAL.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

If you could provide your patch with a Signed-off-by: line (see
http://wiki.qemu.org/Contribute/StartHere) I'll stick it into my queue
of ARM patches.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/696015

Title:
  UMAAL should use unsigned multiply

Status in QEMU:
  New

Bug description:
  ARM UMAAL should use unsigned multiply

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

* [Qemu-devel] [Bug 696015] Re: UMAAL should use unsigned multiply
  2010-12-31 15:04 [Qemu-devel] [Bug 696015] [NEW] UMAAL should use unsigned multiply Anna Muravieva
  2010-12-31 15:05 ` [Qemu-devel] [Bug 696015] " Anna Muravieva
  2010-12-31 19:58 ` Peter Maydell
@ 2010-12-31 21:10 ` Peter Maydell
  2010-12-31 22:48 ` Peter Maydell
  2011-02-20 17:17 ` Aurelien Jarno
  4 siblings, 0 replies; 6+ messages in thread
From: Peter Maydell @ 2010-12-31 21:10 UTC (permalink / raw)
  To: qemu-devel

> If you could provide your patch with a Signed-off-by: line

...in fact Aurilien Jarno has produced a patch which fixes this bug and
does some code cleanup in the process, so you don't need to do this.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/696015

Title:
  UMAAL should use unsigned multiply

Status in QEMU:
  New

Bug description:
  ARM UMAAL should use unsigned multiply

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

* [Qemu-devel] [Bug 696015] Re: UMAAL should use unsigned multiply
  2010-12-31 15:04 [Qemu-devel] [Bug 696015] [NEW] UMAAL should use unsigned multiply Anna Muravieva
                   ` (2 preceding siblings ...)
  2010-12-31 21:10 ` Peter Maydell
@ 2010-12-31 22:48 ` Peter Maydell
  2011-02-20 17:17 ` Aurelien Jarno
  4 siblings, 0 replies; 6+ messages in thread
From: Peter Maydell @ 2010-12-31 22:48 UTC (permalink / raw)
  To: qemu-devel

** Changed in: qemu
       Status: New => Fix Committed

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/696015

Title:
  UMAAL should use unsigned multiply

Status in QEMU:
  Fix Committed

Bug description:
  ARM UMAAL should use unsigned multiply

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

* [Qemu-devel] [Bug 696015] Re: UMAAL should use unsigned multiply
  2010-12-31 15:04 [Qemu-devel] [Bug 696015] [NEW] UMAAL should use unsigned multiply Anna Muravieva
                   ` (3 preceding siblings ...)
  2010-12-31 22:48 ` Peter Maydell
@ 2011-02-20 17:17 ` Aurelien Jarno
  4 siblings, 0 replies; 6+ messages in thread
From: Aurelien Jarno @ 2011-02-20 17:17 UTC (permalink / raw)
  To: qemu-devel

** Changed in: qemu
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/696015

Title:
  UMAAL should use unsigned multiply

Status in QEMU:
  Fix Released

Bug description:
  ARM UMAAL should use unsigned multiply

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

end of thread, other threads:[~2011-02-20 17:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-31 15:04 [Qemu-devel] [Bug 696015] [NEW] UMAAL should use unsigned multiply Anna Muravieva
2010-12-31 15:05 ` [Qemu-devel] [Bug 696015] " Anna Muravieva
2010-12-31 19:58 ` Peter Maydell
2010-12-31 21:10 ` Peter Maydell
2010-12-31 22:48 ` Peter Maydell
2011-02-20 17:17 ` Aurelien Jarno

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.