qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v6] numa: make 'info numa' take into account hot


From: zhanghailiang
Subject: Re: [Qemu-devel] [PATCH v6] numa: make 'info numa' take into account hotplugged memory
Date: Thu, 23 Oct 2014 08:32:08 +0800
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Thunderbird/31.1.1

Hi,

Ping...
This patch has been reviewed, please pick up, Thanks.

Best Regargs,
zhanghailiang

On 2014/10/17 17:02, Gonglei wrote:
On 2014/10/17 16:50, zhanghailiang wrote:

When do memory hotplug, if there is numa node, we should add
the memory size to the corresponding node memory size.

For now, it mainly affects the result of hmp command "info numa".

Reviewed-by: Igor Mammedov <address@hidden>
Signed-off-by: zhanghailiang <address@hidden>
---
  v6:
- remove unnecessary 'di' variable (GongLei)
  v5:
- reword the subject (Igor Mammedov)
- turn query_numa_node_mem to void (Igor Mammedov)
  v4:
- s/pc_dimm_stat_node_mem/numa_stat_memory_devices/ (Igor Mammedov)
- rewrite numa_stat_memory_devices and this will also fix compile error for
   targets that don't support memory hotplug
  v3:
- cold-plugged memory should not be excluded (Igor Mammedov)
  v2:
- Don't modify the numa_info.node_mem directly when treating hotplug memory,
   fix the "info numa" instead (Igor Mammedov)

Thanks for review!;)
---

  include/sysemu/sysemu.h |  1 +
  monitor.c               |  6 +++++-
  numa.c                  | 38 ++++++++++++++++++++++++++++++++++++++
  3 files changed, 44 insertions(+), 1 deletion(-)


Reviewed-by: Gonglei <address@hidden>

Best regards,
-Gonglei


.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]