Re: [libvirt] [PATCH 02/13] conf: Add helper to determine whether memory hotplug is enabled for a vm

2015-09-22 Thread Peter Krempa
On Tue, Sep 22, 2015 at 14:29:26 +0200, Michal Privoznik wrote: > On 21.09.2015 19:21, Peter Krempa wrote: > > Add a simple helper so that the code doesn't have to rewrite the same > > condition multiple times. > > --- > > src/conf/domain_conf.c| 9 - > > src/conf/domain_conf.h| 1

Re: [libvirt] [PATCH 02/13] conf: Add helper to determine whether memory hotplug is enabled for a vm

2015-09-22 Thread Michal Privoznik
On 21.09.2015 19:21, Peter Krempa wrote: > Add a simple helper so that the code doesn't have to rewrite the same > condition multiple times. > --- > src/conf/domain_conf.c| 9 - > src/conf/domain_conf.h| 1 + > src/libvirt_private.syms | 1 + > src/qemu/qemu_command.c | 2 +- >

[libvirt] [PATCH 02/13] conf: Add helper to determine whether memory hotplug is enabled for a vm

2015-09-21 Thread Peter Krempa
Add a simple helper so that the code doesn't have to rewrite the same condition multiple times. --- src/conf/domain_conf.c| 9 - src/conf/domain_conf.h| 1 + src/libvirt_private.syms | 1 + src/qemu/qemu_command.c | 2 +- src/qemu/qemu_domain.c| 2 +- src/qemu/qemu_migration