[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] KVM: x86: believe what KVM says about WAITPKG
From: |
no-reply |
Subject: |
Re: [PATCH] KVM: x86: believe what KVM says about WAITPKG |
Date: |
Tue, 30 Jun 2020 08:37:59 -0700 (PDT) |
Patchew URL:
20200630151150.536580-1-pbonzini@redhat.com/">https://patchew.org/QEMU/20200630151150.536580-1-pbonzini@redhat.com/
Hi,
This series seems to have some coding style problems. See output below for
more information:
Subject: [PATCH] KVM: x86: believe what KVM says about WAITPKG
Type: series
Message-id: 20200630151150.536580-1-pbonzini@redhat.com
=== 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/20200624121841.17971-1-paul@xen.org ->
patchew/20200624121841.17971-1-paul@xen.org
* [new tag]
patchew/20200630152531.20657-1-aleksandar.qemu.devel@gmail.com ->
patchew/20200630152531.20657-1-aleksandar.qemu.devel@gmail.com
- [tag update] patchew/cover.1593273671.git.elena.ufimtseva@oracle.com ->
patchew/cover.1593273671.git.elena.ufimtseva@oracle.com
Switched to a new branch 'test'
70f0d7b KVM: x86: believe what KVM says about WAITPKG
=== OUTPUT BEGIN ===
ERROR: line over 90 characters
#32: FILE: target/i386/cpu.c:6541:
+ x86_cpu_get_supported_feature_word(FEAT_1_ECX,
cpu->migratable) & CPUID_EXT_MONITOR;
ERROR: line over 90 characters
#34: FILE: target/i386/cpu.c:6543:
+ x86_cpu_get_supported_feature_word(FEAT_7_0_ECX,
cpu->migratable) & CPUID_7_0_ECX_WAITPKG;
total: 2 errors, 0 warnings, 23 lines checked
Commit 70f0d7b338b2 (KVM: x86: believe what KVM says about WAITPKG) 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
20200630151150.536580-1-pbonzini@redhat.com/testing.checkpatch/?type=message">http://patchew.org/logs/20200630151150.536580-1-pbonzini@redhat.com/testing.checkpatch/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com