[PATCH v2 0/3] xen-ucode: print information about currently loaded ucode

Sergey Dyasli posted 3 patches 1 year, 2 months ago
Test gitlab-ci passed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20230228173932.28510-1-sergey.dyasli@citrix.com
There is a newer version of this series
tools/include/xenctrl.h   |  1 +
tools/libs/ctrl/xc_misc.c | 20 ++++++++
tools/misc/Makefile       |  2 +-
tools/misc/xen-ucode.c    | 97 +++++++++++++++++++++++++++++++++++++++
xen/arch/x86/cpu/common.c | 58 +++++++++++++++++++++++
5 files changed, 177 insertions(+), 1 deletion(-)
[PATCH v2 0/3] xen-ucode: print information about currently loaded ucode
Posted by Sergey Dyasli 1 year, 2 months ago
I've split the patch into 3 parts. And now I'm using xenhypfs instead of
introducing another platform op. That's my first attempt at xenhypfs and
the patch itself is of RFC quality. Open questions are where to put the
new code and if it's possible to come up with a better hypfs functions.

Sergey Dyasli (3):
  xen/hypfs: add initial cpuinfo directory
  tools/xenctrl: add xc_get_cpu_version()
  tools/xen-ucode: print information about currently loaded ucode

 tools/include/xenctrl.h   |  1 +
 tools/libs/ctrl/xc_misc.c | 20 ++++++++
 tools/misc/Makefile       |  2 +-
 tools/misc/xen-ucode.c    | 97 +++++++++++++++++++++++++++++++++++++++
 xen/arch/x86/cpu/common.c | 58 +++++++++++++++++++++++
 5 files changed, 177 insertions(+), 1 deletion(-)

-- 
2.17.1