Re: [Xen-devel] [PATCH v13 16/23] x86: L2 CAT: implement CPU init flow.

2017-07-12 Thread Yi Sun
On 17-07-12 14:09:40, Jan Beulich wrote: > >>> Yi Sun 07/06/17 4:07 AM >>> > >This patch implements the CPU init flow for L2 CAT. > > > >Note: L2 CAT does NOT work until you apply the later patches of L2 CAT. > >"x86: L2 CAT: implement get hw info flow." > >"x86: L2 CAT: implement get value flow."

Re: [Xen-devel] [PATCH v13 16/23] x86: L2 CAT: implement CPU init flow.

2017-07-12 Thread Jan Beulich
>>> Yi Sun 07/06/17 4:07 AM >>> >This patch implements the CPU init flow for L2 CAT. > >Note: L2 CAT does NOT work until you apply the later patches of L2 CAT. >"x86: L2 CAT: implement get hw info flow." >"x86: L2 CAT: implement get value flow." >"x86: L2 CAT: implement set value flow." Same comm

[Xen-devel] [PATCH v13 16/23] x86: L2 CAT: implement CPU init flow.

2017-07-05 Thread Yi Sun
This patch implements the CPU init flow for L2 CAT. Note: L2 CAT does NOT work until you apply the later patches of L2 CAT. "x86: L2 CAT: implement get hw info flow." "x86: L2 CAT: implement get value flow." "x86: L2 CAT: implement set value flow." Signed-off-by: Yi Sun --- v13: - add commit