On 19/4/23 17:16, Mark Cave-Ayland wrote:
In order to facilitate a conversion of MemoryRegionPortioList to a QOM object move the allocation of MemoryRegionPortioList ports to the heap instead of using a variable-length member at the end of the MemoryRegionPortioList structure.Signed-off-by: Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> --- softmmu/ioport.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>