Re: [Qemu-devel] [PATCH v1 5/7] numa: Extend the command-line to provide memory latency and bandwidth information

2018-05-09 Thread Liu, Jingqi
: [Qemu-devel] [PATCH v1 5/7] numa: Extend the command-line to > provide memory latency and bandwidth information > > On 05/09/2018 03:36 AM, Liu Jingqi wrote: > > Add -numa hmat-lb option to provide System Locality Latency and > > Bandwidth Information. These memory attributes

Re: [Qemu-devel] [PATCH v1 5/7] numa: Extend the command-line to provide memory latency and bandwidth information

2018-05-09 Thread Eric Blake
On 05/09/2018 03:36 AM, Liu Jingqi wrote: Add -numa hmat-lb option to provide System Locality Latency and Bandwidth Information. These memory attributes help to build System Locality Latency and Bandwidth Information Structure(s) in ACPI Heterogeneous Memory Attribute Table (HMAT). Signed-off-by

[Qemu-devel] [PATCH v1 5/7] numa: Extend the command-line to provide memory latency and bandwidth information

2018-05-09 Thread Liu Jingqi
Add -numa hmat-lb option to provide System Locality Latency and Bandwidth Information. These memory attributes help to build System Locality Latency and Bandwidth Information Structure(s) in ACPI Heterogeneous Memory Attribute Table (HMAT). Signed-off-by: Liu Jingqi --- numa.c | 142 +++