On Fri, Jul 12, 2024 at 2:27 PM Jan Beulich wrote:
>
> On 12.07.2024 15:07, Fouad Hilly wrote:
> > @@ -79,6 +81,8 @@ static void usage(FILE *stream, const char *name)
> > "options:\n"
> > " -h, --helpdisplay this help\n"
> > " -s, --show-cpu-inf
On 12.07.2024 15:07, Fouad Hilly wrote:
> @@ -79,6 +81,8 @@ static void usage(FILE *stream, const char *name)
> "options:\n"
> " -h, --helpdisplay this help\n"
> " -s, --show-cpu-info show CPU information\n"
> +" -f, --force
Introduce --force option to xen-ucode to force skipping microcode version
check, which
allows the user to update x86 microcode even if both versions are the same or
downgrade.
xc_microcode_update() refactored to accept flags and utilize
xenpf_microcode_update2.
Signed-off-by: Fouad Hilly
Revie