[PATCH for 7.2 0/2] s390x/s390-virtio-ccw:

Cédric Le Goater posted 2 patches 1 year, 5 months ago
Failed in applying to current master (apply log)
include/hw/s390x/s390-virtio-ccw.h |  1 -
hw/s390x/s390-pci-kvm.c            |  4 +---
hw/s390x/s390-virtio-ccw.c         | 29 +++++------------------------
util/qemu-config.c                 |  4 ----
qemu-options.hx                    |  8 +-------
5 files changed, 7 insertions(+), 39 deletions(-)
[PATCH for 7.2 0/2] s390x/s390-virtio-ccw:
Posted by Cédric Le Goater 1 year, 5 months ago
From: Cédric Le Goater <clg@redhat.com>

Hello,

This series removes the redundant "zpcii-disable" machine property and
and introduces a GlobalProperty compat array to maintain the same
behaviour on older machines.

Thanks,

C.

Cédric Le Goater (2):
  Revert "s390x/s390-virtio-ccw: add zpcii-disable machine property"
  s390x/s390-virtio-ccw: Switch off zPCI enhancements on older machines

 include/hw/s390x/s390-virtio-ccw.h |  1 -
 hw/s390x/s390-pci-kvm.c            |  4 +---
 hw/s390x/s390-virtio-ccw.c         | 29 +++++------------------------
 util/qemu-config.c                 |  4 ----
 qemu-options.hx                    |  8 +-------
 5 files changed, 7 insertions(+), 39 deletions(-)

-- 
2.38.1


Re: [PATCH for 7.2 0/2] s390x/s390-virtio-ccw:
Posted by Matthew Rosato 1 year, 5 months ago
On 11/7/22 11:13 AM, Cédric Le Goater wrote:
> From: Cédric Le Goater <clg@redhat.com>
> 
> Hello,
> 
> This series removes the redundant "zpcii-disable" machine property and
> and introduces a GlobalProperty compat array to maintain the same
> behaviour on older machines.
> 
> Thanks,
> 
> C.

Thanks Cedric.

For the series:
Reviewed-by: Matthew Rosato <mjrosato@linux.ibm.com>

Also did a quick test on top of
https://gitlab.com/thuth/qemu.git tags/pull-request-2022-11-06

to verify that zPCI interpretation/forwarding is available as expected with machine 7.2 and off by default in 7.1 and older.

> 
> Cédric Le Goater (2):
>   Revert "s390x/s390-virtio-ccw: add zpcii-disable machine property"
>   s390x/s390-virtio-ccw: Switch off zPCI enhancements on older machines
> 
>  include/hw/s390x/s390-virtio-ccw.h |  1 -
>  hw/s390x/s390-pci-kvm.c            |  4 +---
>  hw/s390x/s390-virtio-ccw.c         | 29 +++++------------------------
>  util/qemu-config.c                 |  4 ----
>  qemu-options.hx                    |  8 +-------
>  5 files changed, 7 insertions(+), 39 deletions(-)
>