Patchew URL: https://patchew.org/QEMU/20190307172401.29451-1-arm...@redhat.com/
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20190307172401.29451-1-arm...@redhat.com Subject: [Qemu-devel] [PATCH v2 00/12] pc: Support firmware configuration with -blockdev === 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 t [tag update] patchew/20190307172401.29451-1-arm...@redhat.com -> patchew/20190307172401.29451-1-arm...@redhat.com Switched to a new branch 'test' 6c5d25d47a docs/interop/firmware.json: Prefer -machine to if=pflash 6067eed70b pc: Support firmware configuration with -blockdev 12eb362604 pc_sysfw: Pass PCMachineState to pc_system_firmware_init() 0681a43d40 pc_sysfw: Remove unused PcSysFwDevice 48fd47a85e pflash_cfi01: Add pflash_cfi01_get_blk() helper ed5dc8dcd3 vl: Create block backends before setting machine properties 257e2ea345 vl: Factor configure_blockdev() out of main() 72732fcc5b vl: Improve legibility of BlockdevOptions queue fbc43b7cdc sysbus: Fix latent bug with onboard devices f9b5a0c27e vl: Fix latent bug with -global and onboard devices 3c85d24fe2 qom: Move compat_props machinery from qdev to QOM a2cd7f244b qdev: Fix latent bug with compat_props and onboard devices === OUTPUT BEGIN === 1/12 Checking commit a2cd7f244b98 (qdev: Fix latent bug with compat_props and onboard devices) 2/12 Checking commit 3c85d24fe25c (qom: Move compat_props machinery from qdev to QOM) 3/12 Checking commit f9b5a0c27e89 (vl: Fix latent bug with -global and onboard devices) 4/12 Checking commit fbc43b7cdc64 (sysbus: Fix latent bug with onboard devices) 5/12 Checking commit 72732fcc5b55 (vl: Improve legibility of BlockdevOptions queue) 6/12 Checking commit 257e2ea345c7 (vl: Factor configure_blockdev() out of main()) WARNING: Block comments use a leading /* on a separate line #26: FILE: vl.c:1207: + /* If the currently selected machine wishes to override the units-per-bus WARNING: Block comments use a trailing */ on a separate line #27: FILE: vl.c:1208: + * property of its default HBA interface type, do so now. */ total: 0 errors, 2 warnings, 83 lines checked Patch 6/12 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 7/12 Checking commit ed5dc8dcd393 (vl: Create block backends before setting machine properties) 8/12 Checking commit 48fd47a85ef9 (pflash_cfi01: Add pflash_cfi01_get_blk() helper) 9/12 Checking commit 0681a43d40ab (pc_sysfw: Remove unused PcSysFwDevice) 10/12 Checking commit 12eb3626047c (pc_sysfw: Pass PCMachineState to pc_system_firmware_init()) 11/12 Checking commit 6067eed70b5c (pc: Support firmware configuration with -blockdev) WARNING: line over 80 characters #372: FILE: hw/i386/pc_sysfw.c:328: + error_report("pflash with kvm requires KVM readonly memory support"); total: 0 errors, 1 warnings, 315 lines checked Patch 11/12 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 12/12 Checking commit 6c5d25d47a92 (docs/interop/firmware.json: Prefer -machine to if=pflash) ERROR: trailing whitespace #49: FILE: docs/interop/firmware.json:239: +# $ total: 1 errors, 0 warnings, 33 lines checked Patch 12/12 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. === OUTPUT END === Test command exited with code: 1 The full log is available at http://patchew.org/logs/20190307172401.29451-1-arm...@redhat.com/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [http://patchew.org/]. Please send your feedback to patchew-de...@redhat.com