Re: [Xen-devel] [PATCH v15 12/14] x86/hvm: Drop the use of save functions

2018-08-07 Thread Jan Beulich
>>> On 03.08.18 at 15:53, wrote: > @@ -226,15 +225,14 @@ int hvm_save(struct domain *d, hvm_domain_context_t *h) > /* Save all available kinds of state */ > for ( i = 0; i <= HVM_SAVE_CODE_MAX; i++ ) > { > -handler = hvm_sr_handlers[i].save; > -save_one_handler = hvm

Re: [Xen-devel] [PATCH v15 12/14] x86/hvm: Drop the use of save functions

2018-08-07 Thread Jan Beulich
>>> On 03.08.18 at 15:53, wrote: > This patch drops the use of save functions in hvm_save. But quite a few types still have this set to NULL? How do things work at this point of the series? Am I overlooking anything? I think this needs to be swapped with patch 13. Jan

[Xen-devel] [PATCH v15 12/14] x86/hvm: Drop the use of save functions

2018-08-03 Thread Alexandru Isaila
This patch drops the use of save functions in hvm_save. Signed-off-by: Alexandru Isaila --- xen/arch/x86/hvm/save.c | 25 - 1 file changed, 4 insertions(+), 21 deletions(-) diff --git a/xen/arch/x86/hvm/save.c b/xen/arch/x86/hvm/save.c index 61565fe..363695c 100644 --- a