Re: [PATCH v2 1/6] hw/riscv: virt: Add a machine done notifier

2022-04-18 Thread Alistair Francis
On Sat, Apr 16, 2022 at 1:25 AM Andrew Bresticker wrote: > > Hi Alistair, > > On Wed, Apr 6, 2022 at 10:05 PM Alistair Francis > wrote: > > > > From: Alistair Francis > > > > Move the binary and device tree loading code to the machine done > > notifier. This allows us to prepare for editing the

Re: [PATCH v2 1/6] hw/riscv: virt: Add a machine done notifier

2022-04-15 Thread Andrew Bresticker
Hi Alistair, On Wed, Apr 6, 2022 at 10:05 PM Alistair Francis wrote: > > From: Alistair Francis > > Move the binary and device tree loading code to the machine done > notifier. This allows us to prepare for editing the device tree as part > of the notifier. > > This is based on similar code in t

[PATCH v2 1/6] hw/riscv: virt: Add a machine done notifier

2022-04-06 Thread Alistair Francis
From: Alistair Francis Move the binary and device tree loading code to the machine done notifier. This allows us to prepare for editing the device tree as part of the notifier. This is based on similar code in the ARM virt machine. Signed-off-by: Alistair Francis --- include/hw/riscv/virt.h |