Re: [libvirt] [PATCH v2 1/3] test_driver: consider flags in testDomainSetMemoryFlags

2019-07-24 Thread Erik Skultety
On Fri, Jul 12, 2019 at 07:55:33AM +0200, Ilias Stamatis wrote: > Update the current or max memory, on the persistent or live definition > depending on the flags which are currently ignored. > > Signed-off-by: Ilias Stamatis > --- > src/test/test_driver.c | 51

[libvirt] [PATCH v2 1/3] test_driver: consider flags in testDomainSetMemoryFlags

2019-07-11 Thread Ilias Stamatis
Update the current or max memory, on the persistent or live definition depending on the flags which are currently ignored. Signed-off-by: Ilias Stamatis --- src/test/test_driver.c | 51 +++--- 1 file changed, 43 insertions(+), 8 deletions(-) diff --git