On Wed, 7 Oct 2020 15:04:13 -0400 Matthew Rosato <mjrosato@xxxxxxxxxxxxx> wrote: > From: Pierre Morel <pmorel@xxxxxxxxxxxxx> > > We use a ClpRspQueryPci structure to hold the information related to a > zPCI Function. > > This allows us to be ready to support different zPCI functions and to > retrieve the zPCI function information from the host. > > Signed-off-by: Pierre Morel <pmorel@xxxxxxxxxxxxx> > Signed-off-by: Matthew Rosato <mjrosato@xxxxxxxxxxxxx> > --- > hw/s390x/s390-pci-bus.c | 22 +++++++++++++++++----- > hw/s390x/s390-pci-inst.c | 8 ++------ > include/hw/s390x/s390-pci-bus.h | 1 + > 3 files changed, 20 insertions(+), 11 deletions(-) Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>