[libvirt] [PATCH] save domain status after modifing vcpupin

Michal Privoznik mprivozn at redhat.com
Tue Jun 28 10:36:45 UTC 2011


On 28.06.2011 05:43, Wen Congyang wrote:
> We should save domain status after modifing vcpupin. If not,
> we will get wrong vcpupin information after rebooting libvirtd.
> 
> ---
>  src/qemu/qemu_driver.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c
> index 8fcc266..768e0f2 100644
> --- a/src/qemu/qemu_driver.c
> +++ b/src/qemu/qemu_driver.c
> @@ -3124,6 +3124,8 @@ qemudDomainPinVcpuFlags(virDomainPtr dom,
>              }
>          }
>  
> +        if (virDomainSaveStatus(driver->caps, driver->stateDir, vm) < 0)
> +            goto cleanup;
>      }
>  
>      if (flags & VIR_DOMAIN_AFFECT_CONFIG) {

ACK.

Michal




More information about the libvir-list mailing list