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

2020-03-05 Thread Eduardo Habkost
On Thu, Nov 07, 2019 at 06:00:51PM +, Moger, Babu wrote:
> The following series adds the support for 2nd generation AMD EPYC Processors
> on qemu guests. The model display name for 2nd generation 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

Queued, thanks and sorry for taking so long to handle this.

-- 
Eduardo




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

2020-01-24 Thread Babu Moger
Its been a while. Pinging again.  Please review.

On 11/7/19 12:00 PM, Moger, Babu wrote:
> The following series adds the support for 2nd generation AMD EPYC Processors
> on qemu guests. The model display name for 2nd generation 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
> 
> ---
> v2: Used the versioned CPU models instead of machine-type-based CPU
> compatibility (commented by Eduardo).
> 
> Babu Moger (2):
>   i386: Add missing cpu feature bits in EPYC model
>   i386: Add 2nd Generation AMD EPYC processors
> 
> 
>  target/i386/cpu.c |  119 
> +++--
>  target/i386/cpu.h |2 +
>  2 files changed, 116 insertions(+), 5 deletions(-)
> 
> --
> 



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

2020-01-08 Thread Babu Moger


On 1/7/20 12:47 PM, Liang Yan wrote:
> Kindly Ping.
> Just wondering if there are any plans for it.

Yes. Waiting for the feedback or acceptance. Probably delay is due to
December holidays. Hopefully all are back now.

> 
> Best,
> Liang
> 
> 
> On 11/7/19 1:00 PM, Moger, Babu wrote:
>> The following series adds the support for 2nd generation AMD EPYC Processors
>> on qemu guests. The model display name for 2nd generation will be EPYC-Rome.
>>
>> Also fixes few missed cpu feature bits in 1st generation EPYC models.
>>
>> The Reference documents are available at
>> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdeveloper.amd.com%2Fwp-content%2Fresources%2F55803_0.54-PUB.pdf&data=02%7C01%7CBabu.Moger%40amd.com%7C139e73eeb64b47cd381e08d793a3db70%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637140204317280432&sdata=Mmdaa9miW4aiuDcCAaMfI8zOOYSC7oTFmZurr7tIc%2BE%3D&reserved=0
>> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.amd.com%2Fsystem%2Ffiles%2FTechDocs%2F24594.pdf&data=02%7C01%7CBabu.Moger%40amd.com%7C139e73eeb64b47cd381e08d793a3db70%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637140204317280432&sdata=52%2BseLs2VpNsBMblsC4BI7S0Kz5D%2FoOoqUMNd48NHK0%3D&reserved=0
>>
>> ---
>> v2: Used the versioned CPU models instead of machine-type-based CPU
>> compatibility (commented by Eduardo).
>>
>> Babu Moger (2):
>>   i386: Add missing cpu feature bits in EPYC model
>>   i386: Add 2nd Generation AMD EPYC processors
>>
>>
>>  target/i386/cpu.c |  119 
>> +++--
>>  target/i386/cpu.h |2 +
>>  2 files changed, 116 insertions(+), 5 deletions(-)
>>
>> --
>>



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

2020-01-07 Thread Liang Yan
Kindly Ping.
Just wondering if there are any plans for it.

Best,
Liang


On 11/7/19 1:00 PM, Moger, Babu wrote:
> The following series adds the support for 2nd generation AMD EPYC Processors
> on qemu guests. The model display name for 2nd generation 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
> 
> ---
> v2: Used the versioned CPU models instead of machine-type-based CPU
> compatibility (commented by Eduardo).
> 
> Babu Moger (2):
>   i386: Add missing cpu feature bits in EPYC model
>   i386: Add 2nd Generation AMD EPYC processors
> 
> 
>  target/i386/cpu.c |  119 
> +++--
>  target/i386/cpu.h |2 +
>  2 files changed, 116 insertions(+), 5 deletions(-)
> 
> --
> 


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

2019-11-07 Thread Moger, Babu
The following series adds the support for 2nd generation AMD EPYC Processors
on qemu guests. The model display name for 2nd generation 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

---
v2: Used the versioned CPU models instead of machine-type-based CPU
compatibility (commented by Eduardo).

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


 target/i386/cpu.c |  119 +++--
 target/i386/cpu.h |2 +
 2 files changed, 116 insertions(+), 5 deletions(-)

--