[PULL 0/2] fw_cfg for-4.2-soft-freeze patches

Philippe Mathieu-Daudé posted 2 patches 4 years, 5 months ago
Test asan failed
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/20191103222511.17478-1-philmd@redhat.com
Maintainers: "Philippe Mathieu-Daudé" <philmd@redhat.com>, Laszlo Ersek <lersek@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, Thomas Huth <thuth@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
hw/nvram/fw_cfg.c   |  7 ++++---
tests/fw_cfg-test.c | 21 +++++++++++++++++++++
2 files changed, 25 insertions(+), 3 deletions(-)
[PULL 0/2] fw_cfg for-4.2-soft-freeze patches
Posted by Philippe Mathieu-Daudé 4 years, 5 months ago
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(-)

-- 
2.21.0


Re: [PULL 0/2] fw_cfg for-4.2-soft-freeze patches
Posted by Peter Maydell 4 years, 5 months ago
On Sun, 3 Nov 2019 at 22:26, Philippe Mathieu-Daudé <philmd@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