Re: [PATCH 03/10] hw/arm/virt: Use memory_devices_init()

2023-05-30 Thread Philippe Mathieu-Daudé
On 30/5/23 13:38, David Hildenbrand wrote: Let's use our new helper. We'll add the subregion to system RAM now earlier. That shouldn't matter, because the system RAM memory region should already be alive at that point. Cc: Peter Maydell Signed-off-by: David Hildenbrand --- hw/arm/virt.c | 9

[PATCH 03/10] hw/arm/virt: Use memory_devices_init()

2023-05-30 Thread David Hildenbrand
Let's use our new helper. We'll add the subregion to system RAM now earlier. That shouldn't matter, because the system RAM memory region should already be alive at that point. Cc: Peter Maydell Signed-off-by: David Hildenbrand --- hw/arm/virt.c | 9 + 1 file changed, 1 insertion(+), 8