Re: [Xen-devel] [PATCH RFC 08/12] xen/x86: setup PVHv2 Dom0 CPUs

2016-09-27 Thread Jan Beulich
>>> On 26.09.16 at 19:05, wrote: > On Mon, Sep 26, 2016 at 10:19:04AM -0600, Jan Beulich wrote: >> >>> On 29.07.16 at 18:29, wrote: >> > Initialize Dom0 BSP/APs and setup the memory and IO permissions. >> > >> > Signed-off-by: Roger Pau Monné >> > --- >> > Cc: Jan Beulich >> > Cc: Andrew Coope

Re: [Xen-devel] [PATCH RFC 08/12] xen/x86: setup PVHv2 Dom0 CPUs

2016-09-26 Thread Roger Pau Monne
On Mon, Sep 26, 2016 at 10:19:04AM -0600, Jan Beulich wrote: > >>> On 29.07.16 at 18:29, wrote: > > Initialize Dom0 BSP/APs and setup the memory and IO permissions. > > > > Signed-off-by: Roger Pau Monné > > --- > > Cc: Jan Beulich > > Cc: Andrew Cooper > > --- > > The logic used to setup the

Re: [Xen-devel] [PATCH RFC 08/12] xen/x86: setup PVHv2 Dom0 CPUs

2016-09-26 Thread Jan Beulich
>>> On 29.07.16 at 18:29, wrote: > Initialize Dom0 BSP/APs and setup the memory and IO permissions. > > Signed-off-by: Roger Pau Monné > --- > Cc: Jan Beulich > Cc: Andrew Cooper > --- > The logic used to setup the CPUID leaves is extremely simplistic (and > probably wrong for hardware differe

[Xen-devel] [PATCH RFC 08/12] xen/x86: setup PVHv2 Dom0 CPUs

2016-07-29 Thread Roger Pau Monne
Initialize Dom0 BSP/APs and setup the memory and IO permissions. Signed-off-by: Roger Pau Monné --- Cc: Jan Beulich Cc: Andrew Cooper --- The logic used to setup the CPUID leaves is extremely simplistic (and probably wrong for hardware different than mine). I'm not sure what's the best way to d