[Qemu-devel] [PULL 0/4] fw_cfg 20190104 patches

Philippe Mathieu-Daudé posted 4 patches 5 years, 2 months ago
Test asan passed
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190104162559.20760-1-philmd@redhat.com
hw/nvram/fw_cfg.c       | 70 ++++++++++++++++++-----------------------
include/sysemu/sysemu.h |  1 -
vl.c                    |  5 ++-
3 files changed, 32 insertions(+), 44 deletions(-)
[Qemu-devel] [PULL 0/4] fw_cfg 20190104 patches
Posted by Philippe Mathieu-Daudé 5 years, 2 months ago
Hi Peter,

The following changes since commit 6395fe0c2c7d9f336d87960a7c9924b630c57c91:

  Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2019-01-04 13:22:51 +0000)

are available in the Git repository at:

  https://github.com/philmd/qemu.git tags/fw_cfg-20190104-pull-request

for you to fetch changes up to 19bcc4bc3213e78c303ad480a7a578f62258252d:

  fw_cfg: Make qemu_extra_params_fw locally (2019-01-04 15:30:52 +0100)

----------------------------------------------------------------

fw_cfg patches for 2019-01-04

Two fixes from Li Qiang:
- Improve error message when can't load splash file
- Fix boot bootsplash and reboot-timeout error checking

----------------------------------------------------------------

Li Qiang (4):
  fw_cfg: Improve error message when can't load splash file
  fw_cfg: Fix -boot bootsplash error checking
  fw_cfg: Fix -boot reboot-timeout error checking
  fw_cfg: Make qemu_extra_params_fw locally

 hw/nvram/fw_cfg.c       | 70 ++++++++++++++++++-----------------------
 include/sysemu/sysemu.h |  1 -
 vl.c                    |  5 ++-
 3 files changed, 32 insertions(+), 44 deletions(-)

-- 
2.17.2


Re: [Qemu-devel] [PULL 0/4] fw_cfg 20190104 patches
Posted by Peter Maydell 5 years, 2 months ago
On Fri, 4 Jan 2019 at 16:32, Philippe Mathieu-Daudé <philmd@redhat.com> wrote:
>
> Hi Peter,
>
> The following changes since commit 6395fe0c2c7d9f336d87960a7c9924b630c57c91:
>
>   Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2019-01-04 13:22:51 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/philmd/qemu.git tags/fw_cfg-20190104-pull-request
>
> for you to fetch changes up to 19bcc4bc3213e78c303ad480a7a578f62258252d:
>
>   fw_cfg: Make qemu_extra_params_fw locally (2019-01-04 15:30:52 +0100)
>
> ----------------------------------------------------------------
>
> fw_cfg patches for 2019-01-04
>
> Two fixes from Li Qiang:
> - Improve error message when can't load splash file
> - Fix boot bootsplash and reboot-timeout error checking
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.

-- PMM