[Qemu-devel] [PATCH 0/2] tests: fw_cfg: add reboot-timeout test case

Li Qiang posted 2 patches 5 years, 1 month ago
Test docker-clang@ubuntu passed
Test asan passed
Test checkpatch passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190319023030.947-1-liq3ea@163.com
Maintainers: Laurent Vivier <lvivier@redhat.com>, Thomas Huth <thuth@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, "Philippe Mathieu-Daudé" <philmd@redhat.com>, Laszlo Ersek <lersek@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
tests/fw_cfg-test.c   | 15 ++++++++++++++-
tests/libqos/fw_cfg.c | 45 +++++++++++++++++++++++++++++++++++++++++++
tests/libqos/fw_cfg.h |  2 ++
3 files changed, 61 insertions(+), 1 deletion(-)
[Qemu-devel] [PATCH 0/2] tests: fw_cfg: add reboot-timeout test case
Posted by Li Qiang 5 years, 1 month ago
The first patch adds a util function to get the fw_cfg file entry.
And second adds the reboot-timeout test case.

Li Qiang (2):
  tests: fw_cfg: add a function to get the fw_cfg file
  tests: fw_cfg: add reboot_timeout test case

 tests/fw_cfg-test.c   | 15 ++++++++++++++-
 tests/libqos/fw_cfg.c | 45 +++++++++++++++++++++++++++++++++++++++++++
 tests/libqos/fw_cfg.h |  2 ++
 3 files changed, 61 insertions(+), 1 deletion(-)

-- 
2.17.1



Re: [Qemu-devel] [PATCH 0/2] tests: fw_cfg: add reboot-timeout test case
Posted by Laszlo Ersek 5 years, 1 month ago
Hi,

On 03/19/19 03:30, Li Qiang wrote:
> The first patch adds a util function to get the fw_cfg file entry.
> And second adds the reboot-timeout test case.
> 
> Li Qiang (2):
>   tests: fw_cfg: add a function to get the fw_cfg file
>   tests: fw_cfg: add reboot_timeout test case
> 
>  tests/fw_cfg-test.c   | 15 ++++++++++++++-
>  tests/libqos/fw_cfg.c | 45 +++++++++++++++++++++++++++++++++++++++++++
>  tests/libqos/fw_cfg.h |  2 ++
>  3 files changed, 61 insertions(+), 1 deletion(-)
> 

I signed up to co-review fw_cfg patches in order to review Phil's
patches [1], and maybe to prevent edk2 regressions; so on these
particular patches, I'll defer to Phil. I've been fighting email
bankruptcy for weeks now, sorry.

[1] msgid <1b1cd5ea-ff79-9ce4-22fa-f09c8b307f26@redhat.com>

Thanks
Laszlo