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

Sergey Dyasli posted 3 patches 1 year, 1 month ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20230321114745.11044-1-sergey.dyasli@citrix.com
There is a newer version of this series
tools/include/xenctrl.h                  |  3 ++
tools/libs/ctrl/xc_misc.c                | 41 +++++++++++++++
tools/misc/xen-ucode.c                   | 66 ++++++++++++++++++++++++
xen/arch/x86/platform_hypercall.c        | 30 +++++++++++
xen/arch/x86/x86_64/platform_hypercall.c |  4 ++
xen/include/public/platform.h            | 12 +++++
xen/include/xlat.lst                     |  1 +
7 files changed, 157 insertions(+)
[PATCH v3 0/3] xen-ucode: print information about currently loaded ucode
Posted by Sergey Dyasli 1 year, 1 month ago
For v3 I've removed the usage of xenhypfs and gone back to adding
a new platform op.

Sergey Dyasli (3):
  tools/xenctrl: add xc_get_cpu_version()
  x86/platform: introduce XENPF_get_ucode_version
  tools/xen-ucode: print information about currently loaded ucode

 tools/include/xenctrl.h                  |  3 ++
 tools/libs/ctrl/xc_misc.c                | 41 +++++++++++++++
 tools/misc/xen-ucode.c                   | 66 ++++++++++++++++++++++++
 xen/arch/x86/platform_hypercall.c        | 30 +++++++++++
 xen/arch/x86/x86_64/platform_hypercall.c |  4 ++
 xen/include/public/platform.h            | 12 +++++
 xen/include/xlat.lst                     |  1 +
 7 files changed, 157 insertions(+)

-- 
2.17.1