Re: [PATCH 3/7] s390x/pci: create a header dedicated to PCI CLP

2020-09-25 Thread Cornelia Huck
On Fri, 25 Sep 2020 10:10:12 -0400 Matthew Rosato wrote: > On 9/25/20 5:17 AM, Cornelia Huck wrote: > > On Sat, 19 Sep 2020 11:34:28 -0400 > > Matthew Rosato wrote: > > > >> From: Pierre Morel > >> > >> To have a clean separation between s390-pci-bus.h and s390-pci-inst.h > >> headers we exp

Re: [PATCH 3/7] s390x/pci: create a header dedicated to PCI CLP

2020-09-25 Thread Matthew Rosato
On 9/25/20 5:17 AM, Cornelia Huck wrote: On Sat, 19 Sep 2020 11:34:28 -0400 Matthew Rosato wrote: From: Pierre Morel To have a clean separation between s390-pci-bus.h and s390-pci-inst.h headers we export the PCI CLP instructions in a dedicated header. Signed-off-by: Pierre Morel Signed-of

Re: [PATCH 3/7] s390x/pci: create a header dedicated to PCI CLP

2020-09-25 Thread Cornelia Huck
On Sat, 19 Sep 2020 11:34:28 -0400 Matthew Rosato wrote: > From: Pierre Morel > > To have a clean separation between s390-pci-bus.h and s390-pci-inst.h > headers we export the PCI CLP instructions in a dedicated header. > > Signed-off-by: Pierre Morel > Signed-off-by: Matthew Rosato > --- >