[PATCH 0/2] fw_cfg: Allow reboot-timeout=-1 again

Philippe Mathieu-Daudé posted 2 patches 4 years, 5 months ago
Test asan passed
Test checkpatch passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191029170124.27981-1-philmd@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>, Laszlo Ersek <lersek@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Philippe Mathieu-Daudé" <philmd@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Thomas Huth <thuth@redhat.com>
hw/nvram/fw_cfg.c   |  7 ++++---
tests/fw_cfg-test.c | 21 +++++++++++++++++++++
2 files changed, 25 insertions(+), 3 deletions(-)
[PATCH 0/2] fw_cfg: Allow reboot-timeout=-1 again
Posted by Philippe Mathieu-Daudé 4 years, 5 months ago
Fix the '-1' special value, and add a test.

Dr. David Alan Gilbert (1):
  fw_cfg: Allow reboot-timeout=-1 again

Philippe Mathieu-Daudé (1):
  tests/fw_cfg: Test 'reboot-timeout=-1' special value

 hw/nvram/fw_cfg.c   |  7 ++++---
 tests/fw_cfg-test.c | 21 +++++++++++++++++++++
 2 files changed, 25 insertions(+), 3 deletions(-)

-- 
2.21.0


Re: [PATCH 0/2] fw_cfg: Allow reboot-timeout=-1 again
Posted by Laszlo Ersek 4 years, 4 months ago
On 10/29/19 18:01, Philippe Mathieu-Daudé wrote:
> Fix the '-1' special value, and add a test.
> 
> Dr. David Alan Gilbert (1):
>   fw_cfg: Allow reboot-timeout=-1 again
> 
> Philippe Mathieu-Daudé (1):
>   tests/fw_cfg: Test 'reboot-timeout=-1' special value
> 
>  hw/nvram/fw_cfg.c   |  7 ++++---
>  tests/fw_cfg-test.c | 21 +++++++++++++++++++++
>  2 files changed, 25 insertions(+), 3 deletions(-)
> 

series
Reviewed-by: Laszlo Ersek <lersek@redhat.com>