qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [Patch v2 00/29] s390x CPU models: exposing features


From: no-reply
Subject: Re: [Qemu-devel] [Patch v2 00/29] s390x CPU models: exposing features
Date: Mon, 8 Aug 2016 09:45:04 -0700 (PDT)

Hi,

Your series seems to have some coding style problems. See output below for
more information:

Message-id: address@hidden
Type: series
Subject: [Qemu-devel] [Patch v2 00/29] s390x CPU models: exposing features

=== TEST SCRIPT BEGIN ===
#!/bin/bash

BASE=base
n=1
total=$(git log --oneline $BASE.. | wc -l)
failed=0

commits="$(git log --format=%H --reverse $BASE..)"
for c in $commits; do
    echo "Checking PATCH $n/$total: $(git show --no-patch --format=%s $c)..."
    if ! git show $c --format=email | ./scripts/checkpatch.pl --mailback -; then
        failed=1
        echo
    fi
    n=$((n+1))
done

exit $failed
=== TEST SCRIPT END ===

Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384
From https://github.com/patchew-project/qemu
 * [new tag]         patchew/address@hidden -> patchew/address@hidden
 * [new tag]         patchew/address@hidden -> patchew/address@hidden
Switched to a new branch 'test'
0f4c162 s390x/cpumodel: implement QMP interface "query-cpu-model-baseline"
82b01ce s390x/cpumodel: implement QMP interface "query-cpu-model-comparison"
53e522c s390x/cpumodel: implement QMP interface "query-cpu-model-expansion"
8f9fa25 qmp: add QMP interface "query-cpu-model-baseline"
402fc8c qmp: add QMP interface "query-cpu-model-comparison"
ff71317 qmp: add QMP interface "query-cpu-model-expansion"
89ba00e s390x/kvm: let the CPU model control CMM(A)
0d59bdc s390x/kvm: disable host model for existing compat machines
a72bde4 s390x/kvm: implement CPU model support
57ac9b5 s390x/kvm: allow runtime-instrumentation for "none" machine
4eef365 linux-headers: update against kvm/next
cc50bdd s390x/sclp: propagate hmfai
51c8a79 s390x/sclp: propagate the mha via sclp
72e2a71 s390x/sclp: propagate the ibc val(lowest and unblocked ibc)
3265bd9 s390x/sclp: indicate sclp features
f94cb6a s390x/sclp: introduce sclp feature blocks
6c5201b s390x/sclp: factor out preparation of cpu entries
c3eb0c9 s390x/cpumodel: check and apply the CPU model
2df0fc2 s390x/cpumodel: let the CPU model handle feature checks
0049535 s390x/cpumodel: expose features and feature groups as properties
38af102 s390x/cpumodel: store the CPU model in the CPU instance
29204e3 s390x/cpumodel: register defined CPU models as subclasses
aafc57b s390x/cpumodel: introduce CPU feature group definitions
108d632 s390x/cpumodel: generate CPU feature group lists
14eaffb s390x/cpumodel: generate CPU feature lists for CPU models
9cae26a s390x/cpumodel: introduce CPU features
306bed0 s390x/cpumodel: expose CPU class properties
8eca539 s390x/cpumodel: "host" and "qemu" as CPU subclasses
fe0ebf0 qmp: details about CPU definitions in query-cpu-definitions

=== OUTPUT BEGIN ===
Checking PATCH 1/29: qmp: details about CPU definitions in 
query-cpu-definitions...
Checking PATCH 2/29: s390x/cpumodel: "host" and "qemu" as CPU subclasses...
Checking PATCH 3/29: s390x/cpumodel: expose CPU class properties...
Checking PATCH 4/29: s390x/cpumodel: introduce CPU features...
WARNING: line over 80 characters
#65: FILE: target-s390x/cpu_features.c:27:
+    FEAT_INIT("zarch", S390_FEAT_TYPE_STFL, 1, "z/Architecture architectural 
mode"),

WARNING: line over 80 characters
#67: FILE: target-s390x/cpu_features.c:29:
+    FEAT_INIT("idtes", S390_FEAT_TYPE_STFL, 4, "IDTE selective TLB 
segment-table clearing"),

WARNING: line over 80 characters
#68: FILE: target-s390x/cpu_features.c:30:
+    FEAT_INIT("idter", S390_FEAT_TYPE_STFL, 5, "IDTE selective TLB 
region-table clearing"),

WARNING: line over 80 characters
#70: FILE: target-s390x/cpu_features.c:32:
+    FEAT_INIT("stfle", S390_FEAT_TYPE_STFL, 7, "Store-facility-list-extended 
facility"),

WARNING: line over 80 characters
#74: FILE: target-s390x/cpu_features.c:36:
+    FEAT_INIT("ctop", S390_FEAT_TYPE_STFL, 11, "Configuration-topology 
facility"),

WARNING: line over 80 characters
#76: FILE: target-s390x/cpu_features.c:38:
+    FEAT_INIT("nonqks", S390_FEAT_TYPE_STFL, 14, "Nonquiescing key-setting 
facility"),

WARNING: line over 80 characters
#77: FILE: target-s390x/cpu_features.c:39:
+    FEAT_INIT("etf2", S390_FEAT_TYPE_STFL, 16, "Extended-translation facility 
2"),

WARNING: line over 80 characters
#78: FILE: target-s390x/cpu_features.c:40:
+    FEAT_INIT("msa-base", S390_FEAT_TYPE_STFL, 17, "Message-security-assist 
facility (excluding subfunctions)"),

WARNING: line over 80 characters
#80: FILE: target-s390x/cpu_features.c:42:
+    FEAT_INIT("ldisphp", S390_FEAT_TYPE_STFL, 19, "Long-displacement facility 
has high performance"),

WARNING: line over 80 characters
#81: FILE: target-s390x/cpu_features.c:43:
+    FEAT_INIT("hfpm", S390_FEAT_TYPE_STFL, 20, "HFP-multiply-add/subtract 
facility"),

WARNING: line over 80 characters
#83: FILE: target-s390x/cpu_features.c:45:
+    FEAT_INIT("etf3", S390_FEAT_TYPE_STFL, 22, "Extended-translation facility 
3"),

WARNING: line over 80 characters
#84: FILE: target-s390x/cpu_features.c:46:
+    FEAT_INIT("hfpue", S390_FEAT_TYPE_STFL, 23, "HFP-unnormalized-extension 
facility"),

WARNING: line over 80 characters
#87: FILE: target-s390x/cpu_features.c:49:
+    FEAT_INIT("parseh", S390_FEAT_TYPE_STFL, 26, "Parsing-enhancement 
facility"),

WARNING: line over 80 characters
#88: FILE: target-s390x/cpu_features.c:50:
+    FEAT_INIT("mvcos", S390_FEAT_TYPE_STFL, 27, 
"Move-with-optional-specification facility"),

WARNING: line over 80 characters
#89: FILE: target-s390x/cpu_features.c:51:
+    FEAT_INIT("tods-base", S390_FEAT_TYPE_STFL, 28, "TOD-clock-steering 
facility (excluding subfunctions)"),

WARNING: line over 80 characters
#92: FILE: target-s390x/cpu_features.c:54:
+    FEAT_INIT("csst", S390_FEAT_TYPE_STFL, 32, "Compare-and-swap-and-store 
facility"),

WARNING: line over 80 characters
#93: FILE: target-s390x/cpu_features.c:55:
+    FEAT_INIT("csst2", S390_FEAT_TYPE_STFL, 33, "Compare-and-swap-and-store 
facility 2"),

WARNING: line over 80 characters
#94: FILE: target-s390x/cpu_features.c:56:
+    FEAT_INIT("ginste", S390_FEAT_TYPE_STFL, 34, 
"General-instructions-extension facility"),

WARNING: line over 80 characters
#97: FILE: target-s390x/cpu_features.c:59:
+    FEAT_INIT("fpe", S390_FEAT_TYPE_STFL, 37, "Floating-point extension 
facility"),

WARNING: line over 80 characters
#98: FILE: target-s390x/cpu_features.c:60:
+    FEAT_INIT("sprogp", S390_FEAT_TYPE_STFL, 40, "Set-program-parameters 
facility"),

WARNING: line over 80 characters
#99: FILE: target-s390x/cpu_features.c:61:
+    FEAT_INIT("fpseh", S390_FEAT_TYPE_STFL, 41, 
"Floating-point-support-enhancement facilities"),

WARNING: line over 80 characters
#100: FILE: target-s390x/cpu_features.c:62:
+    FEAT_INIT("dfp", S390_FEAT_TYPE_STFL, 42, "DFP (decimal-floating-point) 
facility"),

WARNING: line over 80 characters
#101: FILE: target-s390x/cpu_features.c:63:
+    FEAT_INIT("dfphp", S390_FEAT_TYPE_STFL, 43, "DFP (decimal-floating-point) 
facility has high performance"),

WARNING: line over 80 characters
#103: FILE: target-s390x/cpu_features.c:65:
+    FEAT_INIT("gen11e", S390_FEAT_TYPE_STFL, 45, "Various facilities 
introduced with z196"),

WARNING: line over 80 characters
#105: FILE: target-s390x/cpu_features.c:67:
+    FEAT_INIT("dfpzc", S390_FEAT_TYPE_STFL, 48, "Decimal-floating-point 
zoned-conversion facility"),

WARNING: line over 80 characters
#106: FILE: target-s390x/cpu_features.c:68:
+    FEAT_INIT("gen12e", S390_FEAT_TYPE_STFL, 49, "Various facilities 
introduced with zEC12"),

WARNING: line over 80 characters
#107: FILE: target-s390x/cpu_features.c:69:
+    FEAT_INIT("cte", S390_FEAT_TYPE_STFL, 50, "Constrained 
transactional-execution facility"),

WARNING: line over 80 characters
#109: FILE: target-s390x/cpu_features.c:71:
+    FEAT_INIT("iacc2", S390_FEAT_TYPE_STFL, 52, "Interlocked-access facility 
2"),

WARNING: line over 80 characters
#110: FILE: target-s390x/cpu_features.c:72:
+    FEAT_INIT("gen13e", S390_FEAT_TYPE_STFL, 53, "Various facilities 
introduced with z13"),

WARNING: line over 80 characters
#111: FILE: target-s390x/cpu_features.c:73:
+    FEAT_INIT("msa5-base", S390_FEAT_TYPE_STFL, 57, 
"Message-security-assist-extension-5 facility (excluding subfunctions)"),

WARNING: line over 80 characters
#112: FILE: target-s390x/cpu_features.c:74:
+    FEAT_INIT("ri", S390_FEAT_TYPE_STFL, 64, "CPU runtime-instrumentation 
facility"),

WARNING: line over 80 characters
#113: FILE: target-s390x/cpu_features.c:75:
+    FEAT_INIT("te", S390_FEAT_TYPE_STFL, 73, "Transactional-execution 
facility"),

WARNING: line over 80 characters
#114: FILE: target-s390x/cpu_features.c:76:
+    FEAT_INIT("sthyi", S390_FEAT_TYPE_STFL, 74, "Store-hypervisor-information 
facility"),

WARNING: line over 80 characters
#115: FILE: target-s390x/cpu_features.c:77:
+    FEAT_INIT("aefsi", S390_FEAT_TYPE_STFL, 75, 
"Access-exception-fetch/store-indication facility"),

WARNING: line over 80 characters
#116: FILE: target-s390x/cpu_features.c:78:
+    FEAT_INIT("msa3-base", S390_FEAT_TYPE_STFL, 76, 
"Message-security-assist-extension-3 facility (excluding subfunctions)"),

WARNING: line over 80 characters
#117: FILE: target-s390x/cpu_features.c:79:
+    FEAT_INIT("msa4-base", S390_FEAT_TYPE_STFL, 77, 
"Message-security-assist-extension-4 facility (excluding subfunctions)"),

WARNING: line over 80 characters
#119: FILE: target-s390x/cpu_features.c:81:
+    FEAT_INIT("dfppc", S390_FEAT_TYPE_STFL, 80, "Decimal-floating-point 
packed-conversion facility"),

WARNING: line over 80 characters
#122: FILE: target-s390x/cpu_features.c:84:
+    FEAT_INIT("gsls", S390_FEAT_TYPE_SCLP_CONF_CHAR, 40, "SIE: 
Guest-storage-limit-suppression facility"),

WARNING: line over 80 characters
#123: FILE: target-s390x/cpu_features.c:85:
+    FEAT_INIT("esop", S390_FEAT_TYPE_SCLP_CONF_CHAR, 46, 
"Enhanced-suppression-on-protection facility"),

WARNING: line over 80 characters
#125: FILE: target-s390x/cpu_features.c:87:
+    FEAT_INIT("64bscao", S390_FEAT_TYPE_SCLP_CONF_CHAR_EXT, 0, "SIE: 
64-bit-SCAO facility"),

WARNING: line over 80 characters
#126: FILE: target-s390x/cpu_features.c:88:
+    FEAT_INIT("cmma", S390_FEAT_TYPE_SCLP_CONF_CHAR_EXT, 1, "SIE: 
Collaborative-memory-management assist"),

WARNING: line over 80 characters
#127: FILE: target-s390x/cpu_features.c:89:
+    FEAT_INIT("pfmfi", S390_FEAT_TYPE_SCLP_CONF_CHAR_EXT, 9, "SIE: PFMF 
interpretation facility"),

WARNING: line over 80 characters
#128: FILE: target-s390x/cpu_features.c:90:
+    FEAT_INIT("ibs", S390_FEAT_TYPE_SCLP_CONF_CHAR_EXT, 10, "SIE: 
Interlock-and-broadcast-suppression facility"),

WARNING: line over 80 characters
#130: FILE: target-s390x/cpu_features.c:92:
+    FEAT_INIT("sief2", S390_FEAT_TYPE_SCLP_CPU, 4, "SIE: interception format 2 
(Virtual SIE)"),

WARNING: line over 80 characters
#132: FILE: target-s390x/cpu_features.c:94:
+    FEAT_INIT("gpereh", S390_FEAT_TYPE_SCLP_CPU, 10, "SIE: Guest-PER 
enhancement facility"),

WARNING: line over 80 characters
#133: FILE: target-s390x/cpu_features.c:95:
+    FEAT_INIT("siif", S390_FEAT_TYPE_SCLP_CPU, 11, "SIE: Shared IPTE-interlock 
facility"),

WARNING: line over 80 characters
#134: FILE: target-s390x/cpu_features.c:96:
+    FEAT_INIT("sigpif", S390_FEAT_TYPE_SCLP_CPU, 12, "SIE: SIGP interpretation 
facility"),

WARNING: line over 80 characters
#135: FILE: target-s390x/cpu_features.c:97:
+    FEAT_INIT("ib", S390_FEAT_TYPE_SCLP_CPU, 42, "SIE: Intervention bypass 
facility"),

WARNING: line over 80 characters
#136: FILE: target-s390x/cpu_features.c:98:
+    FEAT_INIT("cei", S390_FEAT_TYPE_SCLP_CPU, 43, "SIE: 
Conditional-external-interception facility"),

WARNING: line over 80 characters
#139: FILE: target-s390x/cpu_features.c:101:
+    FEAT_INIT("cmm", S390_FEAT_TYPE_MISC, 0, "Collaborative-memory-management 
facility"),

WARNING: line over 80 characters
#141: FILE: target-s390x/cpu_features.c:103:
+    FEAT_INIT("plo-cl", S390_FEAT_TYPE_PLO, 0, "PLO Compare and load (32 bit 
in general registers)"),

WARNING: line over 80 characters
#142: FILE: target-s390x/cpu_features.c:104:
+    FEAT_INIT("plo-clg", S390_FEAT_TYPE_PLO, 1, "PLO Compare and load (64 bit 
in parameter list)"),

WARNING: line over 80 characters
#143: FILE: target-s390x/cpu_features.c:105:
+    FEAT_INIT("plo-clgr", S390_FEAT_TYPE_PLO, 2, "PLO Compare and load (32 bit 
in general registers)"),

WARNING: line over 80 characters
#144: FILE: target-s390x/cpu_features.c:106:
+    FEAT_INIT("plo-clx", S390_FEAT_TYPE_PLO, 3, "PLO Compare and load (128 bit 
in parameter list)"),

WARNING: line over 80 characters
#145: FILE: target-s390x/cpu_features.c:107:
+    FEAT_INIT("plo-cs", S390_FEAT_TYPE_PLO, 4, "PLO Compare and swap (32 bit 
in general registers)"),

WARNING: line over 80 characters
#146: FILE: target-s390x/cpu_features.c:108:
+    FEAT_INIT("plo-csg", S390_FEAT_TYPE_PLO, 5, "PLO Compare and swap (64 bit 
in parameter list)"),

WARNING: line over 80 characters
#147: FILE: target-s390x/cpu_features.c:109:
+    FEAT_INIT("plo-csgr", S390_FEAT_TYPE_PLO, 6, "PLO Compare and swap (32 bit 
in general registers)"),

WARNING: line over 80 characters
#148: FILE: target-s390x/cpu_features.c:110:
+    FEAT_INIT("plo-csx", S390_FEAT_TYPE_PLO, 7, "PLO Compare and swap (128 bit 
in parameter list)"),

WARNING: line over 80 characters
#149: FILE: target-s390x/cpu_features.c:111:
+    FEAT_INIT("plo-dcs", S390_FEAT_TYPE_PLO, 8, "PLO Double compare and swap 
(32 bit in general registers)"),

WARNING: line over 80 characters
#150: FILE: target-s390x/cpu_features.c:112:
+    FEAT_INIT("plo-dcsg", S390_FEAT_TYPE_PLO, 9, "PLO Double compare and swap 
(64 bit in parameter list)"),

WARNING: line over 80 characters
#151: FILE: target-s390x/cpu_features.c:113:
+    FEAT_INIT("plo-dcsgr", S390_FEAT_TYPE_PLO, 10, "PLO Double compare and 
swap (32 bit in general registers)"),

WARNING: line over 80 characters
#152: FILE: target-s390x/cpu_features.c:114:
+    FEAT_INIT("plo-dcsx", S390_FEAT_TYPE_PLO, 11, "PLO Double compare and swap 
(128 bit in parameter list)"),

WARNING: line over 80 characters
#153: FILE: target-s390x/cpu_features.c:115:
+    FEAT_INIT("plo-csst", S390_FEAT_TYPE_PLO, 12, "PLO Compare and swap and 
store (32 bit in general registers)"),

WARNING: line over 80 characters
#154: FILE: target-s390x/cpu_features.c:116:
+    FEAT_INIT("plo-csstg", S390_FEAT_TYPE_PLO, 13, "PLO Compare and swap and 
store (64 bit in parameter list)"),

WARNING: line over 80 characters
#155: FILE: target-s390x/cpu_features.c:117:
+    FEAT_INIT("plo-csstgr", S390_FEAT_TYPE_PLO, 14, "PLO Compare and swap and 
store (32 bit in general registers)"),

WARNING: line over 80 characters
#156: FILE: target-s390x/cpu_features.c:118:
+    FEAT_INIT("plo-csstx", S390_FEAT_TYPE_PLO, 15, "PLO Compare and swap and 
store (128 bit in parameter list)"),

WARNING: line over 80 characters
#157: FILE: target-s390x/cpu_features.c:119:
+    FEAT_INIT("plo-csdst", S390_FEAT_TYPE_PLO, 16, "PLO Compare and swap and 
double store (32 bit in general registers)"),

WARNING: line over 80 characters
#158: FILE: target-s390x/cpu_features.c:120:
+    FEAT_INIT("plo-csdstg", S390_FEAT_TYPE_PLO, 17, "PLO Compare and swap and 
double store (64 bit in parameter list)"),

WARNING: line over 80 characters
#159: FILE: target-s390x/cpu_features.c:121:
+    FEAT_INIT("plo-csdstgr", S390_FEAT_TYPE_PLO, 18, "PLO Compare and swap and 
double store (32 bit in general registers)"),

WARNING: line over 80 characters
#160: FILE: target-s390x/cpu_features.c:122:
+    FEAT_INIT("plo-csdstx", S390_FEAT_TYPE_PLO, 19, "PLO Compare and swap and 
double store (128 bit in parameter list)"),

WARNING: line over 80 characters
#161: FILE: target-s390x/cpu_features.c:123:
+    FEAT_INIT("plo-cstst", S390_FEAT_TYPE_PLO, 20, "PLO Compare and swap and 
triple store (32 bit in general registers)"),

WARNING: line over 80 characters
#162: FILE: target-s390x/cpu_features.c:124:
+    FEAT_INIT("plo-cststg", S390_FEAT_TYPE_PLO, 21, "PLO Compare and swap and 
triple store (64 bit in parameter list)"),

WARNING: line over 80 characters
#163: FILE: target-s390x/cpu_features.c:125:
+    FEAT_INIT("plo-cststgr", S390_FEAT_TYPE_PLO, 22, "PLO Compare and swap and 
triple store (32 bit in general registers)"),

WARNING: line over 80 characters
#164: FILE: target-s390x/cpu_features.c:126:
+    FEAT_INIT("plo-cststx", S390_FEAT_TYPE_PLO, 23, "PLO Compare and swap and 
triple store (128 bit in parameter list)"),

WARNING: line over 80 characters
#167: FILE: target-s390x/cpu_features.c:129:
+    FEAT_INIT("ptff-qsi", S390_FEAT_TYPE_PTFF, 2, "PTFF Query Steering 
Information"),

WARNING: line over 80 characters
#170: FILE: target-s390x/cpu_features.c:132:
+    FEAT_INIT("ptff-qtou", S390_FEAT_TYPE_PTFF, 5, "PTFF Query TOD Offset 
User"),

WARNING: line over 80 characters
#178: FILE: target-s390x/cpu_features.c:140:
+    FEAT_INIT("kmac-etdea-128", S390_FEAT_TYPE_KMAC, 10, "KMAC 
Encrypted-TDEA-128"),

WARNING: line over 80 characters
#179: FILE: target-s390x/cpu_features.c:141:
+    FEAT_INIT("kmac-etdea-192", S390_FEAT_TYPE_KMAC, 11, "KMAC 
Encrypted-TDEA-192"),

WARNING: line over 80 characters
#183: FILE: target-s390x/cpu_features.c:145:
+    FEAT_INIT("kmac-eaes-128", S390_FEAT_TYPE_KMAC, 26, "KMAC 
Encrypted-AES-128"),

WARNING: line over 80 characters
#184: FILE: target-s390x/cpu_features.c:146:
+    FEAT_INIT("kmac-eaes-192", S390_FEAT_TYPE_KMAC, 27, "KMAC 
Encrypted-AES-192"),

WARNING: line over 80 characters
#185: FILE: target-s390x/cpu_features.c:147:
+    FEAT_INIT("kmac-eaes-256", S390_FEAT_TYPE_KMAC, 28, "KMAC 
Encrypted-AES-256"),

WARNING: line over 80 characters
#191: FILE: target-s390x/cpu_features.c:153:
+    FEAT_INIT("kmc-etdea-128", S390_FEAT_TYPE_KMC, 10, "KMC 
Encrypted-TDEA-128"),

WARNING: line over 80 characters
#192: FILE: target-s390x/cpu_features.c:154:
+    FEAT_INIT("kmc-etdea-192", S390_FEAT_TYPE_KMC, 11, "KMC 
Encrypted-TDEA-192"),

WARNING: line over 80 characters
#215: FILE: target-s390x/cpu_features.c:177:
+    FEAT_INIT("km-xts-eaes-128", S390_FEAT_TYPE_KM, 58, "KM 
XTS-Encrypted-AES-128"),

WARNING: line over 80 characters
#216: FILE: target-s390x/cpu_features.c:178:
+    FEAT_INIT("km-xts-eaes-256", S390_FEAT_TYPE_KM, 60, "KM 
XTS-Encrypted-AES-256"),

WARNING: line over 80 characters
#227: FILE: target-s390x/cpu_features.c:189:
+    FEAT_INIT("pckmo-etdea-128", S390_FEAT_TYPE_PCKMO, 2, "PCKMO 
Encrypted-TDEA-128-Key"),

WARNING: line over 80 characters
#228: FILE: target-s390x/cpu_features.c:190:
+    FEAT_INIT("pckmo-etdea-192", S390_FEAT_TYPE_PCKMO, 3, "PCKMO 
Encrypted-TDEA-192-Key"),

WARNING: line over 80 characters
#229: FILE: target-s390x/cpu_features.c:191:
+    FEAT_INIT("pckmo-aes-128", S390_FEAT_TYPE_PCKMO, 18, "PCKMO 
Encrypted-AES-128-Key"),

WARNING: line over 80 characters
#230: FILE: target-s390x/cpu_features.c:192:
+    FEAT_INIT("pckmo-aes-192", S390_FEAT_TYPE_PCKMO, 19, "PCKMO 
Encrypted-AES-192-Key"),

WARNING: line over 80 characters
#231: FILE: target-s390x/cpu_features.c:193:
+    FEAT_INIT("pckmo-aes-256", S390_FEAT_TYPE_PCKMO, 20, "PCKMO 
Encrypted-AES-256-Key"),

WARNING: line over 80 characters
#237: FILE: target-s390x/cpu_features.c:199:
+    FEAT_INIT("kmctr-etdea-128", S390_FEAT_TYPE_KMCTR, 10, "KMCTR 
Encrypted-TDEA-128"),

WARNING: line over 80 characters
#238: FILE: target-s390x/cpu_features.c:200:
+    FEAT_INIT("kmctr-etdea-192", S390_FEAT_TYPE_KMCTR, 11, "KMCTR 
Encrypted-TDEA-192"),

WARNING: line over 80 characters
#242: FILE: target-s390x/cpu_features.c:204:
+    FEAT_INIT("kmctr-eaes-128", S390_FEAT_TYPE_KMCTR, 26, "KMCTR 
Encrypted-AES-128"),

WARNING: line over 80 characters
#243: FILE: target-s390x/cpu_features.c:205:
+    FEAT_INIT("kmctr-eaes-192", S390_FEAT_TYPE_KMCTR, 27, "KMCTR 
Encrypted-AES-192"),

WARNING: line over 80 characters
#244: FILE: target-s390x/cpu_features.c:206:
+    FEAT_INIT("kmctr-eaes-256", S390_FEAT_TYPE_KMCTR, 28, "KMCTR 
Encrypted-AES-256"),

WARNING: line over 80 characters
#250: FILE: target-s390x/cpu_features.c:212:
+    FEAT_INIT("kmf-etdea-128", S390_FEAT_TYPE_KMF, 10, "KMF 
Encrypted-TDEA-128"),

WARNING: line over 80 characters
#251: FILE: target-s390x/cpu_features.c:213:
+    FEAT_INIT("kmf-etdea-192", S390_FEAT_TYPE_KMF, 11, "KMF 
Encrypted-TDEA-192"),

WARNING: line over 80 characters
#263: FILE: target-s390x/cpu_features.c:225:
+    FEAT_INIT("kmo-etdea-128", S390_FEAT_TYPE_KMO, 10, "KMO 
Encrypted-TDEA-128"),

WARNING: line over 80 characters
#264: FILE: target-s390x/cpu_features.c:226:
+    FEAT_INIT("kmo-etdea-192", S390_FEAT_TYPE_KMO, 11, "KMO 
Encrypted-TDEA-192"),

WARNING: line over 80 characters
#272: FILE: target-s390x/cpu_features.c:234:
+    FEAT_INIT("pcc-cmac-dea", S390_FEAT_TYPE_PCC, 1, "PCC 
Compute-Last-Block-CMAC-Using-DEA"),

WARNING: line over 80 characters
#273: FILE: target-s390x/cpu_features.c:235:
+    FEAT_INIT("pcc-cmac-tdea-128", S390_FEAT_TYPE_PCC, 2, "PCC 
Compute-Last-Block-CMAC-Using-TDEA-128"),

WARNING: line over 80 characters
#274: FILE: target-s390x/cpu_features.c:236:
+    FEAT_INIT("pcc-cmac-tdea-192", S390_FEAT_TYPE_PCC, 3, "PCC 
Compute-Last-Block-CMAC-Using-TDEA-192"),

WARNING: line over 80 characters
#275: FILE: target-s390x/cpu_features.c:237:
+    FEAT_INIT("pcc-cmac-edea", S390_FEAT_TYPE_PCC, 9, "PCC 
Compute-Last-Block-CMAC-Using-Encrypted-DEA"),

WARNING: line over 80 characters
#276: FILE: target-s390x/cpu_features.c:238:
+    FEAT_INIT("pcc-cmac-etdea-128", S390_FEAT_TYPE_PCC, 10, "PCC 
Compute-Last-Block-CMAC-Using-Encrypted-TDEA-128"),

WARNING: line over 80 characters
#277: FILE: target-s390x/cpu_features.c:239:
+    FEAT_INIT("pcc-cmac-etdea-192", S390_FEAT_TYPE_PCC, 11, "PCC 
Compute-Last-Block-CMAC-Using-EncryptedTDEA-192"),

WARNING: line over 80 characters
#278: FILE: target-s390x/cpu_features.c:240:
+    FEAT_INIT("pcc-cmac-aes-128", S390_FEAT_TYPE_PCC, 18, "PCC 
Compute-Last-Block-CMAC-Using-AES-128"),

WARNING: line over 80 characters
#279: FILE: target-s390x/cpu_features.c:241:
+    FEAT_INIT("pcc-cmac-aes-192", S390_FEAT_TYPE_PCC, 19, "PCC 
Compute-Last-Block-CMAC-Using-AES-192"),

WARNING: line over 80 characters
#280: FILE: target-s390x/cpu_features.c:242:
+    FEAT_INIT("pcc-cmac-eaes-256", S390_FEAT_TYPE_PCC, 20, "PCC 
Compute-Last-Block-CMAC-Using-AES-256"),

WARNING: line over 80 characters
#281: FILE: target-s390x/cpu_features.c:243:
+    FEAT_INIT("pcc-cmac-eaes-128", S390_FEAT_TYPE_PCC, 26, "PCC 
Compute-Last-Block-CMAC-Using-Encrypted-AES-128"),

WARNING: line over 80 characters
#282: FILE: target-s390x/cpu_features.c:244:
+    FEAT_INIT("pcc-cmac-eaes-192", S390_FEAT_TYPE_PCC, 27, "PCC 
Compute-Last-Block-CMAC-Using-Encrypted-AES-192"),

WARNING: line over 80 characters
#283: FILE: target-s390x/cpu_features.c:245:
+    FEAT_INIT("pcc-cmac-eaes-256", S390_FEAT_TYPE_PCC, 28, "PCC 
Compute-Last-Block-CMAC-Using-Encrypted-AES-256"),

WARNING: line over 80 characters
#284: FILE: target-s390x/cpu_features.c:246:
+    FEAT_INIT("pcc-xts-aes-128", S390_FEAT_TYPE_PCC, 50, "PCC 
Compute-XTS-Parameter-Using-AES-128"),

WARNING: line over 80 characters
#285: FILE: target-s390x/cpu_features.c:247:
+    FEAT_INIT("pcc-xts-aes-256", S390_FEAT_TYPE_PCC, 52, "PCC 
Compute-XTS-Parameter-Using-AES-256"),

WARNING: line over 80 characters
#286: FILE: target-s390x/cpu_features.c:248:
+    FEAT_INIT("pcc-xts-eaes-128", S390_FEAT_TYPE_PCC, 58, "PCC 
Compute-XTS-Parameter-Using-Encrypted-AES-128"),

WARNING: line over 80 characters
#287: FILE: target-s390x/cpu_features.c:249:
+    FEAT_INIT("pcc-xts-eaes-256", S390_FEAT_TYPE_PCC, 60, "PCC 
Compute-XTS-Parameter-Using-Encrypted-AES-256"),

total: 0 errors, 115 warnings, 617 lines checked

Your patch has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

Checking PATCH 5/29: s390x/cpumodel: generate CPU feature lists for CPU 
models...
ERROR: Macros with complex values should be enclosed in parenthesis
#113: FILE: target-s390x/gen-features.c:20:
+#define S390_FEAT_GROUP_PLO \
+    S390_FEAT_PLO_CL, \
+    S390_FEAT_PLO_CLG, \
+    S390_FEAT_PLO_CLGR, \
+    S390_FEAT_PLO_CLX, \
+    S390_FEAT_PLO_CS, \
+    S390_FEAT_PLO_CSG, \
+    S390_FEAT_PLO_CSGR, \
+    S390_FEAT_PLO_CSX, \
+    S390_FEAT_PLO_DCS, \
+    S390_FEAT_PLO_DCSG, \
+    S390_FEAT_PLO_DCSGR, \
+    S390_FEAT_PLO_DCSX, \
+    S390_FEAT_PLO_CSST, \
+    S390_FEAT_PLO_CSSTG, \
+    S390_FEAT_PLO_CSSTGR, \
+    S390_FEAT_PLO_CSSTX, \
+    S390_FEAT_PLO_CSDST, \
+    S390_FEAT_PLO_CSDSTG, \
+    S390_FEAT_PLO_CSDSTGR, \
+    S390_FEAT_PLO_CSDSTX, \
+    S390_FEAT_PLO_CSTST, \
+    S390_FEAT_PLO_CSTSTG, \
+    S390_FEAT_PLO_CSTSTGR, \
+    S390_FEAT_PLO_CSTSTX

ERROR: Macros with complex values should be enclosed in parenthesis
#139: FILE: target-s390x/gen-features.c:46:
+#define S390_FEAT_GROUP_TOD_CLOCK_STEERING \
+    S390_FEAT_TOD_CLOCK_STEERING, \
+    S390_FEAT_PTFF_QTO, \
+    S390_FEAT_PTFF_QSI, \
+    S390_FEAT_PTFF_QPT, \
+    S390_FEAT_PTFF_STO

ERROR: Macros with complex values should be enclosed in parenthesis
#146: FILE: target-s390x/gen-features.c:53:
+#define S390_FEAT_GROUP_GEN13_PTFF \
+    S390_FEAT_PTFF_QUI, \
+    S390_FEAT_PTFF_QTOU, \
+    S390_FEAT_PTFF_STOU

ERROR: Macros with complex values should be enclosed in parenthesis
#151: FILE: target-s390x/gen-features.c:58:
+#define S390_FEAT_GROUP_MSA \
+    S390_FEAT_MSA, \
+    S390_FEAT_KMAC_DEA, \
+    S390_FEAT_KMAC_TDEA_128, \
+    S390_FEAT_KMAC_TDEA_192, \
+    S390_FEAT_KMC_DEA, \
+    S390_FEAT_KMC_TDEA_128, \
+    S390_FEAT_KMC_TDEA_192, \
+    S390_FEAT_KM_DEA, \
+    S390_FEAT_KM_TDEA_128, \
+    S390_FEAT_KM_TDEA_192, \
+    S390_FEAT_KIMD_SHA_1, \
+    S390_FEAT_KLMD_SHA_1

ERROR: Macros with complex values should be enclosed in parenthesis
#165: FILE: target-s390x/gen-features.c:72:
+#define S390_FEAT_GROUP_MSA_EXT_1 \
+    S390_FEAT_KMC_AES_128, \
+    S390_FEAT_KM_AES_128, \
+    S390_FEAT_KIMD_SHA_256, \
+    S390_FEAT_KLMD_SHA_256

ERROR: Macros with complex values should be enclosed in parenthesis
#171: FILE: target-s390x/gen-features.c:78:
+#define S390_FEAT_GROUP_MSA_EXT_2 \
+    S390_FEAT_KMC_AES_192, \
+    S390_FEAT_KMC_AES_256, \
+    S390_FEAT_KMC_PRNG, \
+    S390_FEAT_KM_AES_192, \
+    S390_FEAT_KM_AES_256, \
+    S390_FEAT_KIMD_SHA_512, \
+    S390_FEAT_KLMD_SHA_512

ERROR: Macros with complex values should be enclosed in parenthesis
#180: FILE: target-s390x/gen-features.c:87:
+#define S390_FEAT_GROUP_MSA_EXT_3 \
+    S390_FEAT_MSA_EXT_3, \
+    S390_FEAT_KMAC_EDEA, \
+    S390_FEAT_KMAC_ETDEA_128, \
+    S390_FEAT_KMAC_ETDEA_192, \
+    S390_FEAT_KMC_EAES_128, \
+    S390_FEAT_KMC_EAES_192, \
+    S390_FEAT_KMC_EAES_256, \
+    S390_FEAT_KMC_EDEA, \
+    S390_FEAT_KMC_ETDEA_128, \
+    S390_FEAT_KMC_ETDEA_192, \
+    S390_FEAT_KM_EDEA, \
+    S390_FEAT_KM_ETDEA_128, \
+    S390_FEAT_KM_ETDEA_192, \
+    S390_FEAT_KM_EAES_128, \
+    S390_FEAT_KM_EAES_192, \
+    S390_FEAT_KM_EAES_256, \
+    S390_FEAT_PCKMO_EDEA, \
+    S390_FEAT_PCKMO_ETDEA_128, \
+    S390_FEAT_PCKMO_ETDEA_256, \
+    S390_FEAT_PCKMO_AES_128, \
+    S390_FEAT_PCKMO_AES_192, \
+    S390_FEAT_PCKMO_AES_256

ERROR: Macros with complex values should be enclosed in parenthesis
#204: FILE: target-s390x/gen-features.c:111:
+#define S390_FEAT_GROUP_MSA_EXT_4 \
+    S390_FEAT_MSA_EXT_4, \
+    S390_FEAT_KMAC_AES_128, \
+    S390_FEAT_KMAC_AES_192, \
+    S390_FEAT_KMAC_AES_256, \
+    S390_FEAT_KMAC_EAES_128, \
+    S390_FEAT_KMAC_EAES_192, \
+    S390_FEAT_KMAC_EAES_256, \
+    S390_FEAT_KM_XTS_AES_128, \
+    S390_FEAT_KM_XTS_AES_256, \
+    S390_FEAT_KM_XTS_EAES_128, \
+    S390_FEAT_KM_XTS_EAES_256, \
+    S390_FEAT_KIMD_GHASH, \
+    S390_FEAT_KMCTR_DEA, \
+    S390_FEAT_KMCTR_TDEA_128, \
+    S390_FEAT_KMCTR_TDEA_192, \
+    S390_FEAT_KMCTR_EDEA, \
+    S390_FEAT_KMCTR_ETDEA_128, \
+    S390_FEAT_KMCTR_ETDEA_192, \
+    S390_FEAT_KMCTR_AES_128, \
+    S390_FEAT_KMCTR_AES_192, \
+    S390_FEAT_KMCTR_AES_256, \
+    S390_FEAT_KMCTR_EAES_128, \
+    S390_FEAT_KMCTR_EAES_192, \
+    S390_FEAT_KMCTR_EAES_256, \
+    S390_FEAT_KMF_DEA, \
+    S390_FEAT_KMF_TDEA_128, \
+    S390_FEAT_KMF_TDEA_192, \
+    S390_FEAT_KMF_EDEA, \
+    S390_FEAT_KMF_ETDEA_128, \
+    S390_FEAT_KMF_ETDEA_192, \
+    S390_FEAT_KMF_AES_128, \
+    S390_FEAT_KMF_AES_192, \
+    S390_FEAT_KMF_AES_256, \
+    S390_FEAT_KMF_EAES_128, \
+    S390_FEAT_KMF_EAES_192, \
+    S390_FEAT_KMF_EAES_256, \
+    S390_FEAT_KMO_DEA, \
+    S390_FEAT_KMO_TDEA_128, \
+    S390_FEAT_KMO_TDEA_192, \
+    S390_FEAT_KMO_EDEA, \
+    S390_FEAT_KMO_ETDEA_128, \
+    S390_FEAT_KMO_ETDEA_192, \
+    S390_FEAT_KMO_AES_128, \
+    S390_FEAT_KMO_AES_192, \
+    S390_FEAT_KMO_AES_256, \
+    S390_FEAT_KMO_EAES_128, \
+    S390_FEAT_KMO_EAES_192, \
+    S390_FEAT_KMO_EAES_256, \
+    S390_FEAT_PCC_CMAC_DEA, \
+    S390_FEAT_PCC_CMAC_TDEA_128, \
+    S390_FEAT_PCC_CMAC_TDEA_192, \
+    S390_FEAT_PCC_CMAC_ETDEA_128, \
+    S390_FEAT_PCC_CMAC_ETDEA_192, \
+    S390_FEAT_PCC_CMAC_TDEA, \
+    S390_FEAT_PCC_CMAC_AES_128, \
+    S390_FEAT_PCC_CMAC_AES_192, \
+    S390_FEAT_PCC_CMAC_AES_256, \
+    S390_FEAT_PCC_CMAC_EAES_128, \
+    S390_FEAT_PCC_CMAC_EAES_192, \
+    S390_FEAT_PCC_CMAC_EAES_256, \
+    S390_FEAT_PCC_XTS_AES_128, \
+    S390_FEAT_PCC_XTS_AES_256, \
+    S390_FEAT_PCC_XTS_EAES_128, \
+    S390_FEAT_PCC_XTS_EAES_256

ERROR: Macros with complex values should be enclosed in parenthesis
#270: FILE: target-s390x/gen-features.c:177:
+#define S390_FEAT_GROUP_MSA_EXT_5 \
+    S390_FEAT_MSA_EXT_5, \
+    S390_FEAT_PPNO_SHA_512_DRNG

total: 9 errors, 0 warnings, 545 lines checked

Your patch has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

Checking PATCH 6/29: s390x/cpumodel: generate CPU feature group lists...
Checking PATCH 7/29: s390x/cpumodel: introduce CPU feature group definitions...
WARNING: line over 80 characters
#71: FILE: target-s390x/cpu_features.c:363:
+    FEAT_GROUP_INIT("gen13ptff", GEN13_PTFF, "PTFF enhancements introduced 
with z13"),

WARNING: line over 80 characters
#73: FILE: target-s390x/cpu_features.c:365:
+    FEAT_GROUP_INIT("msa1", MSA_EXT_1, "Message-security-assist-extension 1 
facility"),

WARNING: line over 80 characters
#74: FILE: target-s390x/cpu_features.c:366:
+    FEAT_GROUP_INIT("msa2", MSA_EXT_2, "Message-security-assist-extension 2 
facility"),

WARNING: line over 80 characters
#75: FILE: target-s390x/cpu_features.c:367:
+    FEAT_GROUP_INIT("msa3", MSA_EXT_3, "Message-security-assist-extension 3 
facility"),

WARNING: line over 80 characters
#76: FILE: target-s390x/cpu_features.c:368:
+    FEAT_GROUP_INIT("msa4", MSA_EXT_4, "Message-security-assist-extension 4 
facility"),

WARNING: line over 80 characters
#77: FILE: target-s390x/cpu_features.c:369:
+    FEAT_GROUP_INIT("msa5", MSA_EXT_5, "Message-security-assist-extension 5 
facility"),

total: 0 errors, 6 warnings, 92 lines checked

Your patch has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

Checking PATCH 8/29: s390x/cpumodel: register defined CPU models as 
subclasses...
WARNING: line over 80 characters
#64: FILE: target-s390x/cpu_models.c:30:
+        .base_feat = { S390_FEAT_LIST_GEN ## _gen ## _GA ## _ec_ga ## _BASE }, 
 \

WARNING: line over 80 characters
#65: FILE: target-s390x/cpu_models.c:31:
+        .default_feat = { S390_FEAT_LIST_GEN ## _gen ## _GA ## _ec_ga ## 
_DEFAULT },  \

WARNING: line over 80 characters
#66: FILE: target-s390x/cpu_models.c:32:
+        .full_feat = { S390_FEAT_LIST_GEN ## _gen ## _GA ## _ec_ga ## _FULL }, 
 \

WARNING: line over 80 characters
#89: FILE: target-s390x/cpu_models.c:55:
+    CPUDEF_INIT(0x2094, 9, 2, 40, 0x00000000U, "z9EC.2", "IBM System z9 EC 
GA2"),

WARNING: line over 80 characters
#91: FILE: target-s390x/cpu_models.c:57:
+    CPUDEF_INIT(0x2094, 9, 3, 40, 0x00000000U, "z9EC.3", "IBM System z9 EC 
GA3"),

WARNING: line over 80 characters
#92: FILE: target-s390x/cpu_models.c:58:
+    CPUDEF_INIT(0x2096, 9, 3, 40, 0x00000000U, "z9BC.2", "IBM System z9 BC 
GA2"),

WARNING: line over 80 characters
#93: FILE: target-s390x/cpu_models.c:59:
+    CPUDEF_INIT(0x2097, 10, 1, 43, 0x00000000U, "z10EC", "IBM System z10 EC 
GA1"),

WARNING: line over 80 characters
#94: FILE: target-s390x/cpu_models.c:60:
+    CPUDEF_INIT(0x2097, 10, 2, 43, 0x00000000U, "z10EC.2", "IBM System z10 EC 
GA2"),

WARNING: line over 80 characters
#95: FILE: target-s390x/cpu_models.c:61:
+    CPUDEF_INIT(0x2098, 10, 2, 43, 0x00000000U, "z10BC", "IBM System z10 BC 
GA1"),

WARNING: line over 80 characters
#96: FILE: target-s390x/cpu_models.c:62:
+    CPUDEF_INIT(0x2097, 10, 3, 43, 0x00000000U, "z10EC.3", "IBM System z10 EC 
GA3"),

WARNING: line over 80 characters
#97: FILE: target-s390x/cpu_models.c:63:
+    CPUDEF_INIT(0x2098, 10, 3, 43, 0x00000000U, "z10BC.2", "IBM System z10 BC 
GA2"),

WARNING: line over 80 characters
#98: FILE: target-s390x/cpu_models.c:64:
+    CPUDEF_INIT(0x2817, 11, 1, 44, 0x08000000U, "z196", "IBM zEnterprise 196 
GA1"),

WARNING: line over 80 characters
#99: FILE: target-s390x/cpu_models.c:65:
+    CPUDEF_INIT(0x2817, 11, 2, 44, 0x08000000U, "z196.2", "IBM zEnterprise 196 
GA2"),

WARNING: line over 80 characters
#100: FILE: target-s390x/cpu_models.c:66:
+    CPUDEF_INIT(0x2818, 11, 2, 44, 0x08000000U, "z114", "IBM zEnterprise 114 
GA1"),

WARNING: line over 80 characters
#101: FILE: target-s390x/cpu_models.c:67:
+    CPUDEF_INIT(0x2827, 12, 1, 44, 0x08000000U, "zEC12", "IBM zEnterprise EC12 
GA1"),

WARNING: line over 80 characters
#102: FILE: target-s390x/cpu_models.c:68:
+    CPUDEF_INIT(0x2827, 12, 2, 44, 0x08000000U, "zEC12.2", "IBM zEnterprise 
EC12 GA2"),

WARNING: line over 80 characters
#103: FILE: target-s390x/cpu_models.c:69:
+    CPUDEF_INIT(0x2828, 12, 2, 44, 0x08000000U, "zBC12", "IBM zEnterprise BC12 
GA1"),

total: 0 errors, 17 warnings, 198 lines checked

Your patch has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

Checking PATCH 9/29: s390x/cpumodel: store the CPU model in the CPU instance...
Checking PATCH 10/29: s390x/cpumodel: expose features and feature groups as 
properties...
Checking PATCH 11/29: s390x/cpumodel: let the CPU model handle feature checks...
WARNING: line over 80 characters
#36: FILE: target-s390x/cpu_models.c:88:
+                return kvm_check_extension(kvm_state, 
KVM_CAP_S390_VECTOR_REGISTERS);

total: 0 errors, 1 warnings, 78 lines checked

Your patch has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

Checking PATCH 12/29: s390x/cpumodel: check and apply the CPU model...
Checking PATCH 13/29: s390x/sclp: factor out preparation of cpu entries...
Checking PATCH 14/29: s390x/sclp: introduce sclp feature blocks...
Checking PATCH 15/29: s390x/sclp: indicate sclp features...
Checking PATCH 16/29: s390x/sclp: propagate the ibc val(lowest and unblocked 
ibc)...
Checking PATCH 17/29: s390x/sclp: propagate the mha via sclp...
Checking PATCH 18/29: s390x/sclp: propagate hmfai...
Checking PATCH 19/29: linux-headers: update against kvm/next...
ERROR: code indent should never use tabs
#21: FILE: include/standard-headers/linux/input-event-codes.h:615:
+#define KEY_RIGHT_UP^I^I^I0x266$

ERROR: code indent should never use tabs
#22: FILE: include/standard-headers/linux/input-event-codes.h:616:
+#define KEY_RIGHT_DOWN^I^I^I0x267$

ERROR: code indent should never use tabs
#23: FILE: include/standard-headers/linux/input-event-codes.h:617:
+#define KEY_LEFT_UP^I^I^I0x268$

ERROR: code indent should never use tabs
#24: FILE: include/standard-headers/linux/input-event-codes.h:618:
+#define KEY_LEFT_DOWN^I^I^I0x269$

ERROR: code indent should never use tabs
#26: FILE: include/standard-headers/linux/input-event-codes.h:620:
+#define KEY_ROOT_MENU^I^I^I0x26a /* Show Device's Root Menu */$

ERROR: code indent should never use tabs
#28: FILE: include/standard-headers/linux/input-event-codes.h:622:
+#define KEY_MEDIA_TOP_MENU^I^I0x26b$

ERROR: code indent should never use tabs
#29: FILE: include/standard-headers/linux/input-event-codes.h:623:
+#define KEY_NUMERIC_11^I^I^I0x26c$

ERROR: code indent should never use tabs
#30: FILE: include/standard-headers/linux/input-event-codes.h:624:
+#define KEY_NUMERIC_12^I^I^I0x26d$

ERROR: code indent should never use tabs
#36: FILE: include/standard-headers/linux/input-event-codes.h:630:
+#define KEY_AUDIO_DESC^I^I^I0x26e$

ERROR: code indent should never use tabs
#37: FILE: include/standard-headers/linux/input-event-codes.h:631:
+#define KEY_3D_MODE^I^I^I0x26f$

ERROR: code indent should never use tabs
#38: FILE: include/standard-headers/linux/input-event-codes.h:632:
+#define KEY_NEXT_FAVORITE^I^I0x270$

ERROR: code indent should never use tabs
#39: FILE: include/standard-headers/linux/input-event-codes.h:633:
+#define KEY_STOP_RECORD^I^I^I0x271$

ERROR: code indent should never use tabs
#40: FILE: include/standard-headers/linux/input-event-codes.h:634:
+#define KEY_PAUSE_RECORD^I^I0x272$

ERROR: code indent should never use tabs
#41: FILE: include/standard-headers/linux/input-event-codes.h:635:
+#define KEY_VOD^I^I^I^I0x273 /* Video on Demand */$

ERROR: code indent should never use tabs
#42: FILE: include/standard-headers/linux/input-event-codes.h:636:
+#define KEY_UNMUTE^I^I^I0x274$

ERROR: code indent should never use tabs
#43: FILE: include/standard-headers/linux/input-event-codes.h:637:
+#define KEY_FASTREVERSE^I^I^I0x275$

ERROR: code indent should never use tabs
#44: FILE: include/standard-headers/linux/input-event-codes.h:638:
+#define KEY_SLOWREVERSE^I^I^I0x276$

ERROR: code indent should never use tabs
#49: FILE: include/standard-headers/linux/input-event-codes.h:643:
+#define KEY_DATA^I^I^I0x275$

ERROR: code indent should never use tabs
#58: FILE: include/standard-headers/linux/input-event-codes.h:783:
+#define SW_PEN_INSERTED^I^I0x0f  /* set = pen inserted */$

ERROR: code indent should never use tabs
#70: FILE: include/standard-headers/linux/input.h:247:
+#define BUS_CEC^I^I^I0x1E$

ERROR: code indent should never use tabs
#83: FILE: include/standard-headers/linux/virtio_config.h:52:
+#define VIRTIO_TRANSPORT_F_END^I^I34$

ERROR: code indent should never use tabs
#98: FILE: include/standard-headers/linux/virtio_config.h:73:
+#define VIRTIO_F_IOMMU_PLATFORM^I^I33$

ERROR: code indent should never use tabs
#119: FILE: include/standard-headers/linux/virtio_net.h:38:
+#define VIRTIO_NET_F_MTU^I3^I/* Initial MTU advice */$

ERROR: code indent should never use tabs
#127: FILE: include/standard-headers/linux/virtio_net.h:77:
+^I/* Default maximum transmit unit advice */$

ERROR: code indent should never use tabs
#128: FILE: include/standard-headers/linux/virtio_net.h:78:
+^Iuint16_t mtu;$

ERROR: code indent should never use tabs
#142: FILE: linux-headers/asm-arm/kvm.h:142:
+#define KVM_REG_ARM_TIMER_CNT^I^IARM_CP15_REG64(1, 14)$

ERROR: code indent should never use tabs
#143: FILE: linux-headers/asm-arm/kvm.h:143:
+#define KVM_REG_ARM_TIMER_CVAL^I^IARM_CP15_REG64(3, 14)$

ERROR: code indent should never use tabs
#155: FILE: linux-headers/asm-arm64/kvm.h:90:
+#define KVM_VGIC_ITS_ADDR_TYPE^I^I4$

ERROR: code indent should never use tabs
#159: FILE: linux-headers/asm-arm64/kvm.h:94:
+#define KVM_VGIC_V3_ITS_SIZE^I^I(2 * SZ_64K)$

ERROR: code indent should never use tabs
#171: FILE: linux-headers/asm-s390/kvm.h:96:
+#define KVM_S390_VM_CPU_PROCESSOR_FEAT^I2$

ERROR: code indent should never use tabs
#172: FILE: linux-headers/asm-s390/kvm.h:97:
+#define KVM_S390_VM_CPU_MACHINE_FEAT^I3$

ERROR: code indent should never use tabs
#174: FILE: linux-headers/asm-s390/kvm.h:99:
+#define KVM_S390_VM_CPU_FEAT_NR_BITS^I1024$

ERROR: code indent should never use tabs
#175: FILE: linux-headers/asm-s390/kvm.h:100:
+#define KVM_S390_VM_CPU_FEAT_ESOP^I0$

ERROR: code indent should never use tabs
#176: FILE: linux-headers/asm-s390/kvm.h:101:
+#define KVM_S390_VM_CPU_FEAT_SIEF2^I1$

ERROR: code indent should never use tabs
#177: FILE: linux-headers/asm-s390/kvm.h:102:
+#define KVM_S390_VM_CPU_FEAT_64BSCAO^I2$

ERROR: code indent should never use tabs
#178: FILE: linux-headers/asm-s390/kvm.h:103:
+#define KVM_S390_VM_CPU_FEAT_SIIF^I3$

ERROR: code indent should never use tabs
#179: FILE: linux-headers/asm-s390/kvm.h:104:
+#define KVM_S390_VM_CPU_FEAT_GPERE^I4$

ERROR: code indent should never use tabs
#180: FILE: linux-headers/asm-s390/kvm.h:105:
+#define KVM_S390_VM_CPU_FEAT_GSLS^I5$

ERROR: code indent should never use tabs
#181: FILE: linux-headers/asm-s390/kvm.h:106:
+#define KVM_S390_VM_CPU_FEAT_IB^I^I6$

ERROR: code indent should never use tabs
#182: FILE: linux-headers/asm-s390/kvm.h:107:
+#define KVM_S390_VM_CPU_FEAT_CEI^I7$

ERROR: code indent should never use tabs
#183: FILE: linux-headers/asm-s390/kvm.h:108:
+#define KVM_S390_VM_CPU_FEAT_IBS^I8$

ERROR: code indent should never use tabs
#184: FILE: linux-headers/asm-s390/kvm.h:109:
+#define KVM_S390_VM_CPU_FEAT_SKEY^I9$

ERROR: code indent should never use tabs
#185: FILE: linux-headers/asm-s390/kvm.h:110:
+#define KVM_S390_VM_CPU_FEAT_CMMA^I10$

ERROR: code indent should never use tabs
#186: FILE: linux-headers/asm-s390/kvm.h:111:
+#define KVM_S390_VM_CPU_FEAT_PFMFI^I11$

ERROR: code indent should never use tabs
#187: FILE: linux-headers/asm-s390/kvm.h:112:
+#define KVM_S390_VM_CPU_FEAT_SIGPIF^I12$

ERROR: code indent should never use tabs
#189: FILE: linux-headers/asm-s390/kvm.h:114:
+^I__u64 feat[16];$

ERROR: code indent should never use tabs
#192: FILE: linux-headers/asm-s390/kvm.h:117:
+#define KVM_S390_VM_CPU_PROCESSOR_SUBFUNC^I4$

ERROR: code indent should never use tabs
#193: FILE: linux-headers/asm-s390/kvm.h:118:
+#define KVM_S390_VM_CPU_MACHINE_SUBFUNC^I^I5$

ERROR: code indent should never use tabs
#196: FILE: linux-headers/asm-s390/kvm.h:121:
+^I__u8 plo[32];^I^I/* always */$

ERROR: code indent should never use tabs
#197: FILE: linux-headers/asm-s390/kvm.h:122:
+^I__u8 ptff[16];^I^I/* with TOD-clock steering */$

ERROR: code indent should never use tabs
#198: FILE: linux-headers/asm-s390/kvm.h:123:
+^I__u8 kmac[16];^I^I/* with MSA */$

ERROR: code indent should never use tabs
#199: FILE: linux-headers/asm-s390/kvm.h:124:
+^I__u8 kmc[16];^I^I/* with MSA */$

ERROR: code indent should never use tabs
#200: FILE: linux-headers/asm-s390/kvm.h:125:
+^I__u8 km[16];^I^I/* with MSA */$

ERROR: code indent should never use tabs
#201: FILE: linux-headers/asm-s390/kvm.h:126:
+^I__u8 kimd[16];^I^I/* with MSA */$

ERROR: code indent should never use tabs
#202: FILE: linux-headers/asm-s390/kvm.h:127:
+^I__u8 klmd[16];^I^I/* with MSA */$

ERROR: code indent should never use tabs
#203: FILE: linux-headers/asm-s390/kvm.h:128:
+^I__u8 pckmo[16];^I^I/* with MSA3 */$

ERROR: code indent should never use tabs
#204: FILE: linux-headers/asm-s390/kvm.h:129:
+^I__u8 kmctr[16];^I^I/* with MSA4 */$

ERROR: code indent should never use tabs
#205: FILE: linux-headers/asm-s390/kvm.h:130:
+^I__u8 kmf[16];^I^I/* with MSA4 */$

ERROR: code indent should never use tabs
#206: FILE: linux-headers/asm-s390/kvm.h:131:
+^I__u8 kmo[16];^I^I/* with MSA4 */$

ERROR: code indent should never use tabs
#207: FILE: linux-headers/asm-s390/kvm.h:132:
+^I__u8 pcc[16];^I^I/* with MSA4 */$

ERROR: code indent should never use tabs
#208: FILE: linux-headers/asm-s390/kvm.h:133:
+^I__u8 ppno[16];^I^I/* with MSA5 */$

ERROR: code indent should never use tabs
#209: FILE: linux-headers/asm-s390/kvm.h:134:
+^I__u8 reserved[1824];$

ERROR: code indent should never use tabs
#257: FILE: linux-headers/linux/kvm.h:885:
+^Iunion {$

ERROR: code indent should never use tabs
#258: FILE: linux-headers/linux/kvm.h:886:
+^I^I__u32 pad;$

ERROR: code indent should never use tabs
#259: FILE: linux-headers/linux/kvm.h:887:
+^I^I__u32 devid;$

ERROR: code indent should never use tabs
#260: FILE: linux-headers/linux/kvm.h:888:
+^I};$

ERROR: code indent should never use tabs
#268: FILE: linux-headers/linux/kvm.h:1034:
+#define KVM_MSI_VALID_DEVID^I(1U << 0)$

ERROR: code indent should never use tabs
#275: FILE: linux-headers/linux/kvm.h:1040:
+^I__u32 devid;$

ERROR: code indent should never use tabs
#276: FILE: linux-headers/linux/kvm.h:1041:
+^I__u8  pad[12];$

ERROR: code indent should never use tabs
#284: FILE: linux-headers/linux/kvm.h:1086:
+^IKVM_DEV_TYPE_ARM_VGIC_ITS,$

ERROR: code indent should never use tabs
#285: FILE: linux-headers/linux/kvm.h:1087:
+#define KVM_DEV_TYPE_ARM_VGIC_ITS^IKVM_DEV_TYPE_ARM_VGIC_ITS$

ERROR: code indent should never use tabs
#307: FILE: linux-headers/linux/vhost.h:52:
+^I__u64 iova;$

ERROR: code indent should never use tabs
#308: FILE: linux-headers/linux/vhost.h:53:
+^I__u64 size;$

ERROR: code indent should never use tabs
#309: FILE: linux-headers/linux/vhost.h:54:
+^I__u64 uaddr;$

ERROR: code indent should never use tabs
#313: FILE: linux-headers/linux/vhost.h:58:
+^I__u8 perm;$

ERROR: code indent should never use tabs
#318: FILE: linux-headers/linux/vhost.h:63:
+^I__u8 type;$

ERROR: code indent should never use tabs
#324: FILE: linux-headers/linux/vhost.h:69:
+^Iint type;$

ERROR: code indent should never use tabs
#325: FILE: linux-headers/linux/vhost.h:70:
+^Iunion {$

ERROR: code indent should never use tabs
#326: FILE: linux-headers/linux/vhost.h:71:
+^I^Istruct vhost_iotlb_msg iotlb;$

ERROR: code indent should never use tabs
#327: FILE: linux-headers/linux/vhost.h:72:
+^I^I__u8 padding[64];$

ERROR: code indent should never use tabs
#328: FILE: linux-headers/linux/vhost.h:73:
+^I};$

ERROR: code indent should never use tabs
#349: FILE: linux-headers/linux/vhost.h:208:
+#define VHOST_VSOCK_SET_GUEST_CID^I_IOW(VHOST_VIRTIO, 0x60, __u64)$

ERROR: code indent should never use tabs
#350: FILE: linux-headers/linux/vhost.h:209:
+#define VHOST_VSOCK_SET_RUNNING^I^I_IOW(VHOST_VIRTIO, 0x61, int)$

total: 83 errors, 0 warnings, 276 lines checked

Your patch has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

Checking PATCH 20/29: s390x/kvm: allow runtime-instrumentation for "none" 
machine...
Checking PATCH 21/29: s390x/kvm: implement CPU model support...
Checking PATCH 22/29: s390x/kvm: disable host model for existing compat 
machines...
Checking PATCH 23/29: s390x/kvm: let the CPU model control CMM(A)...
Checking PATCH 24/29: qmp: add QMP interface "query-cpu-model-expansion"...
WARNING: line over 80 characters
#29: FILE: include/sysemu/arch_init.h:38:
+CpuModelExpansionInfo *arch_query_cpu_model_expansion(CpuModelExpansionType 
type,

WARNING: line over 80 characters
#193: FILE: stubs/arch-query-cpu-model-expansion.c:6:
+CpuModelExpansionInfo *arch_query_cpu_model_expansion(CpuModelExpansionType 
type,

total: 0 errors, 2 warnings, 148 lines checked

Your patch has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

Checking PATCH 25/29: qmp: add QMP interface "query-cpu-model-comparison"...
Checking PATCH 26/29: qmp: add QMP interface "query-cpu-model-baseline"...
Checking PATCH 27/29: s390x/cpumodel: implement QMP interface 
"query-cpu-model-expansion"...
WARNING: line over 80 characters
#152: FILE: target-s390x/cpu_models.c:408:
+        s390_feat_bitmap_to_ascii(model->features, qdict, 
qdict_add_enabled_feat);

WARNING: line over 80 characters
#165: FILE: target-s390x/cpu_models.c:421:
+CpuModelExpansionInfo *arch_query_cpu_model_expansion(CpuModelExpansionType 
type,

ERROR: space prohibited before that close parenthesis ')'
#181: FILE: target-s390x/cpu_models.c:437:
+    } else if (type != CPU_MODEL_EXPANSION_TYPE_FULL ) {

total: 1 errors, 2 warnings, 167 lines checked

Your patch has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

Checking PATCH 28/29: s390x/cpumodel: implement QMP interface 
"query-cpu-model-comparison"...
Checking PATCH 29/29: s390x/cpumodel: implement QMP interface 
"query-cpu-model-baseline"...
=== OUTPUT END ===

Test command exited with code: 1

reply via email to

[Prev in Thread] Current Thread [Next in Thread]