Re: [PATCH v5 3/9] target/s390x: add zpci-interp to cpu models

2022-05-18 Thread Thomas Huth
On 04/04/2022 20.17, Matthew Rosato wrote: The zpci-interp feature is used to specify whether zPCI interpretation is to be used for this guest. Signed-off-by: Matthew Rosato --- hw/s390x/s390-virtio-ccw.c | 1 + target/s390x/cpu_features_def.h.inc | 1 + target/s390x/gen-features.c

Re: [PATCH v5 3/9] target/s390x: add zpci-interp to cpu models

2022-05-18 Thread Thomas Huth
On 18/05/2022 10.01, Thomas Huth wrote: On 04/04/2022 20.17, Matthew Rosato wrote: The zpci-interp feature is used to specify whether zPCI interpretation is to be used for this guest. Signed-off-by: Matthew Rosato ---   hw/s390x/s390-virtio-ccw.c  | 1 +   target/s390x/cpu_features_def.

Re: [PATCH v5 3/9] target/s390x: add zpci-interp to cpu models

2022-05-18 Thread Thomas Huth
On 04/04/2022 20.17, Matthew Rosato wrote: The zpci-interp feature is used to specify whether zPCI interpretation is to be used for this guest. Signed-off-by: Matthew Rosato --- hw/s390x/s390-virtio-ccw.c | 1 + target/s390x/cpu_features_def.h.inc | 1 + target/s390x/gen-features.c

[PATCH v5 3/9] target/s390x: add zpci-interp to cpu models

2022-04-04 Thread Matthew Rosato
The zpci-interp feature is used to specify whether zPCI interpretation is to be used for this guest. Signed-off-by: Matthew Rosato --- hw/s390x/s390-virtio-ccw.c | 1 + target/s390x/cpu_features_def.h.inc | 1 + target/s390x/gen-features.c | 2 ++ target/s390x/kvm/kvm.c