mbox

[PULL,0/4] fw_cfg 20190104 patches

Message ID 20190104162559.20760-1-philmd@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Philippe Mathieu-Daudé Jan. 4, 2019, 4:25 p.m. UTC
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(-)

Comments

Peter Maydell Jan. 4, 2019, 7 p.m. UTC | #1
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