On 2024-10-24 09:22, Andrew Cooper wrote:
cpu_request_microcode() was never a good name, and the microcode suffix is redundant. Rename it to simply parse().Introduce ucode_parse() and ucode_parse_dup() wrappers around the parse() hook, also abstracting away the make_copy parameter and associated const-correctness. No functional change. Signed-off-by: Andrew Cooper <[email protected]>
Reviewed-by: Jason Andryuk <[email protected]>
