qemu-devel
[Top][All Lists]
Advanced

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

Re: [RFC PATCH 2/3] hw/openrisc: Split re-usable boot time apis out to b


From: Richard Henderson
Subject: Re: [RFC PATCH 2/3] hw/openrisc: Split re-usable boot time apis out to boot.c
Date: Thu, 2 Jun 2022 08:40:21 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1

On 5/27/22 10:27, Stafford Horne wrote:
These will be shared with the virt platform.

Signed-off-by: Stafford Horne<shorne@gmail.com>
---
  hw/openrisc/boot.c         | 127 +++++++++++++++++++++++++++++++++++++
  hw/openrisc/meson.build    |   1 +
  hw/openrisc/openrisc_sim.c | 106 ++-----------------------------
  include/hw/openrisc/boot.h |  34 ++++++++++
  4 files changed, 168 insertions(+), 100 deletions(-)
  create mode 100644 hw/openrisc/boot.c
  create mode 100644 include/hw/openrisc/boot.h

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

r~



reply via email to

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