mbox series

[PULL,v1,0/2] MicroBlaze Coverity fixes

Message ID 20180615150343.4937-1-edgar.iglesias@gmail.com
Headers show
Series MicroBlaze Coverity fixes | expand

Message

Edgar E. Iglesias June 15, 2018, 3:03 p.m. UTC
From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>

The following changes since commit 3b2a4d3901b8b45840c0e0495ee1cbd13123739d:

  Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.0-pull-request' into staging (2018-06-12 16:42:53 +0100)

are available in the git repository at:

  git@github.com:edgarigl/qemu.git tags/edgar/xilinx-next-2018-06-15.for-upstream

for you to fetch changes up to 462c254430b49ef708c75e038d7e796764058ca1:

  target-microblaze: Rework NOP/zero instruction handling (2018-06-15 09:05:00 +0200)

----------------------------------------------------------------
xilinx-next-2018-06-15.for-upstream

----------------------------------------------------------------
Edgar E. Iglesias (2):
      target-microblaze: mmu: Correct masking of output addresses
      target-microblaze: Rework NOP/zero instruction handling

 target/microblaze/mmu.c       |  1 -
 target/microblaze/translate.c | 15 ++++-----------
 2 files changed, 4 insertions(+), 12 deletions(-)

Comments

Peter Maydell June 15, 2018, 5:13 p.m. UTC | #1
On 15 June 2018 at 16:03, Edgar E. Iglesias <edgar.iglesias@gmail.com> wrote:
> From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>
>
> The following changes since commit 3b2a4d3901b8b45840c0e0495ee1cbd13123739d:
>
>   Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.0-pull-request' into staging (2018-06-12 16:42:53 +0100)
>
> are available in the git repository at:
>
>   git@github.com:edgarigl/qemu.git tags/edgar/xilinx-next-2018-06-15.for-upstream
>
> for you to fetch changes up to 462c254430b49ef708c75e038d7e796764058ca1:
>
>   target-microblaze: Rework NOP/zero instruction handling (2018-06-15 09:05:00 +0200)
>
> ----------------------------------------------------------------
> xilinx-next-2018-06-15.for-upstream
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM