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

Chen Hanxiao chen_han_xiao at 126.com
Fri Aug 12 08:51:49 UTC 2016


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)
-- 
1.8.3.1





More information about the libvir-list mailing list