[PULL 0/1] Seabios 20200803 patches

Gerd Hoffmann posted 1 patch 3 years, 8 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200803052437.11030-1-kraxel@redhat.com
pc-bios/bios-256k.bin             | Bin 262144 -> 262144 bytes
pc-bios/bios.bin                  | Bin 131072 -> 131072 bytes
pc-bios/vgabios-ati.bin           | Bin 39424 -> 39424 bytes
pc-bios/vgabios-bochs-display.bin | Bin 28672 -> 28672 bytes
pc-bios/vgabios-cirrus.bin        | Bin 38912 -> 38912 bytes
pc-bios/vgabios-qxl.bin           | Bin 39424 -> 39424 bytes
pc-bios/vgabios-ramfb.bin         | Bin 28672 -> 28672 bytes
pc-bios/vgabios-stdvga.bin        | Bin 39424 -> 39424 bytes
pc-bios/vgabios-virtio.bin        | Bin 39424 -> 39424 bytes
pc-bios/vgabios-vmware.bin        | Bin 39424 -> 39424 bytes
pc-bios/vgabios.bin               | Bin 38912 -> 38912 bytes
roms/seabios                      |   2 +-
12 files changed, 1 insertion(+), 1 deletion(-)
[PULL 0/1] Seabios 20200803 patches
Posted by Gerd Hoffmann 3 years, 8 months ago
The following changes since commit d74824cf7c8b352f9045e949dc636c7207a41eee:

  Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200731' into staging (2020-07-31 10:28:13 +0100)

are available in the Git repository at:

  git://git.kraxel.org/qemu tags/seabios-20200803-pull-request

for you to fetch changes up to 1f42e246995a99890f6af4e42329f184ee14b0e7:

  seabios: update to master snapshot (2020-08-03 07:01:02 +0200)

----------------------------------------------------------------
seabios: update to master snapshot

seabios master branch got a few bugfixes, so update
to a newer snapshot to pick them up for 5.1-rc3.

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

Gerd Hoffmann (1):
  seabios: update to master snapshot

 pc-bios/bios-256k.bin             | Bin 262144 -> 262144 bytes
 pc-bios/bios.bin                  | Bin 131072 -> 131072 bytes
 pc-bios/vgabios-ati.bin           | Bin 39424 -> 39424 bytes
 pc-bios/vgabios-bochs-display.bin | Bin 28672 -> 28672 bytes
 pc-bios/vgabios-cirrus.bin        | Bin 38912 -> 38912 bytes
 pc-bios/vgabios-qxl.bin           | Bin 39424 -> 39424 bytes
 pc-bios/vgabios-ramfb.bin         | Bin 28672 -> 28672 bytes
 pc-bios/vgabios-stdvga.bin        | Bin 39424 -> 39424 bytes
 pc-bios/vgabios-virtio.bin        | Bin 39424 -> 39424 bytes
 pc-bios/vgabios-vmware.bin        | Bin 39424 -> 39424 bytes
 pc-bios/vgabios.bin               | Bin 38912 -> 38912 bytes
 roms/seabios                      |   2 +-
 12 files changed, 1 insertion(+), 1 deletion(-)

-- 
2.18.4


Re: [PULL 0/1] Seabios 20200803 patches
Posted by Peter Maydell 3 years, 8 months ago
On Mon, 3 Aug 2020 at 06:25, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit d74824cf7c8b352f9045e949dc636c7207a41eee:
>
>   Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200731' into staging (2020-07-31 10:28:13 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/seabios-20200803-pull-request
>
> for you to fetch changes up to 1f42e246995a99890f6af4e42329f184ee14b0e7:
>
>   seabios: update to master snapshot (2020-08-03 07:01:02 +0200)
>
> ----------------------------------------------------------------
> seabios: update to master snapshot
>
> seabios master branch got a few bugfixes, so update
> to a newer snapshot to pick them up for 5.1-rc3.
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM