[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH RFC 0/8] i386/kvm/hyper-v: refactor and implemen
From: |
no-reply |
Subject: |
Re: [Qemu-devel] [PATCH RFC 0/8] i386/kvm/hyper-v: refactor and implement 'hv-stimer-direct' and 'hv-all' enlightenments |
Date: |
Thu, 31 Jan 2019 10:09:32 -0800 (PST) |
Patchew URL: https://patchew.org/QEMU/address@hidden/
Hi,
This series seems to have some coding style problems. See output below for
more information:
Subject: [Qemu-devel] [PATCH RFC 0/8] i386/kvm/hyper-v: refactor and implement
'hv-stimer-direct' and 'hv-all' enlightenments
Type: series
Message-id: address@hidden
=== TEST SCRIPT BEGIN ===
#!/bin/bash
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
Switched to a new branch 'test'
dabb4951b0 i386/kvm: add support for Direct Mode for Hyper-V synthetic timers
223e993ccd i386/kvm: hv-tlbflush/ipi require hv-vpindex
3051f4d3de i386/kvm: hv-stimer requires hv-time and hv-synic
6ca6a10f0a i386/kvm: hv-evmcs requires hv-vapic
c8aeebcffd i386/kvm: Implement 'hv-all' pass-through mode
79a00f19c1 i386/kvm: move Hyper-V CPUID filling to hyperv_handle_properties()
69c92de59b i386/kvm: add support for KVM_GET_SUPPORTED_HV_CPUID
345a0718e2 Update linux headers (5.0-rc2)
=== OUTPUT BEGIN ===
1/8 Checking commit 345a0718e21e (Update linux headers (5.0-rc2))
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#1646:
new file mode 100644
ERROR: code indent should never use tabs
#3980: FILE: scripts/update-linux-headers.sh:126:
+^Icp "$tmpdir/include/asm/unistd_n64.h" "$output/linux-headers/asm-mips/"$
WARNING: line over 80 characters
#3983: FILE: scripts/update-linux-headers.sh:129:
+ cp "$tmpdir/include/asm/unistd_32.h"
"$output/linux-headers/asm-powerpc/"
WARNING: line over 80 characters
#3984: FILE: scripts/update-linux-headers.sh:130:
+ cp "$tmpdir/include/asm/unistd_64.h"
"$output/linux-headers/asm-powerpc/"
ERROR: code indent should never use tabs
#3984: FILE: scripts/update-linux-headers.sh:130:
+^Icp "$tmpdir/include/asm/unistd_64.h" "$output/linux-headers/asm-powerpc/"$
total: 2 errors, 3 warnings, 3838 lines checked
Patch 1/8 has style problems, please review. If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.
2/8 Checking commit 69c92de59b5d (i386/kvm: add support for
KVM_GET_SUPPORTED_HV_CPUID)
3/8 Checking commit 79a00f19c1c4 (i386/kvm: move Hyper-V CPUID filling to
hyperv_handle_properties())
4/8 Checking commit c8aeebcffd5a (i386/kvm: Implement 'hv-all' pass-through
mode)
5/8 Checking commit 6ca6a10f0a12 (i386/kvm: hv-evmcs requires hv-vapic)
6/8 Checking commit 3051f4d3de1e (i386/kvm: hv-stimer requires hv-time and
hv-synic)
7/8 Checking commit 223e993ccd15 (i386/kvm: hv-tlbflush/ipi require hv-vpindex)
8/8 Checking commit dabb4951b005 (i386/kvm: add support for Direct Mode for
Hyper-V synthetic timers)
=== OUTPUT END ===
Test command exited with code: 1
The full log is available at
http://patchew.org/logs/address@hidden/testing.checkpatch/?type=message.
---
Email generated automatically by Patchew [http://patchew.org/].
Please send your feedback to address@hidden
[Qemu-devel] [PATCH RFC 6/8] i386/kvm: hv-stimer requires hv-time and hv-synic, Vitaly Kuznetsov, 2019/01/25
[Qemu-devel] [PATCH RFC 7/8] i386/kvm: hv-tlbflush/ipi require hv-vpindex, Vitaly Kuznetsov, 2019/01/25
[Qemu-devel] [PATCH RFC 8/8] i386/kvm: add support for Direct Mode for Hyper-V synthetic timers, Vitaly Kuznetsov, 2019/01/25
[Qemu-devel] [PATCH RFC 1/8] Update linux headers (5.0-rc2), Vitaly Kuznetsov, 2019/01/25
Re: [Qemu-devel] [PATCH RFC 0/8] i386/kvm/hyper-v: refactor and implement 'hv-stimer-direct' and 'hv-all' enlightenments,
no-reply <=