[libvirt] [PATCH] qemu_driver: update comments for qemuDomainSaveInternal

Andrea Bolognani abologna at redhat.com
Wed Aug 17 11:56:15 UTC 2016


On Fri, 2016-08-12 at 16:51 +0800, Chen Hanxiao wrote:
> From: Chen Hanxiao <chenhanxiao at gmail.com>
> 
> s/libvirt.c/libvirt-domain.c
> 
> Signed-off-by: Chen Hanxiao <chenhanxiao at gmail.com>
> ---
>  src/qemu/qemu_driver.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c
> index 5a7733c..54e2770 100644
> --- a/src/qemu/qemu_driver.c
> +++ b/src/qemu/qemu_driver.c
> @@ -3177,7 +3177,7 @@ qemuDomainSaveInternal(virQEMUDriverPtr driver, virDomainPtr dom,
>          }
>      }
>  
> -   /* libvirt.c already guaranteed these two flags are exclusive.  */
> +   /* libvirt-domain.c already guaranteed these two flags are exclusive.  */
>      if (flags & VIR_DOMAIN_SAVE_RUNNING)
>          was_running = true;
>      else if (flags & VIR_DOMAIN_SAVE_PAUSED)

ACK and pushed.

Thanks :)

-- 
Andrea Bolognani / Red Hat / Virtualization




More information about the libvir-list mailing list