[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/4] i386/cpu: Add RAS feature bits on EPYC CPU models
From: |
Zhao Liu |
Subject: |
Re: [PATCH 1/4] i386/cpu: Add RAS feature bits on EPYC CPU models |
Date: |
Thu, 13 Jun 2024 14:49:14 +0800 |
On Wed, Jun 12, 2024 at 02:12:17PM -0500, Babu Moger wrote:
> Date: Wed, 12 Jun 2024 14:12:17 -0500
> From: Babu Moger <babu.moger@amd.com>
> Subject: [PATCH 1/4] i386/cpu: Add RAS feature bits on EPYC CPU models
> X-Mailer: git-send-email 2.34.1
>
> Add the support for following RAS features bits on AMD guests.
>
> SUCCOR: Software uncorrectable error containment and recovery capability.
> The processor supports software containment of uncorrectable errors
> through context synchronizing data poisoning and deferred error
> interrupts.
>
> McaOverflowRecov: MCA overflow recovery support.
>
> Signed-off-by: Babu Moger <babu.moger@amd.com>
> ---
> target/i386/cpu.c | 30 ++++++++++++++++++++++++++++++
> 1 file changed, 30 insertions(+)
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>