On 09/12/2019 10.49, Philippe Mathieu-Daudé wrote: > Make the PCII440FXState structure public, so it can be used out of > this source file. This will allow us to extract the IGD Passthrough > Host Bridge, which is a children of the TYPE_I440FX_PCI_DEVICE. > > Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com> > --- > include/hw/pci-host/i440fx.h | 19 +++++++++++++++++-- > hw/pci-host/i440fx.c | 18 ------------------ > 2 files changed, 17 insertions(+), 20 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>