]> git.proxmox.com Git - mirror_qemu.git/commit
tests/libqos: Add pc_fw_cfg_uninit() and use it
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 22 Apr 2019 09:58:00 +0000 (11:58 +0200)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Thu, 23 May 2019 12:10:31 +0000 (14:10 +0200)
commit65461d124363d97b387337db9b970df60c31819d
tree58b032405c2a4941b375ac808a8ccd812bc607c2
parent0729d833d6d6f9ec7a865b3f1c2bb727bb9e604b
tests/libqos: Add pc_fw_cfg_uninit() and use it

The pc_fw_cfg_init() function allocates an IO QFWCFG object.
Add the pc_fw_cfg_uninit() function to deallocate it (and use it).

Signed-off-by: Li Qiang <liq3ea@163.com>
Tested-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20190424140643.62457-2-liq3ea@163.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
[PMD: Split patch, fill commit description, call uninit in malloc-pc.c]
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
tests/libqos/fw_cfg.h
tests/libqos/malloc-pc.c