[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v1 6/9] s390x: kvm: topology: interception of PTF instruction
From: |
Cornelia Huck |
Subject: |
Re: [PATCH v1 6/9] s390x: kvm: topology: interception of PTF instruction |
Date: |
Fri, 16 Jul 2021 11:22:21 +0200 |
User-agent: |
Notmuch/0.32.1 (https://notmuchmail.org) |
On Wed, Jul 14 2021, Pierre Morel <pmorel@linux.ibm.com> wrote:
> Interception of the PTF instruction depending on the new
> KVM_CAP_S390_CPU_TOPOLOGY KVM extension.
Wasn't that the capability that you dropped?
Is PTF supposed to be always intercepting? If that isn't configurable,
wouldn't older QEMUs generate exceptions for it? I'm a bit confused.
>
> A global value is used to remember if a Topology change occured since
> the last interception of a PTF instruction with function code 0.
>
> Signed-off-by: Pierre Morel <pmorel@linux.ibm.com>
> ---
> hw/s390x/cpu-topology.c | 19 +++++++++++
> include/hw/s390x/cpu-topology.h | 8 +++++
> include/hw/s390x/s390-virtio-ccw.h | 1 +
> target/s390x/cpu.c | 4 +++
> target/s390x/cpu.h | 1 +
> target/s390x/kvm/kvm.c | 52 ++++++++++++++++++++++++++++++
> 6 files changed, 85 insertions(+)
- Re: [PATCH v1 1/9] s390x: smp: s390x dedicated smp parsing, (continued)
- [PATCH v1 4/9] s390x: Topology list entries and SYSIB 15.x.x, 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 7/9] s390x: SCLP: reporting the maximum nested topology entries, Pierre Morel, 2021/07/14
- [PATCH v1 9/9] s390x: numa: implement NUMA for S390x, Pierre Morel, 2021/07/14
- [PATCH v1 6/9] s390x: kvm: topology: interception of PTF instruction, Pierre Morel, 2021/07/14
- Re: [PATCH v1 6/9] s390x: kvm: topology: interception of PTF instruction,
Cornelia Huck <=
- [PATCH v1 8/9] s390x: numa: define drawers and books for NUMA, Pierre Morel, 2021/07/14