On 4/4/22 10:46, Peter Maydell wrote:
Switch the creation of the external GIC to the new-style "embedded in
state struct" approach, so we can easily refer to the object
elsewhere during realize.

Signed-off-by: Peter Maydell<peter.mayd...@linaro.org>
---
  include/hw/arm/exynos4210.h      |  2 ++
  include/hw/intc/exynos4210_gic.h | 43 ++++++++++++++++++++++++++++++++
  hw/arm/exynos4210.c              | 10 ++++----
  hw/intc/exynos4210_gic.c         | 17 ++-----------
  MAINTAINERS                      |  2 +-
  5 files changed, 53 insertions(+), 21 deletions(-)
  create mode 100644 include/hw/intc/exynos4210_gic.h

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to