[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v1 2/9] s390x: toplogy: adding drawers and books to smp parsi
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH v1 2/9] s390x: toplogy: adding drawers and books to smp parsing |
Date: |
Fri, 16 Jul 2021 10:23:24 +0100 |
User-agent: |
Mutt/2.0.7 (2021-05-04) |
On Thu, Jul 15, 2021 at 08:16:32AM +0200, Markus Armbruster wrote:
> Pierre Morel <pmorel@linux.ibm.com> writes:
>
> > Drawers and Books are levels 4 and 3 of the S390 CPU
> > topology.
> > We allow the user to define these levels and we will
> > store the values inside the S390CcwMachineState.
>
> Double-checking: are these members specific to S390?
>
> >
> > Signed-off-by: Pierre Morel <pmorel@linux.ibm.com>
> > ---
>
> [...]
>
> > diff --git a/qapi/machine.json b/qapi/machine.json
> > index c3210ee1fb..98aff804c6 100644
> > --- a/qapi/machine.json
> > +++ b/qapi/machine.json
> > @@ -883,6 +883,8 @@
> ##
> # @CpuInstanceProperties:
> #
> # List of properties to be used for hotplugging a CPU instance,
> # it should be passed by management with device_add command when
> # a CPU is being hotplugged.
> #
> # @node-id: NUMA node ID the CPU belongs to
> # @socket-id: socket number within node/board the CPU belongs to
>
> Missing: documentation for your new members.
It is also missing in qemu-options.hx which covers -smp
To quote the lscpu manpage, it seems drawer/book fit inbetween
NUMA node and socket level:
CPU The logical CPU number of a CPU as used by the Linux kernel.
CORE The logical core number. A core can contain several CPUs.
SOCKET The logical socket number. A socket can contain several cores.
BOOK The logical book number. A book can contain several sockets.
DRAWER The logical drawer number. A drawer can contain several books.
NODE The logical NUMA node number. A node can contain several drawers.
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 :|
- Re: [PATCH v1 2/9] s390x: toplogy: adding drawers and books to smp parsing, (continued)
- Re: [PATCH v1 2/9] s390x: toplogy: adding drawers and books to smp parsing, Daniel P . Berrangé, 2021/07/16
- Re: [PATCH v1 2/9] s390x: toplogy: adding drawers and books to smp parsing, Cornelia Huck, 2021/07/16
- Re: [PATCH v1 2/9] s390x: toplogy: adding drawers and books to smp parsing, Daniel P . Berrangé, 2021/07/16
- Re: [PATCH v1 2/9] s390x: toplogy: adding drawers and books to smp parsing, Cornelia Huck, 2021/07/19
- Re: [PATCH v1 2/9] s390x: toplogy: adding drawers and books to smp parsing, Pierre Morel, 2021/07/20
- Re: [PATCH v1 2/9] s390x: toplogy: adding drawers and books to smp parsing, Cornelia Huck, 2021/07/20
- Re: [PATCH v1 2/9] s390x: toplogy: adding drawers and books to smp parsing, Pierre Morel, 2021/07/20
- Re: [PATCH v1 2/9] s390x: toplogy: adding drawers and books to smp parsing, Cornelia Huck, 2021/07/20
- Re: [PATCH v1 2/9] s390x: toplogy: adding drawers and books to smp parsing, Daniel P . Berrangé, 2021/07/20
- Re: [PATCH v1 2/9] s390x: toplogy: adding drawers and books to smp parsing, Pierre Morel, 2021/07/20
- Re: [PATCH v1 2/9] s390x: toplogy: adding drawers and books to smp parsing,
Daniel P . Berrangé <=
- Re: [PATCH v1 2/9] s390x: toplogy: adding drawers and books to smp parsing, Pierre Morel, 2021/07/16
[PATCH v1 4/9] s390x: Topology list entries and SYSIB 15.x.x, Pierre Morel, 2021/07/14
[PATCH v1 7/9] s390x: SCLP: reporting the maximum nested topology entries, Pierre Morel, 2021/07/14
[PATCH v1 3/9] s390x: cpu topology: CPU topology objects and structures, Pierre Morel, 2021/07/14
[PATCH v1 5/9] s390x: topology: implementating Store Topology System Information, Pierre Morel, 2021/07/14
[PATCH v1 6/9] s390x: kvm: topology: interception of PTF instruction, Pierre Morel, 2021/07/14