Type: series Message-id: 20181213145445.17935-1-peter.maydell@linaro.org Subject: [Qemu-devel] [PULL 00/37] 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 Switched to a new branch 'test' 38c1ee0 target/arm: Implement the ARMv8.1-LOR extension 3ed86ab target/arm: Use arm_hcr_el2_eff more places 761a692 target/arm: Introduce arm_hcr_el2_eff 152e4e6 target/arm: Implement the ARMv8.2-AA32HPD extension 043bdf6 target/arm: Implement the ARMv8.1-HPD extension 1cb32ad target/arm: Tidy scr_write 9d4d83c target/arm: Fix HCR_EL2.TGE check in arm_phys_excp_target_el 9197f01 target/arm: Add SCR_EL3 bits up to ARMv8.5 aded3b7 target/arm: Add HCR_EL2 bits up to ARMv8.5 a2f88c4 target/arm: Move id_aa64mmfr* to ARMISARegisters db1becc hw/arm: versal: Correct the nr of IRQs to 192 5a152b2 hw/arm: versal: Use IRQs 111 - 118 for virtio-mmio 830feec hw/arm: versal: Reduce number of virtio-mmio instances 2670e54 hw/arm: versal: Remove bogus virtio-mmio creation cdd85c9 core/sysbus: remove the SysBusDeviceClass::init path 6ec1b1c xen_backend: remove xen_sysdev_init() function a98c2bc usb/tusb6010: Convert sysbus init function to realize function bd878ba timer/puv3_ost: Convert sysbus init function to realize function ecde716 timer/grlib_gptimer: Convert sysbus init function to realize function f67effa timer/etraxfs_timer: Convert sysbus init function to realize function b6f3027 pci-bridge/dec: Convert sysbus init function to realize function 3cb4bd7 nvram/ds1225y: Convert sysbus init function to realize function 1d9b73e puv3_pm.c: Convert sysbus init function to realize function d02d58d milkymist-pfpu: Convert sysbus init function to realize function 3aca97a milkymist-hpdmc: Convert sysbus init function to realize function 9ce3787 intc/puv3_intc: Convert sysbus init function to realize function 2b4e4ba input/pl050: Convert sysbus init function to realize function 3231414 milkymist-softusb: Convert sysbus init function to realize function a9ac0cb gpio/puv3_gpio: Convert sysbus init function to realize function 29e7db9 dma/puv3_dma: Convert sysbus init function to realize function 2426683 display/g364fb: Convert sysbus init function to realize function 76e1e5d core/empty_slot: Convert sysbus init function to realize function 5bc39b4 char/grlib_apbuart: Convert sysbus init function to realize function 501a180 block/noenand: Convert sysbus init function to realize function ea1905d musicpal: Convert sysbus init function to realize function e1da332 Allow AArch64 processors to boot from a kernel placed over 4GB 8a02bc5 hw: arm: musicpal: drop TYPE_WM8750 in object_property_set_link() === OUTPUT BEGIN === Checking PATCH 1/37: hw: arm: musicpal: drop TYPE_WM8750 in object_property_set_link()... Checking PATCH 2/37: Allow AArch64 processors to boot from a kernel placed over 4GB... Checking PATCH 3/37: musicpal: Convert sysbus init function to realize function... Checking PATCH 4/37: block/noenand: Convert sysbus init function to realize function... Checking PATCH 5/37: char/grlib_apbuart: Convert sysbus init function to realize function... Checking PATCH 6/37: core/empty_slot: Convert sysbus init function to realize function... Checking PATCH 7/37: display/g364fb: Convert sysbus init function to realize function... Checking PATCH 8/37: dma/puv3_dma: Convert sysbus init function to realize function... Checking PATCH 9/37: gpio/puv3_gpio: Convert sysbus init function to realize function... Checking PATCH 10/37: milkymist-softusb: Convert sysbus init function to realize function... Checking PATCH 11/37: input/pl050: Convert sysbus init function to realize function... Checking PATCH 12/37: intc/puv3_intc: Convert sysbus init function to realize function... Checking PATCH 13/37: milkymist-hpdmc: Convert sysbus init function to realize function... Checking PATCH 14/37: milkymist-pfpu: Convert sysbus init function to realize function... Checking PATCH 15/37: puv3_pm.c: Convert sysbus init function to realize function... Checking PATCH 16/37: nvram/ds1225y: Convert sysbus init function to realize function... Checking PATCH 17/37: pci-bridge/dec: Convert sysbus init function to realize function... Checking PATCH 18/37: timer/etraxfs_timer: Convert sysbus init function to realize function... Checking PATCH 19/37: timer/grlib_gptimer: Convert sysbus init function to realize function... Checking PATCH 20/37: timer/puv3_ost: Convert sysbus init function to realize function... Checking PATCH 21/37: usb/tusb6010: Convert sysbus init function to realize function... Checking PATCH 22/37: xen_backend: remove xen_sysdev_init() function... Checking PATCH 23/37: core/sysbus: remove the SysBusDeviceClass::init path... Checking PATCH 24/37: hw/arm: versal: Remove bogus virtio-mmio creation... Checking PATCH 25/37: hw/arm: versal: Reduce number of virtio-mmio instances... Checking PATCH 26/37: hw/arm: versal: Use IRQs 111 - 118 for virtio-mmio... Checking PATCH 27/37: hw/arm: versal: Correct the nr of IRQs to 192... Checking PATCH 28/37: target/arm: Move id_aa64mmfr* to ARMISARegisters... Checking PATCH 29/37: target/arm: Add HCR_EL2 bits up to ARMv8.5... Checking PATCH 30/37: target/arm: Add SCR_EL3 bits up to ARMv8.5... Checking PATCH 31/37: target/arm: Fix HCR_EL2.TGE check in arm_phys_excp_target_el... Checking PATCH 32/37: target/arm: Tidy scr_write... Checking PATCH 33/37: target/arm: Implement the ARMv8.1-HPD extension... Checking PATCH 34/37: target/arm: Implement the ARMv8.2-AA32HPD extension... Checking PATCH 35/37: target/arm: Introduce arm_hcr_el2_eff... Checking PATCH 36/37: target/arm: Use arm_hcr_el2_eff more places... Checking PATCH 37/37: target/arm: Implement the ARMv8.1-LOR extension... === OUTPUT END === Test command exited with code: 0