Le 25/02/2021 à 19:20, Philippe Mathieu-Daudé a écrit :
> 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é <[email protected]>
> ---
> include/exec/memory.h | 32 ++++++++++++++++----------------
> include/hw/ppc/pnv_xscom.h | 2 +-
> hw/ppc/pnv_xscom.c | 2 +-
> softmmu/memory.c | 12 ++++++------
> 4 files changed, 24 insertions(+), 24 deletions(-)
>
Reviewed-by: Laurent Vivier <[email protected]>