Re: [libvirt] [PATCH 02/24] conf: Move NUMA cell parsing code from cpu conf to numa conf

2015-02-20 Thread Peter Krempa
On Thu, Feb 19, 2015 at 16:12:28 -0500, John Ferlan wrote: > > > On 02/16/2015 01:51 PM, Peter Krempa wrote: > > For weird historical reasons NUMA cells are added as a subelement of > > while the actual configuration is done in . > > > > This patch splits out the cell parser code from cpu confi

Re: [libvirt] [PATCH 02/24] conf: Move NUMA cell parsing code from cpu conf to numa conf

2015-02-19 Thread John Ferlan
On 02/16/2015 01:51 PM, Peter Krempa wrote: > For weird historical reasons NUMA cells are added as a subelement of > while the actual configuration is done in . > > This patch splits out the cell parser code from cpu config to NUMA > config. Note that the changes to the code are minimal just to

[libvirt] [PATCH 02/24] conf: Move NUMA cell parsing code from cpu conf to numa conf

2015-02-16 Thread Peter Krempa
For weird historical reasons NUMA cells are added as a subelement of while the actual configuration is done in . This patch splits out the cell parser code from cpu config to NUMA config. Note that the changes to the code are minimal just to make it work and the function will be refactored in the