[Qemu-devel] [FIX PATCH] pc-dimm: Fail pc-dimm realization for invalid nodes in non-NUMA configuration

2015-07-17 Thread Bharata B Rao
pc_dimm_realize() validates the NUMA node to which memory hotplug is being performed only in case of NUMA configuration. Include a check to fail invalid nodes in case of non-NUMA configuration too. Signed-off-by: Bharata B Rao --- hw/mem/pc-dimm.c | 5 +++-- 1 file changed, 3 insertions(+), 2 de

Re: [Qemu-devel] [FIX PATCH] pc-dimm: Fail pc-dimm realization for invalid nodes in non-NUMA configuration

2015-09-23 Thread Bharata B Rao
On Wed, Aug 26, 2015 at 01:24:08PM -0300, Eduardo Habkost wrote: > Applied to the numa tree, with the following changes in the commit > message: > > Subject was changed to: > pc-dimm: Fail realization for invalid nodes in non-NUMA config > to make it shorter. Hmm I don't see it here: https://gi

Re: [Qemu-devel] [FIX PATCH] pc-dimm: Fail pc-dimm realization for invalid nodes in non-NUMA configuration

2015-09-24 Thread Eduardo Habkost
On Thu, Sep 24, 2015 at 11:53:30AM +0530, Bharata B Rao wrote: > On Wed, Aug 26, 2015 at 01:24:08PM -0300, Eduardo Habkost wrote: > > Applied to the numa tree, with the following changes in the commit > > message: > > > > Subject was changed to: > > pc-dimm: Fail realization for invalid nodes in

Re: [Qemu-devel] [FIX PATCH] pc-dimm: Fail pc-dimm realization for invalid nodes in non-NUMA configuration

2015-08-02 Thread Bharata B Rao
On Mon, Jul 20, 2015 at 09:15:28AM +0200, Igor Mammedov wrote: > On Fri, 17 Jul 2015 18:19:40 +0530 > Bharata B Rao wrote: > > > pc_dimm_realize() validates the NUMA node to which memory hotplug is > > being performed only in case of NUMA configuration. Include a check > > to fail invalid nodes i

Re: [Qemu-devel] [FIX PATCH] pc-dimm: Fail pc-dimm realization for invalid nodes in non-NUMA configuration

2015-08-26 Thread Eduardo Habkost
Applied to the numa tree, with the following changes in the commit message: Subject was changed to: pc-dimm: Fail realization for invalid nodes in non-NUMA config to make it shorter. On Fri, Jul 17, 2015 at 06:19:40PM +0530, Bharata B Rao wrote: > pc_dimm_realize() validates the NUMA node to wh

Re: [Qemu-devel] [FIX PATCH] pc-dimm: Fail pc-dimm realization for invalid nodes in non-NUMA configuration

2015-07-19 Thread David Gibson
On Fri, Jul 17, 2015 at 06:19:40PM +0530, Bharata B Rao wrote: > pc_dimm_realize() validates the NUMA node to which memory hotplug is > being performed only in case of NUMA configuration. Include a check > to fail invalid nodes in case of non-NUMA configuration too. > > Signed-off-by: Bharata B Ra

Re: [Qemu-devel] [FIX PATCH] pc-dimm: Fail pc-dimm realization for invalid nodes in non-NUMA configuration

2015-07-20 Thread Igor Mammedov
On Fri, 17 Jul 2015 18:19:40 +0530 Bharata B Rao wrote: > pc_dimm_realize() validates the NUMA node to which memory hotplug is > being performed only in case of NUMA configuration. Include a check > to fail invalid nodes in case of non-NUMA configuration too. > > Signed-off-by: Bharata B Rao Re