Message ID | 20210628143551.2870006-1-richard.henderson@linaro.org |
---|---|
Headers | show |
Series | target/alpha patch queue | expand |
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
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