[libvirt] [PATCH v3 0/2] Numa : Allow specification of memory units

2014-11-10 Thread Prerna Saxena
Present XML specification of NUMA node accepts memory in 'KiB' only. This series adds support for input of cell memory in units of choice. Description: === Patch 1/2 : Export virDomainParseMemory for use outside domain_conf Patch 2/2 : Allow specification of 'units' for NUMA nodes.

Re: [libvirt] [PATCH v3 0/2] Numa : Allow specification of memory units

2014-11-10 Thread Michal Privoznik
On 10.11.2014 12:49, Prerna Saxena wrote: Present XML specification of NUMA node accepts memory in 'KiB' only. This series adds support for input of cell memory in units of choice. Description: === Patch 1/2 : Export virDomainParseMemory for use outside domain_conf Patch 2/2 : Allow

Re: [libvirt] [PATCH v3 0/2] Numa : Allow specification of memory units

2014-11-10 Thread Prerna Saxena
On Monday 10 November 2014 07:36 PM, Michal Privoznik wrote: On 10.11.2014 12:49, Prerna Saxena wrote: Present XML specification of NUMA node accepts memory in 'KiB' only. This series adds support for input of cell memory in units of choice. Description: === Patch 1/2 : Export