Re: [libvirt] [PATCH v3 3/4] NUMA: cleanup for numa related codes

2013-03-18 Thread Gao feng
On 2013/03/18 19:33, Osier Yang wrote: > On 2013年03月18日 18:06, Gao feng wrote: >> On 2013/03/18 17:34, Osier Yang wrote: >>> On 2013年03月18日 17:04, Gao feng wrote: Intend to reduce the redundant code,use virNumaSetupMemoryPolicy to replace virLXCControllerSetupNUMAPolicy and qemuProce

Re: [libvirt] [PATCH v3 3/4] NUMA: cleanup for numa related codes

2013-03-18 Thread Daniel P. Berrange
On Mon, Mar 18, 2013 at 05:04:03PM +0800, Gao feng wrote: > Intend to reduce the redundant code,use virNumaSetupMemoryPolicy > to replace virLXCControllerSetupNUMAPolicy and > qemuProcessInitNumaMemoryPolicy. > > This patch also moves the numa related codes to the > file virnuma.c and virnuma.h >

Re: [libvirt] [PATCH v3 3/4] NUMA: cleanup for numa related codes

2013-03-18 Thread Osier Yang
On 2013年03月18日 18:06, Gao feng wrote: On 2013/03/18 17:34, Osier Yang wrote: On 2013年03月18日 17:04, Gao feng wrote: Intend to reduce the redundant code,use virNumaSetupMemoryPolicy to replace virLXCControllerSetupNUMAPolicy and qemuProcessInitNumaMemoryPolicy. This patch also moves the numa rel

Re: [libvirt] [PATCH v3 3/4] NUMA: cleanup for numa related codes

2013-03-18 Thread Gao feng
On 2013/03/18 17:34, Osier Yang wrote: > On 2013年03月18日 17:04, Gao feng wrote: >> Intend to reduce the redundant code,use virNumaSetupMemoryPolicy >> to replace virLXCControllerSetupNUMAPolicy and >> qemuProcessInitNumaMemoryPolicy. >> >> This patch also moves the numa related codes to the >> file

Re: [libvirt] [PATCH v3 3/4] NUMA: cleanup for numa related codes

2013-03-18 Thread Osier Yang
On 2013年03月18日 17:04, Gao feng wrote: > Intend to reduce the redundant code,use virNumaSetupMemoryPolicy > to replace virLXCControllerSetupNUMAPolicy and > qemuProcessInitNumaMemoryPolicy. > > This patch also moves the numa related codes to the > file virnuma.c and virnuma.h > > Signed-off-by: Ga

[libvirt] [PATCH v3 3/4] NUMA: cleanup for numa related codes

2013-03-18 Thread Gao feng
Intend to reduce the redundant code,use virNumaSetupMemoryPolicy to replace virLXCControllerSetupNUMAPolicy and qemuProcessInitNumaMemoryPolicy. This patch also moves the numa related codes to the file virnuma.c and virnuma.h Signed-off-by: Gao feng --- include/libvirt/libvirt.h.in | 15 --