diff options
author | Markus Armbruster <armbru@redhat.com> | 2022-12-22 11:46:27 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2023-01-20 07:25:18 +0100 |
commit | c0a5a477f148d8cb8e47dda36601032a3f5aa991 (patch) | |
tree | cc9b694f4ac3ad2415fa66ad74d4d0b84e672fa0 /hw/ppc | |
parent | 14f11a204cdc2ccb44d82ebb6f9646becca0178a (diff) | |
download | qemu-c0a5a477f148d8cb8e47dda36601032a3f5aa991.zip qemu-c0a5a477f148d8cb8e47dda36601032a3f5aa991.tar.gz qemu-c0a5a477f148d8cb8e47dda36601032a3f5aa991.tar.bz2 |
include/hw/ppc: Don't include hw/pci-host/pnv_phb.h from pnv.h
The next commit needs to include hw/ppc/pnv.h from
hw/pci-host/pnv_phb.h. Avoid an inclusion loop.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Message-Id: <20221222104628.659681-4-armbru@redhat.com>
Diffstat (limited to 'hw/ppc')
-rw-r--r-- | hw/ppc/pnv_psi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ppc/pnv_psi.c b/hw/ppc/pnv_psi.c index 98045ed..8aa09ab 100644 --- a/hw/ppc/pnv_psi.c +++ b/hw/ppc/pnv_psi.c @@ -18,6 +18,7 @@ */ #include "qemu/osdep.h" +#include "exec/address-spaces.h" #include "hw/irq.h" #include "target/ppc/cpu.h" #include "qemu/log.h" |