Re: [PATCH v4 32/33] hw/nios2: Move memory regions into Nios2Machine

2022-03-08 Thread Mark Cave-Ayland
On 08/03/2022 07:20, Richard Henderson wrote: Convert to contiguous allocation, as much as possible so far. The two timer objects are not exposed for subobject allocation. Signed-off-by: Richard Henderson --- hw/nios2/10m50_devboard.c | 29 +++-- 1 file changed, 15 i

[PATCH v4 32/33] hw/nios2: Move memory regions into Nios2Machine

2022-03-07 Thread Richard Henderson
Convert to contiguous allocation, as much as possible so far. The two timer objects are not exposed for subobject allocation. Signed-off-by: Richard Henderson --- hw/nios2/10m50_devboard.c | 29 +++-- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/hw/nios