Re: [PATCH v2 2/5] s390x: kvm: topology: interception of PTF instruction

2021-09-07 Thread Pierre Morel
On 9/6/21 7:21 PM, Thomas Huth wrote: On 22/07/2021 19.42, Pierre Morel wrote: Interception of the PTF instruction depending on the new KVM_CAP_S390_CPU_TOPOLOGY KVM extension. Signed-off-by: Pierre Morel ---   hw/s390x/s390-virtio-ccw.c | 45 ++  

Re: [PATCH v2 2/5] s390x: kvm: topology: interception of PTF instruction

2021-09-06 Thread Thomas Huth
On 22/07/2021 19.42, Pierre Morel wrote: Interception of the PTF instruction depending on the new KVM_CAP_S390_CPU_TOPOLOGY KVM extension. Signed-off-by: Pierre Morel --- hw/s390x/s390-virtio-ccw.c | 45 ++ include/hw/s390x/s390-virtio-ccw.h | 7 +

Re: [PATCH v2 2/5] s390x: kvm: topology: interception of PTF instruction

2021-08-03 Thread Pierre Morel
On 7/22/21 7:42 PM, Pierre Morel wrote: Interception of the PTF instruction depending on the new KVM_CAP_S390_CPU_TOPOLOGY KVM extension. Signed-off-by: Pierre Morel --- hw/s390x/s390-virtio-ccw.c | 45 ++ include/hw/s390x/s390-virtio-ccw.h | 7 +

[PATCH v2 2/5] s390x: kvm: topology: interception of PTF instruction

2021-07-22 Thread Pierre Morel
Interception of the PTF instruction depending on the new KVM_CAP_S390_CPU_TOPOLOGY KVM extension. Signed-off-by: Pierre Morel --- hw/s390x/s390-virtio-ccw.c | 45 ++ include/hw/s390x/s390-virtio-ccw.h | 7 + target/s390x/kvm/kvm.c | 21