[PULL 0/2] Seabios 20220307 patches

Gerd Hoffmann posted 2 patches 2 years, 1 month ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220307110303.1698186-1-kraxel@redhat.com
pc-bios/bios-256k.bin             | Bin 262144 -> 262144 bytes
pc-bios/bios-microvm.bin          | Bin 131072 -> 131072 bytes
pc-bios/bios.bin                  | Bin 131072 -> 131072 bytes
pc-bios/vgabios-ati.bin           | Bin 39936 -> 39936 bytes
pc-bios/vgabios-bochs-display.bin | Bin 28672 -> 28672 bytes
pc-bios/vgabios-cirrus.bin        | Bin 39424 -> 39424 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 +-
13 files changed, 1 insertion(+), 1 deletion(-)
[PULL 0/2] Seabios 20220307 patches
Posted by Gerd Hoffmann 2 years, 1 month ago
The following changes since commit 9d662a6b22a0838a85c5432385f35db2488a33a5:

  Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220305' into staging (2022-03-05 18:03:15 +0000)

are available in the Git repository at:

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

for you to fetch changes up to d877ada1b8c768d10c39b63bb70c9e5ed1c0a4bc:

  update seabios binaries to 1.16.0 (2022-03-07 11:20:21 +0100)

----------------------------------------------------------------
update seabios to 1.16.0

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

Gerd Hoffmann (2):
  update seabios submodule to 1.16.0
  update seabios binaries to 1.16.0

 pc-bios/bios-256k.bin             | Bin 262144 -> 262144 bytes
 pc-bios/bios-microvm.bin          | Bin 131072 -> 131072 bytes
 pc-bios/bios.bin                  | Bin 131072 -> 131072 bytes
 pc-bios/vgabios-ati.bin           | Bin 39936 -> 39936 bytes
 pc-bios/vgabios-bochs-display.bin | Bin 28672 -> 28672 bytes
 pc-bios/vgabios-cirrus.bin        | Bin 39424 -> 39424 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 +-
 13 files changed, 1 insertion(+), 1 deletion(-)

-- 
2.35.1

Re: [PULL 0/2] Seabios 20220307 patches
Posted by Peter Maydell 2 years, 1 month ago
On Mon, 7 Mar 2022 at 12:33, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 9d662a6b22a0838a85c5432385f35db2488a33a5:
>
>   Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220305' into staging (2022-03-05 18:03:15 +0000)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/seabios-20220307-pull-request
>
> for you to fetch changes up to d877ada1b8c768d10c39b63bb70c9e5ed1c0a4bc:
>
>   update seabios binaries to 1.16.0 (2022-03-07 11:20:21 +0100)
>
> ----------------------------------------------------------------
> update seabios to 1.16.0
>


Applied, thanks.

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

-- PMM