On Fri, 2022-09-02 at 09:55 +0200, Pierre Morel wrote: > Add some basic examples for the definition of cpu topology > in s390x. > > Signed-off-by: Pierre Morel <pmorel@xxxxxxxxxxxxx> > --- > docs/system/s390x/cpu_topology.rst | 88 ++++++++++++++++++++++++++++++ > 1 file changed, 88 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..00977d4319 > --- /dev/null > +++ b/docs/system/s390x/cpu_topology.rst > @@ -0,0 +1,88 @@ [...] > +Indicating the CPU topology to the Virtual Machine > +-------------------------------------------------- > + > +The CPU Topology, number of drawers, number of books per drawers, number of > +sockets per book and number of cores per sockets is specified with the > +``-smp`` qemu command arguments. > + > +Like in : > + > +.. code-block:: sh > + -smp cpus=1,drawers=3,books=4,sockets=2,cores=8,maxcpus=192 > + > +If drawers or books are not specified, their default to 1. Forgot this: s/their default/they default/ [...]