On Sun, 3 Nov 2019 at 22:26, Philippe Mathieu-Daudé <phi...@redhat.com> wrote: > > Hi Peter, > > One fw_cfg fix from David Gilbert. > > The following changes since commit f3cad9c6dbd4b9877232c44bf2dd877353a73209: > > iotests: Remove 130 from the "auto" group (2019-10-31 11:04:10 +0000) > > are available in the Git repository at: > > https://gitlab.com/philmd/qemu.git tags/fw_cfg-next-pull-request > > for you to fetch changes up to eda4e62cc2f5d12fcedcf799a5a3f9eba855ad77: > > tests/fw_cfg: Test 'reboot-timeout=-1' special value (2019-11-01 19:19:24 > +0100) > > ---------------------------------------------------------------- > Fix the fw_cfg reboot-timeout=-1 special value, add a test for it. > > ---------------------------------------------------------------- > > 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(-)
Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/4.2 for any user-visible changes. -- PMM