Re: [PATCH 17/21] libs/guest: introduce helper set cpu topology in cpu policy

2021-04-01 Thread Andrew Cooper
On 23/03/2021 09:58, Roger Pau Monne wrote: > This logic is pulled out from xc_cpuid_apply_policy and placed into a > separate helper. > > No functional change intended. > > Signed-off-by: Roger Pau Monné > --- > tools/include/xenctrl.h | 4 + > tools/libs/guest/xg_cpuid_x86.c | 181 +++

[PATCH 17/21] libs/guest: introduce helper set cpu topology in cpu policy

2021-03-23 Thread Roger Pau Monne
This logic is pulled out from xc_cpuid_apply_policy and placed into a separate helper. No functional change intended. Signed-off-by: Roger Pau Monné --- tools/include/xenctrl.h | 4 + tools/libs/guest/xg_cpuid_x86.c | 181 +--- 2 files changed, 102 insertio