Re: [PATCHv2 19/29] x86/topology: Disable CPU online/offline control for TDX guests

From: Thomas Gleixner
Date: Tue Feb 01 2022 - 19:12:00 EST


On Wed, Feb 02 2022 at 01:09, Thomas Gleixner wrote:

> On Mon, Jan 24 2022 at 18:02, Kirill A. Shutemov wrote:
>> static bool intel_cc_platform_has(enum cc_attr attr)
>> {
>> - if (attr == CC_ATTR_GUEST_UNROLL_STRING_IO)
>> + switch (attr) {
>> + case CC_ATTR_GUEST_UNROLL_STRING_IO:
>> + case CC_ATTR_HOTPLUG_DISABLED:

Not that I care much, but I faintly remember that I suggested that in
one of the gazillion of threads.