From: Ilias Stamatis Date: Fri, 12 Jul 2019 05:55:34 +0000 (+0200) Subject: test_driver: testDomainSetMemory should forward the call with VIR_DOMAIN_AFFECT_LIVE X-Git-Tag: v5.6.0-rc1~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8a46e0a1d94b4131e500df5432cc4a3b50b39a6;p=thirdparty%2Flibvirt.git test_driver: testDomainSetMemory should forward the call with VIR_DOMAIN_AFFECT_LIVE Signed-off-by: Ilias Stamatis Reviewed-by: Erik Skultety --- diff --git a/src/test/test_driver.c b/src/test/test_driver.c index e4698187ba..f604799881 100755 --- a/src/test/test_driver.c +++ b/src/test/test_driver.c @@ -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