exec/memory: Use struct Object typedef
commitd32335e8ed89851b0359cacc04890d0f8b7683bd
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Thu, 25 Feb 2021 18:20:03 +0000 (25 19:20 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 9 Mar 2021 20:53:57 +0000 (9 21:53 +0100)
treee93e058a2b0549136c66f5be5ba6dcb80079cfd0
parentc8ffacbf7ccf56757157a9551f5d536938b6507f
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>
hw/ppc/pnv_xscom.c
include/exec/memory.h
include/hw/ppc/pnv_xscom.h
softmmu/memory.c