[Qemu-devel] [PULL 0/5] Trivial branch patches

Laurent Vivier posted 5 patches 5 years ago
Test checkpatch passed
Test asan failed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190311191128.30562-1-laurent@vivier.eu
Maintainers: Riku Voipio <riku.voipio@iki.fi>
There is a newer version of this series
hw/acpi/piix4.c         | 1 -
hw/arm/virt.c           | 4 ----
hw/nvram/fw_cfg.c       | 9 ++++-----
include/sysemu/sysemu.h | 1 -
thunk.c                 | 2 +-
vl.c                    | 1 -
6 files changed, 5 insertions(+), 13 deletions(-)
[Qemu-devel] [PULL 0/5] Trivial branch patches
Posted by Laurent Vivier 5 years ago
The following changes since commit 208d92df447bde0f1f810fae8a2c523cdeb7a28f:

  Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190311' into staging (2019-03-11 16:27:14 +0000)

are available in the Git repository at:

  git://github.com/vivier/qemu.git tags/trivial-branch-pull-request

for you to fetch changes up to 3b777a79c1cfa40f39f96220bc733eccd7392c9c:

  hw/nvram/fw_cfg: Use the ldst API (2019-03-11 18:48:20 +0100)

----------------------------------------------------------------
fw_cfg and thunk code clean up

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

Aarushi Mehta (1):
  thunk: improve readability of allocation loop

Philippe Mathieu-Daudé (4):
  hw/nvram/fw_cfg: Remove the unnecessary boot_splash_filedata_size
  hw/i386: Remove unused include
  hw/arm/virt: Remove null-check in virt_build_smbios()
  hw/nvram/fw_cfg: Use the ldst API

 hw/acpi/piix4.c         | 1 -
 hw/arm/virt.c           | 4 ----
 hw/nvram/fw_cfg.c       | 9 ++++-----
 include/sysemu/sysemu.h | 1 -
 thunk.c                 | 2 +-
 vl.c                    | 1 -
 6 files changed, 5 insertions(+), 13 deletions(-)

-- 
2.20.1


Re: [Qemu-devel] [PULL 0/5] Trivial branch patches
Posted by Peter Maydell 5 years ago
On Mon, 11 Mar 2019 at 19:11, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit 208d92df447bde0f1f810fae8a2c523cdeb7a28f:
>
>   Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190311' into staging (2019-03-11 16:27:14 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu.git tags/trivial-branch-pull-request
>
> for you to fetch changes up to 3b777a79c1cfa40f39f96220bc733eccd7392c9c:
>
>   hw/nvram/fw_cfg: Use the ldst API (2019-03-11 18:48:20 +0100)
>
> ----------------------------------------------------------------
> fw_cfg and thunk code clean up
>
> ----------------------------------------------------------------
>
> Aarushi Mehta (1):
>   thunk: improve readability of allocation loop
>
> Philippe Mathieu-Daudé (4):
>   hw/nvram/fw_cfg: Remove the unnecessary boot_splash_filedata_size
>   hw/i386: Remove unused include
>   hw/arm/virt: Remove null-check in virt_build_smbios()
>   hw/nvram/fw_cfg: Use the ldst API
>

Applied, thanks.

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

-- PMM