diff options
author | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | 2023-04-19 16:16:50 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2023-05-25 10:18:33 +0200 |
commit | d2f07b75aea5f49533c169592f951fd09f77037b (patch) | |
tree | 447120e18c4b66d275568582292dff36eae3b198 /bsd-user/freebsd | |
parent | 6301460ce9f59885e8feb65185bcfb6b128c8eff (diff) | |
download | qemu-d2f07b75aea5f49533c169592f951fd09f77037b.zip qemu-d2f07b75aea5f49533c169592f951fd09f77037b.tar.gz qemu-d2f07b75aea5f49533c169592f951fd09f77037b.tar.bz2 |
softmmu/ioport.c: allocate MemoryRegionPortioList ports on the heap
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-ayland@ilande.co.uk>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230419151652.362717-2-mark.cave-ayland@ilande.co.uk>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'bsd-user/freebsd')
0 files changed, 0 insertions, 0 deletions