[PATCH 0/3] x86: Minor improvements to xen-cpuid

Andrew Cooper posted 3 patches 1 year, 1 month ago
Test gitlab-ci passed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20230310203712.1431387-1-andrew.cooper3@citrix.com
tools/misc/xen-cpuid.c          | 60 +++++++++++++++------------------
tools/ocaml/libs/xc/xenctrl.ml  |  8 ++++-
tools/ocaml/libs/xc/xenctrl.mli |  8 ++++-
xen/arch/x86/sysctl.c           |  4 ++-
xen/include/public/sysctl.h     |  2 ++
5 files changed, 46 insertions(+), 36 deletions(-)
[PATCH 0/3] x86: Minor improvements to xen-cpuid
Posted by Andrew Cooper 1 year, 1 month ago
All to make it easier to do CPUID development work (which is fairness is
mostly me).

Andrew Cooper (3):
  tools/xen-cpuid: Support dash as a bitmap delimiter
  tools/xen-cpuid: Rework the handling of dynamic featuresets
  x86/sysctl: Retrofit XEN_SYSCTL_cpu_featureset_{pv,hvm}_max

 tools/misc/xen-cpuid.c          | 60 +++++++++++++++------------------
 tools/ocaml/libs/xc/xenctrl.ml  |  8 ++++-
 tools/ocaml/libs/xc/xenctrl.mli |  8 ++++-
 xen/arch/x86/sysctl.c           |  4 ++-
 xen/include/public/sysctl.h     |  2 ++
 5 files changed, 46 insertions(+), 36 deletions(-)

-- 
2.30.2
Re: [PATCH 0/3] x86: Minor improvements to xen-cpuid
Posted by Jan Beulich 1 year, 1 month ago
On 10.03.2023 21:37, Andrew Cooper wrote:
> All to make it easier to do CPUID development work (which is fairness is
> mostly me).
> 
> Andrew Cooper (3):
>   tools/xen-cpuid: Support dash as a bitmap delimiter
>   tools/xen-cpuid: Rework the handling of dynamic featuresets
>   x86/sysctl: Retrofit XEN_SYSCTL_cpu_featureset_{pv,hvm}_max

Acked-by: Jan Beulich <jbeulich@suse.com>