[Qemu-devel] [PULL v1 0/2] MicroBlaze Coverity fixes

Edgar E. Iglesias posted 2 patches 5 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180615150343.4937-1-edgar.iglesias@gmail.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
target/microblaze/mmu.c       |  1 -
target/microblaze/translate.c | 15 ++++-----------
2 files changed, 4 insertions(+), 12 deletions(-)
[Qemu-devel] [PULL v1 0/2] MicroBlaze Coverity fixes
Posted by Edgar E. Iglesias 5 years, 10 months ago
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(-)

-- 
2.14.1


Re: [Qemu-devel] [PULL v1 0/2] MicroBlaze Coverity fixes
Posted by Peter Maydell 5 years, 10 months ago
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