Patchew URL: https://patchew.org/QEMU/20210319143924.2173798-1-pbonz...@redhat.com/
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20210319143924.2173798-1-pbonz...@redhat.com Subject: [PULL 0/8] Misc bugfixes for QEMU soft freeze === 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/20210319132008.1830950-1-arm...@redhat.com -> patchew/20210319132008.1830950-1-arm...@redhat.com - [tag update] patchew/20210319132537.2046339-1-laur...@vivier.eu -> patchew/20210319132537.2046339-1-laur...@vivier.eu - [tag update] patchew/20210319141459.1196741-1-georg.kothei...@kernkonzept.com -> patchew/20210319141459.1196741-1-georg.kothei...@kernkonzept.com - [tag update] patchew/20210319142308.3980259-1-phi...@redhat.com -> patchew/20210319142308.3980259-1-phi...@redhat.com * [new tag] patchew/20210319143924.2173798-1-pbonz...@redhat.com -> patchew/20210319143924.2173798-1-pbonz...@redhat.com Switched to a new branch 'test' 3028e06 tests/qtest: cleanup the testcase for bug 1878642 bb694d0 hw/intc/i8259: Refactor pic_read_irq() to avoid uninitialized variable d2848d7 i386: Make migration fail when Hyper-V reenlightenment was enabled but 'user_tsc_khz' is unset b3272cd i386: Fix 'hypercall_hypercall' typo 1acb121 target/i386: svm: do not discard high 32 bits of EXITINFO1 98d4294 target/i386: fail if toggling LA57 in 64-bit mode 41fdb4c target/i386: allow modifying TCG phys-addr-bits 0399957 qom: use qemu_printf to print help for user-creatable objects === OUTPUT BEGIN === 1/8 Checking commit 03999579d717 (qom: use qemu_printf to print help for user-creatable objects) 2/8 Checking commit 41fdb4c2ca91 (target/i386: allow modifying TCG phys-addr-bits) 3/8 Checking commit 98d4294615e0 (target/i386: fail if toggling LA57 in 64-bit mode) ERROR: suspect code indent for conditional statements (8, 13) #23: FILE: target/i386/tcg/misc_helper.c:170: + if (((t0 ^ env->cr[4]) & CR4_LA57_MASK) && [...] + raise_exception_ra(env, EXCP0D_GPF, GETPC()); total: 1 errors, 0 warnings, 10 lines checked Patch 3/8 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 4/8 Checking commit 1acb12186d9c (target/i386: svm: do not discard high 32 bits of EXITINFO1) 5/8 Checking commit b3272cd52507 (i386: Fix 'hypercall_hypercall' typo) 6/8 Checking commit d2848d7ceb38 (i386: Make migration fail when Hyper-V reenlightenment was enabled but 'user_tsc_khz' is unset) 7/8 Checking commit bb694d03a9ee (hw/intc/i8259: Refactor pic_read_irq() to avoid uninitialized variable) 8/8 Checking commit 3028e06c7aef (tests/qtest: cleanup the testcase for bug 1878642) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #14: tests/qtest/{fuzz-test.c => lpc-ich9-test.c} | 12 +++++++----- total: 0 errors, 1 warnings, 42 lines checked Patch 8/8 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/20210319143924.2173798-1-pbonz...@redhat.com/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-de...@redhat.com