Re: [PATCH v2 2/5] x86: Refactor microcode_update() hypercall with flags

2024-04-23 Thread Fouad Hilly
On Mon, Apr 22, 2024 at 3:18 PM Jan Beulich wrote: > > On 16.04.2024 11:15, Fouad Hilly wrote: > > Refactor microcode_update() hypercall by adding flags field. > > Introduce XENPF_microcode_update2 hypercall to handle flags field. > > struct xenpf_microcode_update updated to have uint32_t flags

Re: [PATCH v2 2/5] x86: Refactor microcode_update() hypercall with flags

2024-04-22 Thread Jan Beulich
On 16.04.2024 11:15, Fouad Hilly wrote: > Refactor microcode_update() hypercall by adding flags field. > Introduce XENPF_microcode_update2 hypercall to handle flags field. > struct xenpf_microcode_update updated to have uint32_t flags at > the end of the sturcture. > > [v2] > 1- Update message

[PATCH v2 2/5] x86: Refactor microcode_update() hypercall with flags

2024-04-16 Thread Fouad Hilly
Refactor microcode_update() hypercall by adding flags field. Introduce XENPF_microcode_update2 hypercall to handle flags field. struct xenpf_microcode_update updated to have uint32_t flags at the end of the sturcture. [v2] 1- Update message description to highlight interface change. 2- Removed