Re: [Qemu-devel] [PATCH v7 1/9] i386: Helpers to encode cache information consistently

2018-05-08 Thread Moger, Babu
gt; mar...@redhat.com; pbonz...@redhat.com; r...@twiddle.net > Subject: Re: [Qemu-devel] [PATCH v7 1/9] i386: Helpers to encode cache > information consistently > > On Tue, May 08, 2018 at 06:40:23PM +, Moger, Babu wrote: > > Hi Eduardo, One more comment below. > > > &

Re: [Qemu-devel] [PATCH v7 1/9] i386: Helpers to encode cache information consistently

2018-05-08 Thread Eduardo Habkost
> Cc: ge...@hostfission.com; k...@vger.kernel.org; m...@redhat.com; > > > k...@tripleback.net; mtosa...@redhat.com; qemu-devel@nongnu.org; > > > mar...@redhat.com; pbonz...@redhat.com; r...@twiddle.net > > > Subject: Re: [Qemu-devel] [PATCH v7 1/9] i386: Helpers to enc

Re: [Qemu-devel] [PATCH v7 1/9] i386: Helpers to encode cache information consistently

2018-05-08 Thread Moger, Babu
..@redhat.com; > k...@tripleback.net; mtosa...@redhat.com; qemu-devel@nongnu.org; > mar...@redhat.com; pbonz...@redhat.com; r...@twiddle.net > Subject: RE: [Qemu-devel] [PATCH v7 1/9] i386: Helpers to encode cache > information consistently > > > > > -Original Message

Re: [Qemu-devel] [PATCH v7 1/9] i386: Helpers to encode cache information consistently

2018-05-07 Thread Moger, Babu
gt; mar...@redhat.com; pbonz...@redhat.com; r...@twiddle.net > Subject: Re: [Qemu-devel] [PATCH v7 1/9] i386: Helpers to encode cache > information consistently > > On Mon, May 07, 2018 at 09:14:27PM +, Moger, Babu wrote: > > Eduardo, > >Thanks for all the

Re: [Qemu-devel] [PATCH v7 1/9] i386: Helpers to encode cache information consistently

2018-05-07 Thread Eduardo Habkost
> > To: Moger, Babu > > Cc: m...@redhat.com; mar...@redhat.com; pbonz...@redhat.com; > > r...@twiddle.net; mtosa...@redhat.com; ge...@hostfission.com; > > k...@tripleback.net; qemu-devel@nongnu.org; k...@vger.kernel.org > > Subject: Re: [Qemu-devel] [PATCH v7 1/9] i

Re: [Qemu-devel] [PATCH v7 1/9] i386: Helpers to encode cache information consistently

2018-05-07 Thread Moger, Babu
; r...@twiddle.net; mtosa...@redhat.com; ge...@hostfission.com; > k...@tripleback.net; qemu-devel@nongnu.org; k...@vger.kernel.org > Subject: Re: [Qemu-devel] [PATCH v7 1/9] i386: Helpers to encode cache > information consistently > > Hi, > > I was about to apply this beca

Re: [Qemu-devel] [PATCH v7 1/9] i386: Helpers to encode cache information consistently

2018-05-07 Thread Eduardo Habkost
Hi, I was about to apply this because I assumed it was the same patch I sent in March, but then I found this: On Thu, Apr 26, 2018 at 11:26:41AM -0500, Babu Moger wrote: > From: Eduardo Habkost > > Instead of having a collection of macros that need to be used in > complex expressions to build C

[Qemu-devel] [PATCH v7 1/9] i386: Helpers to encode cache information consistently

2018-04-26 Thread Babu Moger
From: Eduardo Habkost Instead of having a collection of macros that need to be used in complex expressions to build CPUID data, define a CPUCacheInfo struct that can hold information about a given cache. Helper functions will take a CPUCacheInfo struct as input to encode CPUID leaves for a cache