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

2015-04-24 Thread Dmitry Guryanov
On 04/23/2015 04:23 PM, Daniel P. Berrange wrote: On Thu, Apr 23, 2015 at 04:21:27PM +0300, Dmitry Guryanov wrote: 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 v2] parallels: implement .domainGetMaxMemory

2015-04-24 Thread Dmitry Guryanov
On 04/23/2015 04:21 PM, Dmitry Guryanov wrote: 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 | 15 +++ 1 file changed, 15

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

2015-04-23 Thread Daniel P. Berrange
On Thu, Apr 23, 2015 at 04:21:27PM +0300, Dmitry Guryanov wrote: 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 | 15 +++ 1

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

2015-04-23 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 | 15 +++ 1 file changed, 15 insertions(+) Changes in v2: use