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@xxxxxxx> > 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@xxxxxxx> > --- > target/i386/cpu.c | 30 ++++++++++++++++++++++++++++++ > 1 file changed, 30 insertions(+) Reviewed-by: Zhao Liu <zhao1.liu@xxxxxxxxx>