]> xenbits.xensource.com Git - xen.git/commit
x86/domctl: don't pause the whole domain if only getting vcpu state
authorAlexandru Isaila <aisaila@bitdefender.com>
Mon, 10 Sep 2018 14:27:00 +0000 (16:27 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 12 Sep 2018 14:43:13 +0000 (16:43 +0200)
commitefaf9122b8d66cef9c67a9ca85e1ca9f7622e478
treef91821252c76685ac69854e6d31d59161b289499
parentd0d8980138c45bddbb846e80e80edca2ad33ff75
x86/domctl: don't pause the whole domain if only getting vcpu state

This patch is focused on moving changing hvm_save_one() to save one
typecode from one vcpu and now that the save functions get data from a
single vcpu we can pause the specific vcpu instead of the domain.

Signed-off-by: Alexandru Isaila <aisaila@bitdefender.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/domctl.c
xen/arch/x86/hvm/save.c