mbox

[PULL,0/1] target-mips queue for 2.6

Message ID 1460108908-12747-1-git-send-email-leon.alrae@imgtec.com
State New
Headers show

Pull-request

git://github.com/lalrae/qemu.git tags/mips-20160408

Message

Leon Alrae April 8, 2016, 9:48 a.m. UTC
Hi,

Just a single bug-fix for MIPS ITU.

Thanks,
Leon

Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: Aurelien Jarno <aurelien@aurel32.net>

The following changes since commit ead5268f2166101f7dde70598c9f538a90afd8ee:

  Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2016-04-07-tag' into staging (2016-04-07 18:06:14 +0100)

are available in the git repository at:

  git://github.com/lalrae/qemu.git tags/mips-20160408

for you to fetch changes up to f2eb665a11a34ac9f6459f8a18c3d9d8be9ca359:

  hw/mips_itu: fix off-by-one reported by Coverity (2016-04-08 09:19:26 +0100)

----------------------------------------------------------------
MIPS patches 2016-04-08

Changes:
* fix off-by-one error in ITU

----------------------------------------------------------------
Leon Alrae (1):
      hw/mips_itu: fix off-by-one reported by Coverity

 hw/misc/mips_itu.c | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Comments

Peter Maydell April 8, 2016, 2:59 p.m. UTC | #1
On 8 April 2016 at 10:48, Leon Alrae <leon.alrae@imgtec.com> wrote:
> Hi,
>
> Just a single bug-fix for MIPS ITU.
>
> Thanks,
> Leon
>
> Cc: Peter Maydell <peter.maydell@linaro.org>
> Cc: Aurelien Jarno <aurelien@aurel32.net>
>
> The following changes since commit ead5268f2166101f7dde70598c9f538a90afd8ee:
>
>   Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2016-04-07-tag' into staging (2016-04-07 18:06:14 +0100)
>
> are available in the git repository at:
>
>   git://github.com/lalrae/qemu.git tags/mips-20160408
>
> for you to fetch changes up to f2eb665a11a34ac9f6459f8a18c3d9d8be9ca359:
>
>   hw/mips_itu: fix off-by-one reported by Coverity (2016-04-08 09:19:26 +0100)
>
> ----------------------------------------------------------------
> MIPS patches 2016-04-08
>
> Changes:
> * fix off-by-one error in ITU
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM