]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
test_driver: testDomainSetMemory should forward the call with VIR_DOMAIN_AFFECT_LIVE
authorIlias Stamatis <stamatis.iliass@gmail.com>
Fri, 12 Jul 2019 05:55:34 +0000 (07:55 +0200)
committerErik Skultety <eskultet@redhat.com>
Wed, 24 Jul 2019 15:28:47 +0000 (17:28 +0200)
Signed-off-by: Ilias Stamatis <stamatis.iliass@gmail.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
src/test/test_driver.c

index e4698187bad0533812c27a2a0be79bc92f807653..f60479988128a4b956ea7f2dea4f3c6d384b16bd 100755 (executable)
@@ -2594,7 +2594,7 @@ static int testDomainSetMemoryFlags(virDomainPtr domain,
 static int testDomainSetMemory(virDomainPtr domain,
                                unsigned long memory)
 {
-    return testDomainSetMemoryFlags(domain, memory, 0);
+    return testDomainSetMemoryFlags(domain, memory, VIR_DOMAIN_AFFECT_LIVE);
 }
 
 static int