Re: [PATCH 6/7] tests/fw_cfg: Declare one QFWCFG for all tests

2019-10-04 Thread Laszlo Ersek
On 10/04/19 00:54, Philippe Mathieu-Daudé wrote: > It is pointless to create/remove a QFWCFG object for each test. > Move it to the test context and create/remove it only once. > > Signed-off-by: Philippe Mathieu-Daudé > --- > tests/fw_cfg-test.c | 74 +---

[PATCH 6/7] tests/fw_cfg: Declare one QFWCFG for all tests

2019-10-03 Thread Philippe Mathieu-Daudé
It is pointless to create/remove a QFWCFG object for each test. Move it to the test context and create/remove it only once. Signed-off-by: Philippe Mathieu-Daudé --- tests/fw_cfg-test.c | 74 + 1 file changed, 27 insertions(+), 47 deletions(-) diff --