Re: [Qemu-devel] [PATCH v7 3/9] i386: Initialize cache information for EPYC family processors

2018-05-07 Thread Eduardo Habkost
On Thu, Apr 26, 2018 at 11:26:43AM -0500, Babu Moger wrote: > Initialize pre-determined cache information for EPYC processors. > > Signed-off-by: Babu Moger > Tested-by: Geoffrey McRae Assuming that the cache information below was validated by people from AMD, patch looks good to me. > --- >

[Qemu-devel] [PATCH v7 3/9] i386: Initialize cache information for EPYC family processors

2018-04-26 Thread Babu Moger
Initialize pre-determined cache information for EPYC processors. Signed-off-by: Babu Moger Tested-by: Geoffrey McRae --- target/i386/cpu.c | 96 +++ 1 file changed, 96 insertions(+) diff --git a/target/i386/cpu.c b/target/i386/cpu.c index a51