On 17/04/2023 2:53 pm, Sergey Dyasli wrote: > Add an option to xen-ucode tool to print the currently loaded ucode > revision and also print it during usage info. Print CPU signature and > platform flags as well. The raw data comes from XENPF_get_cpu_version > and XENPF_get_ucode_revision platform ops. > > Example output: > Intel: CPU signature 06-55-04 (raw 0x00050654) pf 0x1 revision 0x02006e05 > AMD: CPU signature 19-01-01 (raw 0x00a00f11) revision 0x0a0011ce > > Signed-off-by: Sergey Dyasli <sergey.dya...@citrix.com>
Acked-by: Andrew Cooper <andrew.coop...@citrix.com> This is good enough for now. Incremental improvements can follow up.