Re: [Xen-devel] [PATCH v8 08/16] microcode: remove struct ucode_cpu_info

2019-08-02 Thread Jan Beulich
On 01.08.2019 12:22, Chao Gao wrote: > Remove the per-cpu cache field in struct ucode_cpu_info since it has > been replaced by a global cache. It would leads to only one field > remaining in ucode_cpu_info. Then, this struct is removed and the > remaining field (cpu signature) is stored in per-cpu

[Xen-devel] [PATCH v8 08/16] microcode: remove struct ucode_cpu_info

2019-08-01 Thread Chao Gao
Remove the per-cpu cache field in struct ucode_cpu_info since it has been replaced by a global cache. It would leads to only one field remaining in ucode_cpu_info. Then, this struct is removed and the remaining field (cpu signature) is stored in per-cpu area. The cpu status notifier is also remove