[libvirt] [PATCH v3 2/8] domain_conf: Add default memballoon in PostParse callbacks

2013-08-30 Thread Cole Robinson
This should be a no-op change for now. --- src/conf/domain_conf.c | 13 - src/qemu/qemu_domain.c | 10 ++ src/xen/xen_driver.c | 9 + 3 files changed, 19 insertions(+), 13 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index f8fbf79..fafbb

Re: [libvirt] [PATCH v3 2/8] domain_conf: Add default memballoon in PostParse callbacks

2013-08-30 Thread Eric Blake
On 08/30/2013 10:41 AM, Cole Robinson wrote: > This should be a no-op change for now. > --- > src/conf/domain_conf.c | 13 - > src/qemu/qemu_domain.c | 10 ++ > src/xen/xen_driver.c | 9 + > 3 files changed, 19 insertions(+), 13 deletions(-) ACK; this one was origin

Re: [libvirt] [PATCH v3 2/8] domain_conf: Add default memballoon in PostParse callbacks

2013-09-02 Thread Daniel P. Berrange
On Fri, Aug 30, 2013 at 12:41:30PM -0400, Cole Robinson wrote: > This should be a no-op change for now. > --- > src/conf/domain_conf.c | 13 - > src/qemu/qemu_domain.c | 10 ++ > src/xen/xen_driver.c | 9 + > 3 files changed, 19 insertions(+), 13 deletions(-) ACK