qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/2] fix two bugs about numa _and_ hotplug memory fe


From: zhanghailiang
Subject: [Qemu-devel] [PATCH 0/2] fix two bugs about numa _and_ hotplug memory feature
Date: Tue, 16 Sep 2014 18:39:14 +0800

Hi,

In qemu, We do not update the numa node memory size after hotplug memory,
There will be a confused result for hmp command "info numa" after hotplug 
memory.
Also, if we do not configure numa option, we can't hotplug memory, i think this 
is
a bug.

This patch series fix them.


zhanghailiang (2):
  pc-dimm: No numa option shouldn't break hotplug memory feature
  numa/pc-dimm: Fix stat of memory size in node when hotplug memory

 hw/i386/pc.c            |  1 +
 hw/mem/pc-dimm.c        |  3 +-
 include/sysemu/sysemu.h |  1 +
 numa.c                  | 13 +++++++++++++
 4 files changed, 16 insertions(+), 1 deletion(-)

-- 
1.7.12.4





reply via email to

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