Re: [libvirt] [PATCH 1/4] rename qemuGetNumadAdvice to virDomainGetNumadAdvice

2013-02-28 Thread Gao feng
On 2013/02/28 01:16, Daniel P. Berrange wrote: > On Wed, Feb 27, 2013 at 05:11:06PM +, Daniel P. Berrange wrote: >> On Wed, Feb 27, 2013 at 04:09:35PM +0800, Gao feng wrote: >>> qemuGetNumadAdvice will be used by LXC driver,rename >>> it to virDomainGetNumaAdvice and move it to domain_conf.c >>

Re: [libvirt] [PATCH 1/4] rename qemuGetNumadAdvice to virDomainGetNumadAdvice

2013-02-27 Thread Daniel P. Berrange
On Wed, Feb 27, 2013 at 05:11:06PM +, Daniel P. Berrange wrote: > On Wed, Feb 27, 2013 at 04:09:35PM +0800, Gao feng wrote: > > qemuGetNumadAdvice will be used by LXC driver,rename > > it to virDomainGetNumaAdvice and move it to domain_conf.c > > > > Signed-off-by: Gao feng > > --- > > src/c

Re: [libvirt] [PATCH 1/4] rename qemuGetNumadAdvice to virDomainGetNumadAdvice

2013-02-27 Thread Daniel P. Berrange
On Wed, Feb 27, 2013 at 04:09:35PM +0800, Gao feng wrote: > qemuGetNumadAdvice will be used by LXC driver,rename > it to virDomainGetNumaAdvice and move it to domain_conf.c > > Signed-off-by: Gao feng > --- > src/conf/domain_conf.c | 31 +++ > src/conf/domain_conf.h

[libvirt] [PATCH 1/4] rename qemuGetNumadAdvice to virDomainGetNumadAdvice

2013-02-27 Thread Gao feng
qemuGetNumadAdvice will be used by LXC driver,rename it to virDomainGetNumaAdvice and move it to domain_conf.c Signed-off-by: Gao feng --- src/conf/domain_conf.c | 31 +++ src/conf/domain_conf.h | 2 ++ src/libvirt_private.syms | 1 + src/qemu/qemu_process.c |