Re: [Qemu-devel] [PATCH v4 2/5] target/i386: Populate AMD Processor Cache Information

2018-03-27 Thread Moger, Babu
.@redhat.com; Hook, Gary ; qemu- > de...@nongnu.org > Subject: Re: [Qemu-devel] [PATCH v4 2/5] target/i386: Populate AMD > Processor Cache Information > > On Wed, Mar 21, 2018 at 08:07:54PM +, Moger, Babu wrote: > > > > > -Original Message- > > >

Re: [Qemu-devel] [PATCH v4 2/5] target/i386: Populate AMD Processor Cache Information

2018-03-21 Thread Eduardo Habkost
> Lendacky, Thomas ; Singh, Brijesh > > ; k...@vger.kernel.org; k...@tripleback.net; > > mtosa...@redhat.com; Hook, Gary ; qemu- > > de...@nongnu.org > > Subject: Re: [Qemu-devel] [PATCH v4 2/5] target/i386: Populate AMD > > Processor Cache Information

Re: [Qemu-devel] [PATCH v4 2/5] target/i386: Populate AMD Processor Cache Information

2018-03-21 Thread Moger, Babu
.@redhat.com; Hook, Gary ; qemu- > de...@nongnu.org > Subject: Re: [Qemu-devel] [PATCH v4 2/5] target/i386: Populate AMD > Processor Cache Information > > On Wed, Mar 21, 2018 at 05:47:28PM +, Moger, Babu wrote: > > > > > > > -Original Message- > &

Re: [Qemu-devel] [PATCH v4 2/5] target/i386: Populate AMD Processor Cache Information

2018-03-21 Thread Eduardo Habkost
gt; > Lendacky, Thomas ; Singh, Brijesh > > ; k...@vger.kernel.org; k...@tripleback.net; > > mtosa...@redhat.com; Hook, Gary ; qemu- > > de...@nongnu.org > > Subject: Re: [Qemu-devel] [PATCH v4 2/5] target/i386: Populate AMD > > Processor Cache Information > &

Re: [Qemu-devel] [PATCH v4 2/5] target/i386: Populate AMD Processor Cache Information

2018-03-21 Thread Moger, Babu
tosa...@redhat.com; Hook, Gary ; qemu- > de...@nongnu.org > Subject: Re: [Qemu-devel] [PATCH v4 2/5] target/i386: Populate AMD > Processor Cache Information > > On Wed, Mar 21, 2018 at 03:58:41PM +, Moger, Babu wrote: > > Hi Eduardo, > > > > > -Original M

Re: [Qemu-devel] [PATCH v4 2/5] target/i386: Populate AMD Processor Cache Information

2018-03-21 Thread Kash Pande
On 2018-03-21 01:09 PM, Eduardo Habkost wrote: > This makes sense if you want to change a CPU model to enable > topoext by default. But I suggest setting it for > ("EPYC" "-" TYPE_X86_CPU) only, not TYPE_X86_CPU, as EPYC is the > only CPU model affected by patch 4/5. AIUI, all 17h CPUs have TOPO

Re: [Qemu-devel] [PATCH v4 2/5] target/i386: Populate AMD Processor Cache Information

2018-03-21 Thread Eduardo Habkost
at.com; > > Lendacky, Thomas ; Singh, Brijesh > > ; k...@vger.kernel.org; k...@tripleback.net; > > mtosa...@redhat.com; Hook, Gary ; qemu- > > de...@nongnu.org > > Subject: Re: [Qemu-devel] [PATCH v4 2/5] target/i386: Populate AMD > > Processor Cache Informat

Re: [Qemu-devel] [PATCH v4 2/5] target/i386: Populate AMD Processor Cache Information

2018-03-21 Thread Moger, Babu
> mtosa...@redhat.com; Hook, Gary ; qemu- > de...@nongnu.org > Subject: Re: [Qemu-devel] [PATCH v4 2/5] target/i386: Populate AMD > Processor Cache Information > > On Tue, Mar 20, 2018 at 05:25:52PM +, Moger, Babu wrote: > > Hi Eduardo, Thanks for the comments. Please see

Re: [Qemu-devel] [PATCH v4 2/5] target/i386: Populate AMD Processor Cache Information

2018-03-20 Thread Moger, Babu
.@redhat.com; Hook, Gary ; qemu- > de...@nongnu.org > Subject: Re: [Qemu-devel] [PATCH v4 2/5] target/i386: Populate AMD > Processor Cache Information > > On Tue, Mar 20, 2018 at 05:25:52PM +, Moger, Babu wrote: > > Hi Eduardo, Thanks for the comments. Please see the res

Re: [Qemu-devel] [PATCH v4 2/5] target/i386: Populate AMD Processor Cache Information

2018-03-20 Thread Eduardo Habkost
> > Cc: pbonz...@redhat.com; r...@twiddle.net; rkrc...@redhat.com; > > Lendacky, Thomas ; Singh, Brijesh > > ; k...@vger.kernel.org; k...@tripleback.net; > > mtosa...@redhat.com; Hook, Gary ; qemu- > > de...@nongnu.org > > Subject: Re: [Qemu-devel] [PATCH v4 2/5] target/i386:

Re: [Qemu-devel] [PATCH v4 2/5] target/i386: Populate AMD Processor Cache Information

2018-03-20 Thread Moger, Babu
ngh, Brijesh > ; k...@vger.kernel.org; k...@tripleback.net; > mtosa...@redhat.com; Hook, Gary ; qemu- > de...@nongnu.org > Subject: Re: [Qemu-devel] [PATCH v4 2/5] target/i386: Populate AMD > Processor Cache Information > > On Mon, Mar 12, 2018 at 05:00:46PM -0400, Babu Moger wrote:

Re: [Qemu-devel] [PATCH v4 2/5] target/i386: Populate AMD Processor Cache Information

2018-03-16 Thread Eduardo Habkost
On Mon, Mar 12, 2018 at 05:00:46PM -0400, Babu Moger wrote: > From: Stanislav Lanci > > Add information for cpuid 0x801D leaf. Populate cache topology information > for different cache types(Data Cache, Instruction Cache, L2 and L3) supported > by 0x801D leaf. Please refer Processor Progr

Re: [Qemu-devel] [PATCH v4 2/5] target/i386: Populate AMD Processor Cache Information

2018-03-15 Thread Eduardo Habkost
Hi, Sorry for not reviewing the previous versions of this series (and making it miss soft freeze). On Mon, Mar 12, 2018 at 05:00:46PM -0400, Babu Moger wrote: > From: Stanislav Lanci > > Add information for cpuid 0x801D leaf. Populate cache topology information > for different cache types(

[Qemu-devel] [PATCH v4 2/5] target/i386: Populate AMD Processor Cache Information

2018-03-12 Thread Babu Moger
From: Stanislav Lanci Add information for cpuid 0x801D leaf. Populate cache topology information for different cache types(Data Cache, Instruction Cache, L2 and L3) supported by 0x801D leaf. Please refer Processor Programming Reference (PPR) for AMD Family 17h Model for more details. Sig