提交 c8a46e0a 编写于 作者: I Ilias Stamatis 提交者: Erik Skultety

test_driver: testDomainSetMemory should forward the call with VIR_DOMAIN_AFFECT_LIVE

Signed-off-by: NIlias Stamatis <stamatis.iliass@gmail.com>
Reviewed-by: NErik Skultety <eskultet@redhat.com>
上级 6ac402c4
...@@ -2594,7 +2594,7 @@ static int testDomainSetMemoryFlags(virDomainPtr domain, ...@@ -2594,7 +2594,7 @@ static int testDomainSetMemoryFlags(virDomainPtr domain,
static int testDomainSetMemory(virDomainPtr domain, static int testDomainSetMemory(virDomainPtr domain,
unsigned long memory) unsigned long memory)
{ {
return testDomainSetMemoryFlags(domain, memory, 0); return testDomainSetMemoryFlags(domain, memory, VIR_DOMAIN_AFFECT_LIVE);
} }
static int static int
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册