qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/6] hw/arm: Inline sysbus_create_simple(PL110 / PL111)


From: Richard Henderson
Subject: Re: [PATCH 1/6] hw/arm: Inline sysbus_create_simple(PL110 / PL111)
Date: Sat, 17 Feb 2024 10:40:00 -1000
User-agent: Mozilla Thunderbird

On 2/16/24 05:35, Philippe Mathieu-Daudé wrote:
We want to set another qdev property (a link) for the pl110
and pl111 devices, we can not use sysbus_create_simple() which
only passes sysbus base address and IRQs as arguments. Inline
it so we can set the link property in the next commit.

Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org>
---
  hw/arm/realview.c    |  5 ++++-
  hw/arm/versatilepb.c |  6 +++++-
  hw/arm/vexpress.c    | 10 ++++++++--
  3 files changed, 17 insertions(+), 4 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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