On 05.11.2014 11:56, Prerna Saxena wrote:
This patch set addresses a bunch of memory & NUMA fixes.
Series Description:
===========
Patch 1/3 : Use consistent data type to represent memory elements in various XML
attributes. This ensures all memory elements are always represented as 'unsigned long
long'.
Patch 2/3 : This adds a 'unit' attribute alongwith the 'memory' attribute
of a NUMA cell. This enables users to easily describe how much memory needs to be
allocated to each NUMA cell for a guest domain.
Patch 3/3 : This augments test cases to add the 'unit' tag.
Regards,
The 2/3 and 3/3 should be merged together so that 'make check' won't
fail after 2/3. Otherwise looking good. I've merged 1/3 already.
Michal