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