[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] x86: Remove x86 prefixed names from cpuinfo for common.c
- To: Kevin Lampis <kevin.lampis@xxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- From: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
- Date: Mon, 23 Feb 2026 18:07:02 +0000
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=citrix.com; dmarc=pass action=none header.from=citrix.com; dkim=pass header.d=citrix.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=KggZxdVdfiBk+9SJMucf8dR/w4XU/rKN99+jp9nc8D0=; b=ExOYa8xPXpfzfdMoKzM0z8jXmcZ10DDW5ge7FOBf9bQoZv78WdYe+Uq5G/I3dXTjWxhJAYB/wZezo1XwNV1POJ9+3vtbzYYbSzgY6dR0nzfbqxK1coZHqyTlgGIH0H5lgaBSTISvdD0k5WmAL/QB69kuZaD8M+5iiaib1HReK6czFXMks5HrVZZIH4AY3vfJY5SWcwEb5HWaHB1QbpXd7rdBlExJg8sQuiAOlJdbS3VNcADV5aHfKJ+ug2id/ZXKetvwaexKJSsHRQRnCtGzY137kOz7crX+d7rFTEEfmJr/szmuaqB+6wbZ4Rgz6qCZH/c2qVSz+QkDfBlJ/KiGCA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=jPdRg3Xnoyl5CKolOIUViui/okzYCPpCSyTFjdCYPGe3sfPVARxqTS0OC33inOWdLPLan8D4VlfnySgP9J56jkNn1Ws4qjAgR/BFOeLGRsXXcHLRYmpAGE4bN3FyEP8uXEpUH1/i4okTMBtoIZOZS9ZiFmYbR37Gi+xlNjtr9hWkr73OMciffOCj4hTCggJ8kssv3JpIX8ikW1JkNTe7AI+ank9KCjjfR/lodzpWkiIG5OiwyTNA/8UnHut9Ppdkh6wqNL2hR8NmKlHTv5fwx2Fp4ZRnVc+/DpXmFdF6kIbFQWIG2oPmgUzHj9M6xC3vDRwKexyP7CDZ49BCEEC3CA==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=citrix.com;
- Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, jbeulich@xxxxxxxx, roger.pau@xxxxxxxxxx
- Delivery-date: Mon, 23 Feb 2026 18:07:16 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 23/02/2026 2:54 pm, Kevin Lampis wrote:
> struct cpuinfo_x86
> .x86 => .family
> .x86_vendor => .vendor
> .x86_model => .model
> .x86_mask => .stepping
>
> No functional change.
>
> This work is part of making Xen safe for Intel family 18/19.
>
> Signed-off-by: Kevin Lampis <kevin.lampis@xxxxxxxxxx>
Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
|