Re: [libvirt] [PATCH v2 3/3] test_driver: testDomainSetMaxMemory should simply forward the call

2019-07-24 Thread Erik Skultety
On Wed, Jul 24, 2019 at 02:53:23PM +0200, Erik Skultety wrote: > On Fri, Jul 12, 2019 at 07:55:35AM +0200, Ilias Stamatis wrote: > > Signed-off-by: Ilias Stamatis > > --- > > This patch cannot be applied, was it formatted from a different branch? I only > applied the diff, built and reviewed.

Re: [libvirt] [PATCH v2 3/3] test_driver: testDomainSetMaxMemory should simply forward the call

2019-07-24 Thread Erik Skultety
On Fri, Jul 12, 2019 at 07:55:35AM +0200, Ilias Stamatis wrote: > Signed-off-by: Ilias Stamatis > --- This patch cannot be applied, was it formatted from a different branch? I only applied the diff, built and reviewed. Like I said in the other series, I could fix it, but I'd be forging a patch

[libvirt] [PATCH v2 3/3] test_driver: testDomainSetMaxMemory should simply forward the call

2019-07-11 Thread Ilias Stamatis
Signed-off-by: Ilias Stamatis --- src/test/test_driver.c | 22 -- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/src/test/test_driver.c b/src/test/test_driver.c index 6b39b78a93..8aea739387 100644 --- a/src/test/test_driver.c +++ b/src/test/test_driver.c @@