[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH] x86/amd: Initial support for Fam19h processors
On 30.04.2020 11:59, Andrew Cooper wrote: > Fam19h is very similar to Fam17h in these regards. > > Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx> Nevertheless a question: > --- a/xen/arch/x86/cpu/microcode/amd.c > +++ b/xen/arch/x86/cpu/microcode/amd.c > @@ -125,6 +125,7 @@ static bool_t verify_patch_size(uint32_t patch_size) > max_size = F16H_MPB_MAX_SIZE; > break; > case 0x17: > + case 0x19: > max_size = F17H_MPB_MAX_SIZE; > break; Didn't you indicate to me the other day that the upper bound would grow? Jan
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |