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

2013-03-15 Thread Osier Yang
On 2013年03月01日 14:52, Gao feng wrote: qemuGetNumadAdvice will be used by LXC driver,rename it to virGetNumaAdvice and move it to virnuma.c s/virGetNumaAdvice/virGetNumadAdvice/, Signed-off-by: Gao fenggaof...@cn.fujitsu.com --- po/POTFILES.in | 1 + src/Makefile.am |

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

2013-03-15 Thread Daniel P. Berrange
On Fri, Mar 15, 2013 at 04:13:30PM +0800, Osier Yang wrote: On 2013年03月01日 14:52, Gao feng wrote: qemuGetNumadAdvice will be used by LXC driver,rename it to virGetNumaAdvice and move it to virnuma.c s/virGetNumaAdvice/virGetNumadAdvice/, diff --git a/src/util/virnuma.h

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

2013-02-28 Thread Gao feng
qemuGetNumadAdvice will be used by LXC driver,rename it to virGetNumaAdvice and move it to virnuma.c Signed-off-by: Gao feng gaof...@cn.fujitsu.com --- po/POTFILES.in | 1 + src/Makefile.am | 1 + src/libvirt_private.syms | 3 +++ src/qemu/qemu_process.c | 33