[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v25 04/21] target/s390x/cpu topology: handle STSI(15) and bui
From: |
Markus Armbruster |
Subject: |
Re: [PATCH v25 04/21] target/s390x/cpu topology: handle STSI(15) and build the SYSIB |
Date: |
Thu, 12 Oct 2023 13:07:33 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Nina Schoetterl-Glausch <nsg@linux.ibm.com> writes:
> From: Pierre Morel <pmorel@linux.ibm.com>
>
> On interception of STSI(15.1.x) the System Information Block
> (SYSIB) is built from the list of pre-ordered topology entries.
>
> Signed-off-by: Pierre Morel <pmorel@linux.ibm.com>
> Reviewed-by: Nina Schoetterl-Glausch <nsg@linux.ibm.com>
> Co-developed-by: Nina Schoetterl-Glausch <nsg@linux.ibm.com>
> Signed-off-by: Nina Schoetterl-Glausch <nsg@linux.ibm.com>
> ---
[...]
> diff --git a/qapi/machine-target.json b/qapi/machine-target.json
> index f0a6b72414..93cbf1c128 100644
> --- a/qapi/machine-target.json
> +++ b/qapi/machine-target.json
> @@ -361,3 +361,17 @@
> 'TARGET_MIPS',
> 'TARGET_LOONGARCH64',
> 'TARGET_RISCV' ] } }
> +
> +##
> +# @CpuS390Polarization:
> +#
> +# An enumeration of CPU polarization that can be assumed by a virtual
> +# S390 CPU
> +#
> +# Since: 8.2
> +##
> +{ 'enum': 'CpuS390Polarization',
> + 'prefix': 'S390_CPU_POLARIZATION',
> + 'data': [ 'horizontal', 'vertical' ],
> + 'if': 'TARGET_S390X'
> +}
Acked-by: Markus Armbruster <armbru@redhat.com>
[...]
- Re: [PATCH v25 02/21] CPU topology: extend with s390 specifics, (continued)
- [PATCH v25 21/21] tests/avocado: s390x cpu topology bad move, Nina Schoetterl-Glausch, 2023/10/05
- [PATCH v25 14/21] docs/s390x/cpu topology: document s390x cpu topology, Nina Schoetterl-Glausch, 2023/10/05
- [PATCH v25 15/21] tests/avocado: s390x cpu topology core, Nina Schoetterl-Glausch, 2023/10/05
- [PATCH v25 08/21] target/s390x/cpu topology: activate CPU topology, Nina Schoetterl-Glausch, 2023/10/05
- [PATCH v25 11/21] machine: adding s390 topology to info hotpluggable-cpus, Nina Schoetterl-Glausch, 2023/10/05
- [PATCH v25 16/21] tests/avocado: s390x cpu topology polarization, Nina Schoetterl-Glausch, 2023/10/05
- [PATCH v25 17/21] tests/avocado: s390x cpu topology entitlement tests, Nina Schoetterl-Glausch, 2023/10/05
- [PATCH v25 04/21] target/s390x/cpu topology: handle STSI(15) and build the SYSIB, Nina Schoetterl-Glausch, 2023/10/05
- [PATCH v25 03/21] s390x/cpu topology: add topology entries on CPU hotplug, Nina Schoetterl-Glausch, 2023/10/05
- [PATCH v25 07/21] s390x/cpu topology: interception of PTF instruction, Nina Schoetterl-Glausch, 2023/10/05
- [PATCH v25 09/21] qapi/s390x/cpu topology: set-cpu-topology qmp command, Nina Schoetterl-Glausch, 2023/10/05
- [PATCH v25 10/21] machine: adding s390 topology to query-cpu-fast, Nina Schoetterl-Glausch, 2023/10/05
- [PATCH v25 01/21] qapi: machine.json: change docs regarding CpuInstanceProperties, Nina Schoetterl-Glausch, 2023/10/05
- [PATCH v25 06/21] s390x/cpu topology: resetting the Topology-Change-Report, Nina Schoetterl-Glausch, 2023/10/05
- [PATCH v25 20/21] tests/avocado: s390x cpu topology dedicated errors, Nina Schoetterl-Glausch, 2023/10/05