Re: [libvirt] [PATCH 07/34] conf: Replace writes to def->maxvcpus with accessor

2015-11-23 Thread John Ferlan
On 11/20/2015 10:21 AM, Peter Krempa wrote: > To support further refactors replace all write access to def->maxvcpus > with a accessor function. > --- > src/conf/domain_conf.c | 18 -- > src/conf/domain_conf.h | 2 ++ > src/hyperv/hyperv_driver.c | 5 - > src/libvir

Re: [libvirt] [PATCH 07/34] conf: Replace writes to def->maxvcpus with accessor

2015-11-23 Thread John Ferlan
On 11/20/2015 10:21 AM, Peter Krempa wrote: > To support further refactors replace all write access to def->maxvcpus > with a accessor function. > --- > src/conf/domain_conf.c | 18 -- > src/conf/domain_conf.h | 2 ++ > src/hyperv/hyperv_driver.c | 5 - > src/libvir

[libvirt] [PATCH 07/34] conf: Replace writes to def->maxvcpus with accessor

2015-11-20 Thread Peter Krempa
To support further refactors replace all write access to def->maxvcpus with a accessor function. --- src/conf/domain_conf.c | 18 -- src/conf/domain_conf.h | 2 ++ src/hyperv/hyperv_driver.c | 5 - src/libvirt_private.syms | 1 + src/libxl/libxl_driver.c | 8 +++