Re: [Qemu-devel] [PATCH] hw/arm/virt-acpi-build: Add a check for memory-less NUMA nodes

2018-09-25 Thread Peter Maydell
On 11 September 2018 at 12:26, Shannon Zhao wrote: > From: Shannon Zhao > > Like commit 16b4226(hw/acpi-build: Add a check for memory-less NUMA node > ), it also needs to check memory length for NUMA nodes on ARM. > > Signed-off-by: Shannon Zhao > --- > hw/arm/virt-acpi-build.c | 10 ++

Re: [Qemu-devel] [PATCH] hw/arm/virt-acpi-build: Add a check for memory-less NUMA nodes

2018-09-12 Thread Andrew Jones
On Tue, Sep 11, 2018 at 07:26:43PM +0800, Shannon Zhao wrote: > From: Shannon Zhao > > Like commit 16b4226(hw/acpi-build: Add a check for memory-less NUMA node > ), it also needs to check memory length for NUMA nodes on ARM. > > Signed-off-by: Shannon Zhao > --- > hw/arm/virt-acpi-build.c | 10

[Qemu-devel] [PATCH] hw/arm/virt-acpi-build: Add a check for memory-less NUMA nodes

2018-09-11 Thread Shannon Zhao
From: Shannon Zhao Like commit 16b4226(hw/acpi-build: Add a check for memory-less NUMA node ), it also needs to check memory length for NUMA nodes on ARM. Signed-off-by: Shannon Zhao --- hw/arm/virt-acpi-build.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/hw/