Re: [PATCH 1/4] hw/openrisc/openrisc_sim: Create machine state for or1ksim

2022-02-10 Thread Stafford Horne
On Thu, Feb 10, 2022 at 12:05:22PM +0100, Philippe Mathieu-Daudé wrote: > On 10/2/22 07:30, Stafford Horne wrote: > > This will allow us to attach machine state attributes like > > the device tree fdt. > > > > Signed-off-by: Stafford Horne > > --- > > hw/openrisc/openrisc_sim.c | 31 +++

Re: [PATCH 1/4] hw/openrisc/openrisc_sim: Create machine state for or1ksim

2022-02-10 Thread Philippe Mathieu-Daudé via
On 10/2/22 07:30, Stafford Horne wrote: This will allow us to attach machine state attributes like the device tree fdt. Signed-off-by: Stafford Horne --- hw/openrisc/openrisc_sim.c | 31 +-- 1 file changed, 29 insertions(+), 2 deletions(-) @@ -141,6 +153,7 @@ s

[PATCH 1/4] hw/openrisc/openrisc_sim: Create machine state for or1ksim

2022-02-09 Thread Stafford Horne
This will allow us to attach machine state attributes like the device tree fdt. Signed-off-by: Stafford Horne --- hw/openrisc/openrisc_sim.c | 31 +-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/hw/openrisc/openrisc_sim.c b/hw/openrisc/openrisc_sim.