[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v14 11/11] docs/s390x/cpu topology: document s390x cpu topolo
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH v14 11/11] docs/s390x/cpu topology: document s390x cpu topology |
Date: |
Thu, 12 Jan 2023 11:58:37 +0000 |
User-agent: |
Mutt/2.2.9 (2022-11-12) |
On Thu, Jan 05, 2023 at 03:53:13PM +0100, Pierre Morel wrote:
> Add some basic examples for the definition of cpu topology
> in s390x.
>
> Signed-off-by: Pierre Morel <pmorel@linux.ibm.com>
> ---
> docs/system/s390x/cpu-topology.rst | 292 +++++++++++++++++++++++++++++
> docs/system/target-s390x.rst | 1 +
> 2 files changed, 293 insertions(+)
> create mode 100644 docs/system/s390x/cpu-topology.rst
>
> diff --git a/docs/system/s390x/cpu-topology.rst
> b/docs/system/s390x/cpu-topology.rst
> new file mode 100644
> index 0000000000..0020b70b50
> --- /dev/null
> +++ b/docs/system/s390x/cpu-topology.rst
> @@ -0,0 +1,292 @@
> +CPU Topology on s390x
> +=====================
> +
> +CPU Topology on S390x provides up to 5 levels of topology containers:
> +nodes, drawers, books, sockets and CPUs.
The last level should be 'cores' not CPUs for QEMU terminology.
> +While the higher level containers, Containers Topology List Entries,
> +(Containers TLE) define a tree hierarchy, the lowest level of topology
> +definition, the CPU Topology List Entry (CPU TLE), provides the placement
> +of the CPUs inside the parent container.
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
[PATCH v14 05/11] s390x/cpu topology: resetting the Topology-Change-Report, Pierre Morel, 2023/01/05
[PATCH v14 11/11] docs/s390x/cpu topology: document s390x cpu topology, Pierre Morel, 2023/01/05
[PATCH v14 04/11] s390x/sclp: reporting the maximum nested topology entries, Pierre Morel, 2023/01/05
Re: [PATCH v14 04/11] s390x/sclp: reporting the maximum nested topology entries, Nina Schoetterl-Glausch, 2023/01/11
[PATCH v14 08/11] qapi/s390/cpu topology: change-topology monitor command, Pierre Morel, 2023/01/05