[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170607232939.27441-1-andi@firstfloor.org>
Date: Wed, 7 Jun 2017 16:29:34 -0700
From: Andi Kleen <andi@...stfloor.org>
To: x86@...nel.org
Cc: linux-kernel@...r.kernel.org
Subject: Support generic disabling of all XSAVE features
For performance testing and debugging it can be useful to disable XSAVE
features individually. This patchkit hooks up XSAVE with the
generic clearcpuid=... option, so that disabling a CPUID feature
automatically disables the respective XSAVE feature.
It also cleans up CPUID dependency management. Currently it's
possible to generate configurations with cleacpuid that crash.
It replaces an earlier patchkit that did this with special
case options.
v1:
Initial post
v2:
Work around broken lguest by exporting set_cpu_cap
Repost with cover letter
Powered by blists - more mailing lists