[PULL 0/2] Firmware/seabios 20231128 patches

Gerd Hoffmann posted 2 patches 12 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231128081743.2214005-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 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 +-
13 files changed, 1 insertion(+), 1 deletion(-)
[PULL 0/2] Firmware/seabios 20231128 patches
Posted by Gerd Hoffmann 12 months ago
The following changes since commit 4705fc0c8511d073bee4751c3c974aab2b10a970:

  Merge tag 'pull-for-8.2-fixes-231123-1' of https://gitlab.com/stsquad/qemu into staging (2023-11-24 08:00:18 -0500)

are available in the Git repository at:

  https://gitlab.com/kraxel/qemu.git tags/firmware/seabios-20231128-pull-request

for you to fetch changes up to eb0ce1346eca79f066e571dc5845f99f9ec730c3:

  seabios: update binaries to 1.16.3 release (2023-11-28 08:49:26 +0100)

----------------------------------------------------------------
seabios: update to 1.16.3 release

This adds one bugfix compared to the snapshot
merged during the 8.2 devel cycle.

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

Gerd Hoffmann (2):
  seabios: update submodule to 1.16.3 release
  seabios: update binaries to 1.16.3 release

 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 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 +-
 13 files changed, 1 insertion(+), 1 deletion(-)

-- 
2.43.0
Re: [PULL 0/2] Firmware/seabios 20231128 patches
Posted by Stefan Hajnoczi 12 months ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/8.2 for any user-visible changes.
Re: [PULL 0/2] Firmware/seabios 20231128 patches
Posted by Michael Tokarev 12 months ago
28.11.2023 11:17, Gerd Hoffmann :

> seabios: update to 1.16.3 release

Gerd, please also push this tag to seabios master git branch.

Thanks,

/mjt
Re: [PULL 0/2] Firmware/seabios 20231128 patches
Posted by Gerd Hoffmann 12 months ago
On Tue, Nov 28, 2023 at 11:54:34AM +0300, Michael Tokarev wrote:
> 28.11.2023 11:17, Gerd Hoffmann :
> 
> > seabios: update to 1.16.3 release
> 
> Gerd, please also push this tag to seabios master git branch.

Can't push to master branch right now (the tag is in the repo though),
trying to sort this out with the coreboot admins ATM

take care,
  Gerd