[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen staging-4.11] x86/cpuid: add missing PCLMULQDQ dependency
commit 1b0e77dd96e29cd3db00402f00b2a75cb8286531 Author: Jan Beulich <jbeulich@xxxxxxxx> AuthorDate: Mon Mar 18 17:05:45 2019 +0100 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Mon Mar 18 17:05:45 2019 +0100 x86/cpuid: add missing PCLMULQDQ dependency Since we can't seem to be able to settle our discussion for the wider adjustment previously posted, let's at least add the missing dependency for 4.12. I'm not convinced though that attaching it to SSE is correct. Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> master commit: eeb31ee522c7bb8541eb4c037be2c42bfcf0a3c3 master date: 2019-03-05 18:04:23 +0100 --- xen/tools/gen-cpuid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/tools/gen-cpuid.py b/xen/tools/gen-cpuid.py index 3fecae86d4..1b9cfd8808 100755 --- a/xen/tools/gen-cpuid.py +++ b/xen/tools/gen-cpuid.py @@ -197,7 +197,7 @@ def crunch_numbers(state): # %XMM support, without specific inter-dependencies. Additionally # AMD has a special mis-alignment sub-mode. SSE: [SSE2, SSE3, SSSE3, SSE4A, MISALIGNSSE, - AESNI, SHA], + AESNI, PCLMULQDQ, SHA], # SSE2 was re-specified as core instructions for 64bit. SSE2: [LM], -- generated by git-patchbot for /home/xen/git/xen.git#staging-4.11 _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |