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

2022-06-23 Thread Matthew Rosato
On 6/23/22 9:50 AM, Pierre Morel wrote: On 6/22/22 17:20, Matthew Rosato wrote: On 6/22/22 4:50 AM, Pierre Morel wrote: On 6/6/22 22:36, 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,

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

2022-06-23 Thread Pierre Morel
On 6/22/22 17:20, Matthew Rosato wrote: On 6/22/22 4:50 AM, Pierre Morel wrote: On 6/6/22 22:36, 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.1

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

2022-06-22 Thread Matthew Rosato
On 6/22/22 4:50 AM, Pierre Morel wrote: On 6/6/22 22:36, 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.1 and newer. Signed-off-by: Matthew Rosato

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

2022-06-22 Thread Pierre Morel
On 6/6/22 22:36, 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.1 and newer. Signed-off-by: Matthew Rosato --- hw/s390x/s390-pci-kvm.c

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

2022-06-06 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.1 and newer. Signed-off-by: Matthew Rosato --- hw/s390x/s390-pci-kvm.c| 4 +++- hw/s390x/s390-virtio-ccw.c