[Qemu-devel] [PULL 0/1] target/hppa patch queue

Richard Henderson posted 1 patch 6 years, 10 months ago
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu failed
Test checkpatch failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190221190426.22810-1-richard.henderson@linaro.org
Maintainers: Richard Henderson <rth@twiddle.net>
There is a newer version of this series
hw/hppa/dino.c            |  27 ++++++++++++++++++++++++---
pc-bios/hppa-firmware.img | Bin 215936 -> 760040 bytes
2 files changed, 24 insertions(+), 3 deletions(-)
[Qemu-devel] [PULL 0/1] target/hppa patch queue
Posted by Richard Henderson 6 years, 10 months ago
The following changes since commit fc3dbb90f2eb069801bfb4cfe9cbc83cf9c5f4a9:

  Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into staging (2019-02-21 13:09:33 +0000)

are available in the Git repository at:

  https://github.com/rth7680/qemu.git tags/pull-hppa-20190221

for you to fetch changes up to 368bec88d1916f65050be305f88c10a46075a51c:

  hw/hppa/dino: mask out lower 2 bits of PCI config addr (2019-02-21 10:16:19 -0800)

----------------------------------------------------------------
Fix dino pci config access.

----------------------------------------------------------------
Sven Schnelle (1):
      hw/hppa/dino: mask out lower 2 bits of PCI config addr

 hw/hppa/dino.c            |  27 ++++++++++++++++++++++++---
 pc-bios/hppa-firmware.img | Bin 215936 -> 760040 bytes
 2 files changed, 24 insertions(+), 3 deletions(-)

Re: [Qemu-devel] [PULL 0/1] target/hppa patch queue
Posted by no-reply@patchew.org 6 years, 9 months ago
Patchew URL: https://patchew.org/QEMU/20190221190426.22810-1-richard.henderson@linaro.org/



Hi,

This series seems to have some coding style problems. See output below for
more information:

Message-id: 20190221190426.22810-1-richard.henderson@linaro.org
Subject: [Qemu-devel] [PULL 0/1] target/hppa patch queue
Type: series

=== TEST SCRIPT BEGIN ===
#!/bin/bash
git rev-parse base > /dev/null || exit 0
git config --local diff.renamelimit 0
git config --local diff.renames True
git config --local diff.algorithm histogram
./scripts/checkpatch.pl --mailback base..
=== TEST SCRIPT END ===

Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384
From https://github.com/patchew-project/qemu
 * [new tag]               patchew/1550847320-25110-1-git-send-email-jasowang@redhat.com -> patchew/1550847320-25110-1-git-send-email-jasowang@redhat.com
 * [new tag]               patchew/20190221190426.22810-1-richard.henderson@linaro.org -> patchew/20190221190426.22810-1-richard.henderson@linaro.org
 t [tag update]            patchew/20190225152015.26089-1-eblake@redhat.com -> patchew/20190225152015.26089-1-eblake@redhat.com
 t [tag update]            patchew/20190225200318.16102-1-david@redhat.com -> patchew/20190225200318.16102-1-david@redhat.com
 * [new tag]               patchew/20190226193408.23862-1-armbru@redhat.com -> patchew/20190226193408.23862-1-armbru@redhat.com
Switched to a new branch 'test'

=== OUTPUT BEGIN ===
checkpatch.pl: no revisions returned for revlist '1'
=== OUTPUT END ===

Test command exited with code: 255


The full log is available at
http://patchew.org/logs/20190221190426.22810-1-richard.henderson@linaro.org/testing.checkpatch/?type=message.
---
Email generated automatically by Patchew [http://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
Re: [Qemu-devel] [PULL 0/1] target/hppa patch queue
Posted by Peter Maydell 6 years, 9 months ago
On Thu, 21 Feb 2019 at 19:04, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> The following changes since commit fc3dbb90f2eb069801bfb4cfe9cbc83cf9c5f4a9:
>
>   Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into staging (2019-02-21 13:09:33 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/rth7680/qemu.git tags/pull-hppa-20190221
>
> for you to fetch changes up to 368bec88d1916f65050be305f88c10a46075a51c:
>
>   hw/hppa/dino: mask out lower 2 bits of PCI config addr (2019-02-21 10:16:19 -0800)
>
> ----------------------------------------------------------------
> Fix dino pci config access.
>
> ----------------------------------------------------------------

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.

-- PMM