Re: [Qemu-devel] [PATCH 2/4] tests: fw_cfg: add a function to get the fw_cfg file

2019-04-23 Thread Thomas Huth
On 20/04/2019 12.00, Li Qiang wrote: > This is useful to write qtest about fw_cfg file entry. > > Signed-off-by: Li Qiang > --- > tests/libqos/fw_cfg.c | 45 +++ > tests/libqos/fw_cfg.h | 2 ++ > 2 files changed, 47 insertions(+) Acked-by: Thomas Huth

[Qemu-devel] [PATCH 2/4] tests: fw_cfg: add a function to get the fw_cfg file

2019-04-20 Thread Li Qiang
This is useful to write qtest about fw_cfg file entry. Signed-off-by: Li Qiang --- tests/libqos/fw_cfg.c | 45 +++ tests/libqos/fw_cfg.h | 2 ++ 2 files changed, 47 insertions(+) diff --git a/tests/libqos/fw_cfg.c b/tests/libqos/fw_cfg.c index c6839c53c8