mbox

[PULL,0/5] target/alpha patch queue

Message ID 20210628143551.2870006-1-richard.henderson@linaro.org
State New
Headers show

Pull-request

https://gitlab.com/rth7680/qemu.git tags/pull-axp-20210628

Message

Richard Henderson June 28, 2021, 2:35 p.m. UTC
The following changes since commit 687f9f7834e30330fd952f1fe096518509ff8ff7:

  Merge remote-tracking branch 'remotes/philmd/tags/mips-20210625' into staging (2021-06-28 09:44:42 +0100)

are available in the Git repository at:

  https://gitlab.com/rth7680/qemu.git tags/pull-axp-20210628

for you to fetch changes up to 9d14a0428012b0bb7969aec512f2357247a86236:

  target/alpha: Honor the FEN bit (2021-06-28 07:27:55 -0700)

----------------------------------------------------------------
Fixes for NetBSD/alpha:
  - Provide a proper PCI-ISA bridge
  - Set PCI device IDs correctly
  - Pass -nographic flag to PALcode
  - Update PALcode to set up the Console Terminal Block
  - Honor the Floating-point ENable bit during translate.

----------------------------------------------------------------
Jason Thorpe (3):
      hw/alpha: Set minimum PCI device ID to 1 to match Clipper IRQ mappings
      hw/alpha: Provide console information to the PALcode at start-up
      hw/alpha: Provide a PCI-ISA bridge device node

Richard Henderson (2):
      pc-bios: Update the palcode-clipper image
      target/alpha: Honor the FEN bit

 hw/alpha/alpha_sys.h     |   4 +--
 hw/alpha/dp264.c         |  57 ++++++++++++++++++++++++++++-------
 hw/alpha/typhoon.c       |  20 ++++---------
 target/alpha/translate.c |  75 +++++++++++++++++++++++++++++++++++++++++++++++
 hw/alpha/Kconfig         |   4 +--
 pc-bios/palcode-clipper  | Bin 156328 -> 153728 bytes
 roms/qemu-palcode        |   2 +-
 7 files changed, 130 insertions(+), 32 deletions(-)

Comments

no-reply@patchew.org June 28, 2021, 2:42 p.m. UTC | #1
Patchew URL: https://patchew.org/QEMU/20210628143551.2870006-1-richard.henderson@linaro.org/



Hi,

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

Type: series
Message-id: 20210628143551.2870006-1-richard.henderson@linaro.org
Subject: [PULL 0/5] target/alpha patch queue

=== 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
 - [tag update]      patchew/20210626063631.2411938-1-richard.henderson@linaro.org -> patchew/20210626063631.2411938-1-richard.henderson@linaro.org
 * [new tag]         patchew/20210628143551.2870006-1-richard.henderson@linaro.org -> patchew/20210628143551.2870006-1-richard.henderson@linaro.org
Switched to a new branch 'test'
ed4257d target/alpha: Honor the FEN bit
3ac025b pc-bios: Update the palcode-clipper image
7e1e351 hw/alpha: Provide a PCI-ISA bridge device node
3eef833 hw/alpha: Provide console information to the PALcode at start-up
a8c7129 hw/alpha: Set minimum PCI device ID to 1 to match Clipper IRQ mappings

=== OUTPUT BEGIN ===
1/5 Checking commit a8c712990763 (hw/alpha: Set minimum PCI device ID to 1 to match Clipper IRQ mappings)
2/5 Checking commit 3eef83314e10 (hw/alpha: Provide console information to the PALcode at start-up)
3/5 Checking commit 7e1e351547ea (hw/alpha: Provide a PCI-ISA bridge device node)
ERROR: spaces required around that '*' (ctx:WxV)
#54: FILE: hw/alpha/alpha_sys.h:13:
+PCIBus *typhoon_init(MemoryRegion *, qemu_irq *, qemu_irq *, AlphaCPU *[4],
                                                                       ^

total: 1 errors, 0 warnings, 125 lines checked

Patch 3/5 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

4/5 Checking commit 3ac025b1abb7 (pc-bios: Update the palcode-clipper image)
5/5 Checking commit ed4257d84084 (target/alpha: Honor the FEN bit)
=== OUTPUT END ===

Test command exited with code: 1


The full log is available at
http://patchew.org/logs/20210628143551.2870006-1-richard.henderson@linaro.org/testing.checkpatch/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
Peter Maydell June 29, 2021, 10:43 a.m. UTC | #2
On Mon, 28 Jun 2021 at 15:35, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> The following changes since commit 687f9f7834e30330fd952f1fe096518509ff8ff7:
>
>   Merge remote-tracking branch 'remotes/philmd/tags/mips-20210625' into staging (2021-06-28 09:44:42 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/rth7680/qemu.git tags/pull-axp-20210628
>
> for you to fetch changes up to 9d14a0428012b0bb7969aec512f2357247a86236:
>
>   target/alpha: Honor the FEN bit (2021-06-28 07:27:55 -0700)
>
> ----------------------------------------------------------------
> Fixes for NetBSD/alpha:
>   - Provide a proper PCI-ISA bridge
>   - Set PCI device IDs correctly
>   - Pass -nographic flag to PALcode
>   - Update PALcode to set up the Console Terminal Block
>   - Honor the Floating-point ENable bit during translate.
>


Applied, thanks.

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

-- PMM