Re: [Xen-devel] [PATCH 2/5] x86: split out cpuid objects and helpers

2018-05-29 Thread Jan Beulich
>>> On 24.05.18 at 18:05, wrote: > They are moved to a new header which is going to be consumed by both > the hypervisor and toolstack. By the end of this series it is not clear what use all of the moved stuff is going to be to the tool stack. Can we move things as they are indeed gaining a 2nd

Re: [Xen-devel] [PATCH 2/5] x86: split out cpuid objects and helpers

2018-05-25 Thread Roger Pau Monné
On Fri, May 25, 2018 at 11:01:18AM +0100, Andrew Cooper wrote: > On 25/05/18 10:49, Wei Liu wrote: > > On Fri, May 25, 2018 at 11:41:04AM +0200, Roger Pau Monné wrote: > >> On Thu, May 24, 2018 at 05:05:19PM +0100, Wei Liu wrote: > >>> They are moved to a new header which is going to be consumed by

Re: [Xen-devel] [PATCH 2/5] x86: split out cpuid objects and helpers

2018-05-25 Thread Andrew Cooper
On 25/05/18 10:49, Wei Liu wrote: > On Fri, May 25, 2018 at 11:41:04AM +0200, Roger Pau Monné wrote: >> On Thu, May 24, 2018 at 05:05:19PM +0100, Wei Liu wrote: >>> They are moved to a new header which is going to be consumed by both >>> the hypervisor and toolstack. >>> >>> Create a new directory

Re: [Xen-devel] [PATCH 2/5] x86: split out cpuid objects and helpers

2018-05-25 Thread Wei Liu
On Fri, May 25, 2018 at 11:41:04AM +0200, Roger Pau Monné wrote: > On Thu, May 24, 2018 at 05:05:19PM +0100, Wei Liu wrote: > > They are moved to a new header which is going to be consumed by both > > the hypervisor and toolstack. > > > > Create a new directory for this kind of headers in anticipa

Re: [Xen-devel] [PATCH 2/5] x86: split out cpuid objects and helpers

2018-05-25 Thread Roger Pau Monné
On Thu, May 24, 2018 at 05:05:19PM +0100, Wei Liu wrote: > They are moved to a new header which is going to be consumed by both > the hypervisor and toolstack. > > Create a new directory for this kind of headers in anticipation of ^

[Xen-devel] [PATCH 2/5] x86: split out cpuid objects and helpers

2018-05-24 Thread Wei Liu
They are moved to a new header which is going to be consumed by both the hypervisor and toolstack. Create a new directory for this kind of headers in anticipation of more will come. No functional change. Signed-off-by: Wei Liu --- Cc: Jan Beulich Cc: Andrew Cooper Any suggestion on the direc