[PULL 0/1] Seabios 20200819 patches

Gerd Hoffmann posted 1 patch 3 years, 9 months ago
Test docker-quick@centos7 passed
Test docker-mingw@fedora passed
Test checkpatch passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200819063659.16082-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 20200819 patches
Posted by Gerd Hoffmann 3 years, 9 months ago
The following changes since commit 672b2f2695891b6d818bddc3ce0df964c7627969:

  Open 5.2 development tree (2020-08-18 13:44:04 +0100)

are available in the Git repository at:

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

for you to fetch changes up to c180ff4c7946cab99dcfdf3d2579cb8230008534:

  seabios: update to 1.14-final (2020-08-19 08:35:24 +0200)

----------------------------------------------------------------
seabios: update to 1.14-final

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

Gerd Hoffmann (1):
  seabios: update to 1.14-final

 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 20200819 patches
Posted by Peter Maydell 3 years, 8 months ago
On Wed, 19 Aug 2020 at 07:38, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 672b2f2695891b6d818bddc3ce0df964c7627969:
>
>   Open 5.2 development tree (2020-08-18 13:44:04 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/seabios-20200819-pull-request
>
> for you to fetch changes up to c180ff4c7946cab99dcfdf3d2579cb8230008534:
>
>   seabios: update to 1.14-final (2020-08-19 08:35:24 +0200)
>
> ----------------------------------------------------------------
> seabios: update to 1.14-final
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM