mbox

[PULL,0/4] Edk2 20240409 patches

Message ID 20240409162942.454419-1-kraxel@redhat.com (mailing list archive)
State New
Headers show

Pull-request

https://gitlab.com/kraxel/qemu.git tags/edk2-20240409-pull-request

Message

Gerd Hoffmann April 9, 2024, 4:29 p.m. UTC
The following changes since commit e5c6528dce86d7a9ada7ecf02fcb7b8560955131:

  Update version for v9.0.0-rc2 release (2024-04-02 20:59:43 +0100)

are available in the Git repository at:

  https://gitlab.com/kraxel/qemu.git tags/edk2-20240409-pull-request

for you to fetch changes up to e3404e01c7f74efdc3440ddfd339d67bf7a8410e:

  edk2: rebuild binaries with correct version information (2024-04-09 18:21:23 +0200)

----------------------------------------------------------------
edk2: fix version information, rebuild binaries.

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

Gerd Hoffmann (4):
  edk2: get version + date from git submodule
  edk2: commit version info
  edk2/seabios: use common extra version
  edk2: rebuild binaries with correct version information

 pc-bios/edk2-aarch64-code.fd.bz2       | Bin 1589310 -> 1588976 bytes
 pc-bios/edk2-arm-code.fd.bz2           | Bin 1571693 -> 1571639 bytes
 pc-bios/edk2-i386-code.fd.bz2          | Bin 1775832 -> 1775230 bytes
 pc-bios/edk2-i386-secure-code.fd.bz2   | Bin 1876986 -> 1877268 bytes
 pc-bios/edk2-riscv-code.fd.bz2         | Bin 1289160 -> 1289337 bytes
 pc-bios/edk2-x86_64-code.fd.bz2        | Bin 1892372 -> 1892766 bytes
 pc-bios/edk2-x86_64-microvm.fd.bz2     | Bin 1785258 -> 1785290 bytes
 pc-bios/edk2-x86_64-secure-code.fd.bz2 | Bin 2214892 -> 1969096 bytes
 roms/Makefile                          |  25 ++++++++++++++++++-------
 roms/edk2-version                      |   2 ++
 10 files changed, 20 insertions(+), 7 deletions(-)
 create mode 100644 roms/edk2-version

Comments

Peter Maydell April 9, 2024, 9:29 p.m. UTC | #1
On Tue, 9 Apr 2024 at 17:29, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit e5c6528dce86d7a9ada7ecf02fcb7b8560955131:
>
>   Update version for v9.0.0-rc2 release (2024-04-02 20:59:43 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/kraxel/qemu.git tags/edk2-20240409-pull-request
>
> for you to fetch changes up to e3404e01c7f74efdc3440ddfd339d67bf7a8410e:
>
>   edk2: rebuild binaries with correct version information (2024-04-09 18:21:23 +0200)
>
> ----------------------------------------------------------------
> edk2: fix version information, rebuild binaries.
>
> ----------------------------------------------------------------
>
> Gerd Hoffmann (4):
>   edk2: get version + date from git submodule
>   edk2: commit version info
>   edk2/seabios: use common extra version
>   edk2: rebuild binaries with correct version information


Applied, thanks.

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

-- PMM