Re: [libvirt] [PATCH] parallels: implement .domainGetMaxMemory

2015-04-23 Thread Maxim Nestratov
20.04.2015 14:43, Maxim Nestratov пишет: 19.03.2015 18:39, Dmitry Guryanov пишет: Since we haven't implemented balloon parameters tuning we can just return amount of memory in this function. Signed-off-by: Dmitry Guryanov dgurya...@parallels.com --- src/parallels/parallels_driver.c | 19

Re: [libvirt] [PATCH] parallels: implement .domainGetMaxMemory

2015-04-23 Thread Dmitry Guryanov
On 04/23/2015 03:55 PM, Maxim Nestratov wrote: 20.04.2015 14:43, Maxim Nestratov пишет: 19.03.2015 18:39, Dmitry Guryanov пишет: Since we haven't implemented balloon parameters tuning we can just return amount of memory in this function. Signed-off-by: Dmitry Guryanov dgurya...@parallels.com

Re: [libvirt] [PATCH] parallels: implement .domainGetMaxMemory

2015-04-20 Thread Maxim Nestratov
19.03.2015 18:39, Dmitry Guryanov пишет: Since we haven't implemented balloon parameters tuning we can just return amount of memory in this function. Signed-off-by: Dmitry Guryanov dgurya...@parallels.com --- src/parallels/parallels_driver.c | 19 +++ 1 file changed, 19

[libvirt] [PATCH] parallels: implement .domainGetMaxMemory

2015-03-19 Thread Dmitry Guryanov
Since we haven't implemented balloon parameters tuning we can just return amount of memory in this function. Signed-off-by: Dmitry Guryanov dgurya...@parallels.com --- src/parallels/parallels_driver.c | 19 +++ 1 file changed, 19 insertions(+) diff --git