aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2021-02-25 19:20:03 +0100
committerLaurent Vivier <laurent@vivier.eu>2021-03-09 21:53:57 +0100
commitd32335e8ed89851b0359cacc04890d0f8b7683bd (patch)
treee93e058a2b0549136c66f5be5ba6dcb80079cfd0 /hw/ppc
parentc8ffacbf7ccf56757157a9551f5d536938b6507f (diff)
downloadqemu-d32335e8ed89851b0359cacc04890d0f8b7683bd.zip
qemu-d32335e8ed89851b0359cacc04890d0f8b7683bd.tar.gz
qemu-d32335e8ed89851b0359cacc04890d0f8b7683bd.tar.bz2
exec/memory: Use struct Object typedef
We forward-declare Object typedef in "qemu/typedefs.h" since commit ca27b5eb7cd ("qom/object: Move Object typedef to 'qemu/typedefs.h'"). Use it everywhere to make the code simpler. Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Acked-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20210225182003.3629342-1-philmd@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/ppc')
-rw-r--r--hw/ppc/pnv_xscom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ppc/pnv_xscom.c b/hw/ppc/pnv_xscom.c
index e9ae156..be7018e 100644
--- a/hw/ppc/pnv_xscom.c
+++ b/hw/ppc/pnv_xscom.c
@@ -308,7 +308,7 @@ void pnv_xscom_add_subregion(PnvChip *chip, hwaddr offset, MemoryRegion *mr)
}
void pnv_xscom_region_init(MemoryRegion *mr,
- struct Object *owner,
+ Object *owner,
const MemoryRegionOps *ops,
void *opaque,
const char *name,