Re: [Xen-devel] [PATCH v4 1/2] x86/hvm: Introduce *save_one() functions

2018-05-17 Thread Jan Beulich
>>> On 07.05.18 at 10:24, wrote: > This patch introduces save_one() functions. They will be called in the > *save() so we can extract data for a single instance. Mostly fine, but please split up into one patch per save type. > --- a/xen/arch/x86/cpu/mcheck/vmce.c > +++ b/xen/arch/x86/cpu/mcheck/

[Xen-devel] [PATCH v4 1/2] x86/hvm: Introduce *save_one() functions

2018-05-07 Thread Alexandru Isaila
This patch introduces save_one() functions. They will be called in the *save() so we can extract data for a single instance. Signed-off-by: Alexandru Isaila --- Changes since V3: - Rb to the lateste staging version - Split the patch into 2 patches. --- xen/arch/x86/cpu/mcheck/vm