[PATCH 0/2] Add support for 2nd generation AMD EPYC processors

Moger, Babu posted 2 patches 4 years, 4 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
hw/i386/pc.c      |    8 +++-
target/i386/cpu.c |  113 ++++++++++++++++++++++++++++++++++++++++++++++++++---
target/i386/cpu.h |    2 +
3 files changed, 115 insertions(+), 8 deletions(-)
[PATCH 0/2] Add support for 2nd generation AMD EPYC processors
Posted by Moger, Babu 4 years, 4 months ago
The following series adds the support for 2nd generation AMD EPYC Processors
on qemu guests. The model display name for will be EPYC-Rome.

Also fixes few missed cpu feature bits in 1st generation EPYC models.

The Reference documents are available at
https://developer.amd.com/wp-content/resources/55803_0.54-PUB.pdf
https://www.amd.com/system/files/TechDocs/24594.pdf

---

Babu Moger (2):
      i386: Add missing cpu feature bits in EPYC model
      i386: Add 2nd Generation AMD EPYC processors


 hw/i386/pc.c      |    8 +++-
 target/i386/cpu.c |  113 ++++++++++++++++++++++++++++++++++++++++++++++++++---
 target/i386/cpu.h |    2 +
 3 files changed, 115 insertions(+), 8 deletions(-)

--