Re: [PATCH v8 8/8] s390x/s390-virtio-ccw: add zpcii-disable machine property

2022-11-07 Thread Thomas Huth
On 07/11/2022 10.53, Cédric Le Goater wrote: Hello, On 9/2/22 19:27, Matthew Rosato wrote: The zpcii-disable machine property can be used to force-disable the use of zPCI interpretation facilities for a VM.  By default, this setting will be off for machine 7.2 and newer. KVM will tell if the

Re: [PATCH v8 8/8] s390x/s390-virtio-ccw: add zpcii-disable machine property

2022-11-07 Thread Cédric Le Goater
Hello, On 9/2/22 19:27, Matthew Rosato wrote: The zpcii-disable machine property can be used to force-disable the use of zPCI interpretation facilities for a VM. By default, this setting will be off for machine 7.2 and newer. KVM will tell if the zPCI interpretation feature is available for

Re: [PATCH v8 8/8] s390x/s390-virtio-ccw: add zpcii-disable machine property

2022-09-23 Thread Thomas Huth
On 02/09/2022 19.27, Matthew Rosato wrote: The zpcii-disable machine property can be used to force-disable the use of zPCI interpretation facilities for a VM. By default, this setting will be off for machine 7.2 and newer. Signed-off-by: Matthew Rosato --- hw/s390x/s390-pci-kvm.c

[PATCH v8 8/8] s390x/s390-virtio-ccw: add zpcii-disable machine property

2022-09-02 Thread Matthew Rosato
The zpcii-disable machine property can be used to force-disable the use of zPCI interpretation facilities for a VM. By default, this setting will be off for machine 7.2 and newer. Signed-off-by: Matthew Rosato --- hw/s390x/s390-pci-kvm.c| 4 +++- hw/s390x/s390-virtio-ccw.c