Re: [PATCH 1/4] s390/pci: stash version in the zpci_dev

2020-09-21 Thread Cornelia Huck
On Mon, 21 Sep 2020 11:44:20 -0400 Matthew Rosato wrote: > On 9/21/20 11:01 AM, Cornelia Huck wrote: > > On Sat, 19 Sep 2020 11:28:35 -0400 > > Matthew Rosato wrote: > > > >> In preparation for passing the info on to vfio-pci devices, stash the > >> supported PCI version for the target

Re: [PATCH 1/4] s390/pci: stash version in the zpci_dev

2020-09-21 Thread Matthew Rosato
On 9/21/20 11:01 AM, Cornelia Huck wrote: On Sat, 19 Sep 2020 11:28:35 -0400 Matthew Rosato wrote: In preparation for passing the info on to vfio-pci devices, stash the supported PCI version for the target device in the zpci_dev. Hm, what kind of version is that? The version of the zPCI

Re: [PATCH 1/4] s390/pci: stash version in the zpci_dev

2020-09-21 Thread Cornelia Huck
On Sat, 19 Sep 2020 11:28:35 -0400 Matthew Rosato wrote: > In preparation for passing the info on to vfio-pci devices, stash the > supported PCI version for the target device in the zpci_dev. Hm, what kind of version is that? The version of the zPCI interface? Inquiring minds want to know :)

Re: [PATCH 1/4] s390/pci: stash version in the zpci_dev

2020-09-21 Thread Christian Borntraeger
On 19.09.20 17:28, Matthew Rosato wrote: > In preparation for passing the info on to vfio-pci devices, stash the > supported PCI version for the target device in the zpci_dev. > > Signed-off-by: Matthew Rosato In case this will go via the vfio tree, with my s390 kernel maintainer hat on:

Re: [PATCH 1/4] s390/pci: stash version in the zpci_dev

2020-09-21 Thread Niklas Schnelle
Hi Matthew, On 9/19/20 5:28 PM, Matthew Rosato wrote: > In preparation for passing the info on to vfio-pci devices, stash the > supported PCI version for the target device in the zpci_dev. > > Signed-off-by: Matthew Rosato Acked-by: Niklas Schnelle > --- > arch/s390/include/asm/pci.h | 1 +

[PATCH 1/4] s390/pci: stash version in the zpci_dev

2020-09-19 Thread Matthew Rosato
In preparation for passing the info on to vfio-pci devices, stash the supported PCI version for the target device in the zpci_dev. Signed-off-by: Matthew Rosato --- arch/s390/include/asm/pci.h | 1 + arch/s390/pci/pci_clp.c | 1 + 2 files changed, 2 insertions(+) diff --git