qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH for-7.1 17/18] hw/arm/exynos4210: Put combiners into state st


From: Richard Henderson
Subject: Re: [PATCH for-7.1 17/18] hw/arm/exynos4210: Put combiners into state struct
Date: Wed, 6 Apr 2022 09:05:44 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0

On 4/4/22 10:46, Peter Maydell wrote:
Switch the creation of the combiner devices 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.maydell@linaro.org>
---
  include/hw/arm/exynos4210.h           |  3 ++
  include/hw/intc/exynos4210_combiner.h | 57 +++++++++++++++++++++++++++
  hw/arm/exynos4210.c                   | 20 +++++-----
  hw/intc/exynos4210_combiner.c         | 31 +--------------
  4 files changed, 72 insertions(+), 39 deletions(-)
  create mode 100644 include/hw/intc/exynos4210_combiner.h

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

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]