Patchew URL: https://patchew.org/QEMU/[email protected]/
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: [email protected] 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 * [new tag] patchew/[email protected] -> patchew/[email protected] Switched to a new branch 'test' c1aaf3673d docs/interop/firmware.json: Prefer -machine to if=pflash 19a2070dbe pc: Support firmware configuration with -blockdev b5c7b84c81 pc_sysfw: Pass PCMachineState to pc_system_firmware_init() e1c257c048 pc_sysfw: Remove unused PcSysFwDevice fcb857ab88 pflash_cfi01: Add pflash_cfi01_get_blk() helper 1a2edd22c2 vl: Create block backends before setting machine properties 45c492a1cd vl: Factor configure_blockdev() out of main() a21a1d9db1 vl: Improve legibility of BlockdevOptions queue e708802553 sysbus: Fix latent bug with onboard devices dc3441282a vl: Fix latent bug with -global and onboard devices 2fe2cce7c2 qom: Move compat_props machinery from qdev to QOM 7b82947341 qdev: Fix latent bug with compat_props and onboard devices === OUTPUT BEGIN === 1/12 Checking commit 7b829473415e (qdev: Fix latent bug with compat_props and onboard devices) 2/12 Checking commit 2fe2cce7c264 (qom: Move compat_props machinery from qdev to QOM) 3/12 Checking commit dc3441282af9 (vl: Fix latent bug with -global and onboard devices) 4/12 Checking commit e7088025536e (sysbus: Fix latent bug with onboard devices) 5/12 Checking commit a21a1d9db1b5 (vl: Improve legibility of BlockdevOptions queue) 6/12 Checking commit 45c492a1cde3 (vl: Factor configure_blockdev() out of main()) WARNING: Block comments use a leading /* on a separate line #25: 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 #26: 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 1a2edd22c227 (vl: Create block backends before setting machine properties) 8/12 Checking commit fcb857ab88c7 (pflash_cfi01: Add pflash_cfi01_get_blk() helper) 9/12 Checking commit e1c257c04899 (pc_sysfw: Remove unused PcSysFwDevice) 10/12 Checking commit b5c7b84c8184 (pc_sysfw: Pass PCMachineState to pc_system_firmware_init()) 11/12 Checking commit 19a2070dbe4a (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 c1aaf3673dbf (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/[email protected]/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [http://patchew.org/]. Please send your feedback to [email protected]
