Re: [PATCH-for-8.2 0/6] hw: Free DEFINE_PROP_ARRAY()'s arrays in instance_finalize()

2023-11-27 Thread Peter Maydell
On Tue, 21 Nov 2023 at 17:40, Philippe Mathieu-Daudé wrote: > > In few places we forget to free the array allocated by the > DEFINE_PROP_ARRAY() macro handlers. Fix that. > > Philippe Mathieu-Daudé (6): > hw/virtio: Add VirtioPCIDeviceTypeInfo::instance_finalize field > hw/virtio: Free VirtIOI

[PATCH-for-8.2 0/6] hw: Free DEFINE_PROP_ARRAY()'s arrays in instance_finalize()

2023-11-21 Thread Philippe Mathieu-Daudé
In few places we forget to free the array allocated by the DEFINE_PROP_ARRAY() macro handlers. Fix that. Philippe Mathieu-Daudé (6): hw/virtio: Add VirtioPCIDeviceTypeInfo::instance_finalize field hw/virtio: Free VirtIOIOMMUPCI::vdev.reserved_regions[] on finalize() hw/misc/mps2-scc: Free MP