qemu-s390x
[Top][All Lists]
Advanced

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

Re: [qemu-s390x] [PATCH v3] numa: we don't implement NUMA for s390x


From: Cornelia Huck
Subject: Re: [qemu-s390x] [PATCH v3] numa: we don't implement NUMA for s390x
Date: Tue, 6 Mar 2018 11:11:27 +0100

On Tue, 27 Feb 2018 12:02:55 +0100
David Hildenbrand <address@hidden> wrote:

> Right now it is possible to crash QEMU for s390x by providing e.g.
>     -numa node,nodeid=0,cpus=0-1
> 
> Problem is, that numa.c uses mc->cpu_index_to_instance_props as an
> indicator whether NUMA is supported by a machine type. We don't
> implement NUMA for s390x ("topology") yet. However we need
> mc->cpu_index_to_instance_props for query-cpus.
> 
> So let's fix this case by also checking for mc->get_default_cpu_node_id,
> which will be needed by machine_set_cpu_numa_node().
> 
> qemu-system-s390x: -numa node,nodeid=0,cpus=0-1: NUMA is not supported by
>                    this machine-type
> 
> While at it, make s390_cpu_index_to_props() look like on other
> architectures.
> 
> Signed-off-by: David Hildenbrand <address@hidden>
> ---
>  hw/s390x/s390-virtio-ccw.c | 8 +++++---
>  numa.c                     | 2 +-
>  2 files changed, 6 insertions(+), 4 deletions(-)

Thanks, applied.



reply via email to

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