Re: [PATCH v4 2/4] x86/ucode: refactor xen-ucode to utilize getopt

2024-05-28 Thread Andrew Cooper
On 28/05/2024 4:29 pm, Fouad Hilly wrote: > Use getopt_long() to handle command line arguments. > Introduce ext_err for common exit with errors. > xc_microcode_update() refactored to accept flags and utilize > xenpf_microcode_update2 Importantly, not.  That's deferred until the next patch. > Int

[PATCH v4 2/4] x86/ucode: refactor xen-ucode to utilize getopt

2024-05-28 Thread Fouad Hilly
Use getopt_long() to handle command line arguments. Introduce ext_err for common exit with errors. xc_microcode_update() refactored to accept flags and utilize xenpf_microcode_update2 Introducing usage() to handle usage\help messages in a common block. show_curr_cpu is printed to stdout only. Sig