Type: series Message-id: 20180319183415.1976-1-peter.maydell@linaro.org Subject: [Qemu-devel] [PULL 00/13] target-arm queue === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git log --oneline $BASE.. | wc -l) failed=0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram commits="$(git log --format=%H --reverse $BASE..)" for c in $commits; do echo "Checking PATCH $n/$total: $(git log -n 1 --format=%s $c)..." if ! git show $c --format=email | ./scripts/checkpatch.pl --mailback -; then failed=1 echo fi n=$((n+1)) done exit $failed === TEST SCRIPT END === Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384 From https://github.com/patchew-project/qemu t [tag update] patchew/20180319175823.22111-1-marcandre.lureau@redhat.com -> patchew/20180319175823.22111-1-marcandre.lureau@redhat.com * [new tag] patchew/20180319183415.1976-1-peter.maydell@linaro.org -> patchew/20180319183415.1976-1-peter.maydell@linaro.org Switched to a new branch 'test' c231ab31f5 hw/arm/raspi: Provide spin-loop code for AArch64 CPUs fab4d1e438 hw/arm/bcm2836: Hardcode correct CPU type 5319d69e81 hw/arm/bcm2836: Use correct affinity values for BCM2837 af65083b89 hw/arm/bcm2836: Create proper bcm2837 device df02da55df hw/arm/bcm2836: Rename bcm2836 type/struct to bcm283x 871468ea18 hw/arm/bcm2386: Fix parent type of bcm2386 a68aef0401 hw/arm/boot: If booting a kernel in EL2, set SCR_EL3.HCE cf2a0b557b hw/arm/boot: assert that secure_boot and secure_board_setup are false for AArch64 8cbb4724c5 hw/arm/raspi: Don't do board-setup or secure-boot for raspi3 e242b2afb9 char: i.MX: Add support for "TX complete" interrupt d257962afe char: i.MX: Simplify imx_update() 50b72d22f7 dump: Update correct kdump phys_base field for AArch64 1116dbebc6 fsl-imx6: Swap Ethernet interrupt defines === OUTPUT BEGIN === Checking PATCH 1/13: fsl-imx6: Swap Ethernet interrupt defines... Checking PATCH 2/13: dump: Update correct kdump phys_base field for AArch64... Checking PATCH 3/13: char: i.MX: Simplify imx_update()... Checking PATCH 4/13: char: i.MX: Add support for "TX complete" interrupt... Checking PATCH 5/13: hw/arm/raspi: Don't do board-setup or secure-boot for raspi3... Checking PATCH 6/13: hw/arm/boot: assert that secure_boot and secure_board_setup are false for AArch64... Checking PATCH 7/13: hw/arm/boot: If booting a kernel in EL2, set SCR_EL3.HCE... Checking PATCH 8/13: hw/arm/bcm2386: Fix parent type of bcm2386... Checking PATCH 9/13: hw/arm/bcm2836: Rename bcm2836 type/struct to bcm283x... Checking PATCH 10/13: hw/arm/bcm2836: Create proper bcm2837 device... Checking PATCH 11/13: hw/arm/bcm2836: Use correct affinity values for BCM2837... Checking PATCH 12/13: hw/arm/bcm2836: Hardcode correct CPU type... Checking PATCH 13/13: hw/arm/raspi: Provide spin-loop code for AArch64 CPUs... === OUTPUT END === Test command exited with code: 0