Re: [Qemu-devel] [PATCH v3 2/7] tests/libqos: Add pc_fw_cfg_uninit() and use it

2019-05-21 Thread Laszlo Ersek
On 05/20/19 23:36, Philippe Mathieu-Daudé wrote: > 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 > Tested-by: Thomas Huth > Message-Id: <20190424140643.62457-2-liq...@163.com> > Review

[Qemu-devel] [PATCH v3 2/7] tests/libqos: Add pc_fw_cfg_uninit() and use it

2019-05-20 Thread Philippe Mathieu-Daudé
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 Tested-by: Thomas Huth Message-Id: <20190424140643.62457-2-liq...@163.com> Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daud