Re: [Xen-devel] [PATCH 1/2] add cpu_thread_id to struct cpuinfo_x86

2018-09-03 Thread Jan Beulich
>>> On 03.09.18 at 17:11, wrote: > On 03/09/18 17:07, Jan Beulich wrote: > On 03.09.18 at 16:52, wrote: >>> On 03/09/18 16:47, Jan Beulich wrote: >>> On 03.09.18 at 15:53, wrote: > On 03/09/18 15:46, Jan Beulich wrote: > On 31.08.18 at 18:22, wrote: >>> Add the thread-id

Re: [Xen-devel] [PATCH 1/2] add cpu_thread_id to struct cpuinfo_x86

2018-09-03 Thread Juergen Gross
On 03/09/18 17:07, Jan Beulich wrote: On 03.09.18 at 16:52, wrote: >> On 03/09/18 16:47, Jan Beulich wrote: >> On 03.09.18 at 15:53, wrote: On 03/09/18 15:46, Jan Beulich wrote: On 31.08.18 at 18:22, wrote: >> Add the thread-id to the cpu config data and an accessor ma

Re: [Xen-devel] [PATCH 1/2] add cpu_thread_id to struct cpuinfo_x86

2018-09-03 Thread Andrew Cooper
On 03/09/18 15:52, Juergen Gross wrote: > On 03/09/18 16:47, Jan Beulich wrote: > On 03.09.18 at 15:53, wrote: >>> On 03/09/18 15:46, Jan Beulich wrote: >>> On 31.08.18 at 18:22, wrote: > Add the thread-id to the cpu config data and an accessor macro > cpu_to_thread(). > >

Re: [Xen-devel] [PATCH 1/2] add cpu_thread_id to struct cpuinfo_x86

2018-09-03 Thread Jan Beulich
>>> On 03.09.18 at 16:52, wrote: > On 03/09/18 16:47, Jan Beulich wrote: > On 03.09.18 at 15:53, wrote: >>> On 03/09/18 15:46, Jan Beulich wrote: >>> On 31.08.18 at 18:22, wrote: > Add the thread-id to the cpu config data and an accessor macro > cpu_to_thread(). > > Signe

Re: [Xen-devel] [PATCH 1/2] add cpu_thread_id to struct cpuinfo_x86

2018-09-03 Thread Juergen Gross
On 03/09/18 16:47, Jan Beulich wrote: On 03.09.18 at 15:53, wrote: >> On 03/09/18 15:46, Jan Beulich wrote: >> On 31.08.18 at 18:22, wrote: Add the thread-id to the cpu config data and an accessor macro cpu_to_thread(). Signed-off-by: Juergen Gross --- xen

Re: [Xen-devel] [PATCH 1/2] add cpu_thread_id to struct cpuinfo_x86

2018-09-03 Thread Jan Beulich
>>> On 03.09.18 at 15:53, wrote: > On 03/09/18 15:46, Jan Beulich wrote: > On 31.08.18 at 18:22, wrote: >>> Add the thread-id to the cpu config data and an accessor macro >>> cpu_to_thread(). >>> >>> Signed-off-by: Juergen Gross >>> --- >>> xen/arch/x86/cpu/common.c | 1 + >>> xen/ar

Re: [Xen-devel] [PATCH 1/2] add cpu_thread_id to struct cpuinfo_x86

2018-09-03 Thread Juergen Gross
On 03/09/18 15:46, Jan Beulich wrote: On 31.08.18 at 18:22, wrote: >> Add the thread-id to the cpu config data and an accessor macro >> cpu_to_thread(). >> >> Signed-off-by: Juergen Gross >> --- >> xen/arch/x86/cpu/common.c | 1 + >> xen/arch/x86/smpboot.c | 10 ++ >>

Re: [Xen-devel] [PATCH 1/2] add cpu_thread_id to struct cpuinfo_x86

2018-09-03 Thread Jan Beulich
>>> On 31.08.18 at 18:22, wrote: > Add the thread-id to the cpu config data and an accessor macro > cpu_to_thread(). > > Signed-off-by: Juergen Gross > --- > xen/arch/x86/cpu/common.c | 1 + > xen/arch/x86/smpboot.c | 10 ++ > xen/include/asm-arm/processor.h | 1 + > xe