mbox

[PULL,0/1] fw-cfg patches for 2020-09-18

Message ID 20200918152207.157589-1-philmd@redhat.com
State New
Headers show

Pull-request

https://gitlab.com/philmd/qemu.git tags/fw_cfg-20200918

Message

Philippe Mathieu-Daudé Sept. 18, 2020, 3:22 p.m. UTC
The following changes since commit e883b492c221241d28aaa322c61536436090538a:

  Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20200918' into staging (2020-09-18 13:36:42 +0100)

are available in the Git repository at:

  https://gitlab.com/philmd/qemu.git tags/fw_cfg-20200918

for you to fetch changes up to 4318432ccd3f7fb69b7169f39dcae3d4ee04f5ea:

  hw/nvram/fw_cfg: fix FWCfgDataGeneratorClass::get_data() consumption (2020-09-18 17:18:18 +0200)

----------------------------------------------------------------
fw_cfg patches

Fixes a bug in the recently introduced fw_cfg_add_from_generator().

CI jobs results:
. https://gitlab.com/philmd/qemu/-/pipelines/191714875
. https://travis-ci.org/github/philmd/qemu/builds/728288784
. https://app.shippable.com/github/philmd/qemu/runs/869/1/console
----------------------------------------------------------------

Laszlo Ersek (1):
  hw/nvram/fw_cfg: fix FWCfgDataGeneratorClass::get_data() consumption

 hw/nvram/fw_cfg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

no-reply@patchew.org Sept. 18, 2020, 3:27 p.m. UTC | #1
Patchew URL: https://patchew.org/QEMU/20200918152207.157589-1-philmd@redhat.com/



Hi,

This series seems to have some coding style problems. See output below for
more information:

N/A. Internal error while reading log file



The full log is available at
http://patchew.org/logs/20200918152207.157589-1-philmd@redhat.com/testing.checkpatch/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
Peter Maydell Sept. 18, 2020, 4:23 p.m. UTC | #2
On Fri, 18 Sep 2020 at 16:31, Philippe Mathieu-Daudé <philmd@redhat.com> wrote:
>
> The following changes since commit e883b492c221241d28aaa322c61536436090538a:
>
>   Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20200918' into staging (2020-09-18 13:36:42 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/philmd/qemu.git tags/fw_cfg-20200918
>
> for you to fetch changes up to 4318432ccd3f7fb69b7169f39dcae3d4ee04f5ea:
>
>   hw/nvram/fw_cfg: fix FWCfgDataGeneratorClass::get_data() consumption (2020-09-18 17:18:18 +0200)
>
> ----------------------------------------------------------------
> fw_cfg patches
>
> Fixes a bug in the recently introduced fw_cfg_add_from_generator().
>
> CI jobs results:
> . https://gitlab.com/philmd/qemu/-/pipelines/191714875
> . https://travis-ci.org/github/philmd/qemu/builds/728288784
> . https://app.shippable.com/github/philmd/qemu/runs/869/1/console
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM