qemu-patch-raspberry4/include/hw/pci-host
Philippe Mathieu-Daudé 577aa4895a hw/pci-host/q35: Include "qemu/range.h"
The MCHPCIState structure uses the Range type which is declared in
"qemu/range.h". Include it.

This fixes (when modifying unrelated headers):

  In file included from hw/pci-host/q35.c:32:
  include/hw/pci-host/q35.h:57:11: error: field has incomplete type 'Range' (aka 'struct Range')
      Range pci_hole;
            ^
  include/qemu/typedefs.h:116:16: note: forward declaration of 'struct Range'
  typedef struct Range Range;
                 ^

Acked-by: John Snow <jsnow@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200228114649.12818-13-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
2020-03-09 15:59:31 +01:00
..
designware.h Include hw/hw.h exactly where needed 2019-08-16 13:31:52 +02:00
gpex.h Include hw/hw.h exactly where needed 2019-08-16 13:31:52 +02:00
i440fx.h hw/pci-host/i440fx: Extract PCII440FXState to "hw/pci-host/i440fx.h" 2019-12-18 02:34:11 +01:00
pam.h Include qemu-common.h exactly where needed 2019-06-12 13:20:20 +02:00
pnv_phb3.h ppc/pnv: Add models for POWER8 PHB3 PCIe Host bridge 2020-02-02 14:07:57 +11:00
pnv_phb3_regs.h ppc/pnv: Add models for POWER8 PHB3 PCIe Host bridge 2020-02-02 14:07:57 +11:00
pnv_phb4.h ppc/pnv: Add models for POWER9 PHB4 PCIe Host bridge 2020-02-02 14:07:57 +11:00
pnv_phb4_regs.h ppc/pnv: Add models for POWER9 PHB4 PCIe Host bridge 2020-02-02 14:07:57 +11:00
ppce500.h Clean up header guards that don't match their file name 2016-07-12 16:19:16 +02:00
q35.h hw/pci-host/q35: Include "qemu/range.h" 2020-03-09 15:59:31 +01:00
sabre.h include: Make headers more self-contained 2019-08-16 13:31:51 +02:00
spapr.h spapr: Remove SpaprIrq::nr_msis 2019-10-24 09:36:55 +11:00
uninorth.h Include hw/hw.h exactly where needed 2019-08-16 13:31:52 +02:00
xilinx-pcie.h Include hw/hw.h exactly where needed 2019-08-16 13:31:52 +02:00