qemu/include/hw/nvram
Peter Maydell 5b836d001a hm/nvram/xlnx-versal-efuse-ctrl: Call register_finalize_block
The TYPE_XLNX_VERSAL_EFUSE_CTRL device creates a register block with
register_init_block32() in its instance_init method; we must
therefore destroy it in our instance_finalize method to avoid a leak
in the QOM introspection "init-inspect-finalize" lifecycle:

Direct leak of 304 byte(s) in 1 object(s) allocated from:
    #0 0x55f222b5b9d8 in __interceptor_calloc (/mnt/nvmedisk/linaro/qemu-from-laptop/qemu/build/asan/qemu-system-aarch64+0x294e9d8) (BuildId: 420
43d49e1139e3f3071b1f22fac1e3e7249c9a6)
    #1 0x7fbb10669c50 in g_malloc0 debian/build/deb/../../../glib/gmem.c:161:13
    #2 0x55f222f90c5d in register_init_block hw/core/register.c:248:34
    #3 0x55f222f916be in register_init_block32 hw/core/register.c:299:12
    #4 0x55f223bbdd15 in efuse_ctrl_init hw/nvram/xlnx-versal-efuse-ctrl.c:718:9
    #5 0x55f225b23391 in object_init_with_type qom/object.c:420:9
    #6 0x55f225b0a66b in object_initialize_with_type qom/object.c:562:5
    #7 0x55f225b0bf0d in object_new_with_type qom/object.c:782:5
    #8 0x55f225b0bfe1 in object_new qom/object.c:797:12
    #9 0x55f226309e0d in qmp_device_list_properties qom/qom-qmp-cmds.c:144:11

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com>
Reviewed-by: Francisco Iglesias <francisco.iglesias@amd.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-id: 20240822162127.705879-7-peter.maydell@linaro.org
2024-09-05 13:12:37 +01:00
..
bcm2835_otp.h hw/nvram: Add BCM2835 OTP device 2024-07-01 12:48:55 +01:00
chrp_nvram.h nvram: Exit QEMU if NVRAM cannot contain all -prom-env data 2020-08-14 13:34:31 +10:00
eeprom93xx.h
eeprom_at24c.h hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper 2023-02-07 09:02:04 +01:00
fw_cfg_acpi.h acpi: Clean up includes 2024-01-30 21:20:20 +03:00
fw_cfg.h fw_cfg: remove useless declarations from typedefs.h 2024-05-03 15:47:48 +02:00
mac_nvram.h mac_nvram: Add block backend to persist NVRAM contents 2023-02-06 11:41:39 +00:00
npcm7xx_otp.h bulk: Do not declare function prototypes using 'extern' keyword 2023-08-31 19:47:43 +02:00
nrf51_nvm.h Use OBJECT_DECLARE_SIMPLE_TYPE when possible 2020-09-18 14:12:32 -04:00
sun_nvram.h nvram: Rename openbios_firmware_abi.h into sun_nvram.h 2016-10-28 09:36:58 +11:00
xlnx-bbram.h hw/nvram/xlnx-bbram: Call register_finalize_block 2024-09-05 13:12:36 +01:00
xlnx-efuse.h hw: Replace anti-social QOM type names (again) 2023-12-20 10:29:23 +01:00
xlnx-versal-efuse.h hm/nvram/xlnx-versal-efuse-ctrl: Call register_finalize_block 2024-09-05 13:12:37 +01:00
xlnx-zynqmp-efuse.h hw/nvram/xlnx-zynqmp-efuse: Call register_finalize_block 2024-09-05 13:12:36 +01:00