[Qemu-devel] [PULL 0/1] Seabios 1.12 20181120 patches

Gerd Hoffmann posted 1 patch 5 years, 4 months ago
Test asan passed
Test checkpatch passed
Test docker-quick@centos7 passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181120060138.25446-1-kraxel@redhat.com
pc-bios/bios-256k.bin             | Bin 262144 -> 262144 bytes
pc-bios/bios.bin                  | Bin 131072 -> 131072 bytes
pc-bios/vgabios-bochs-display.bin | Bin 27648 -> 27648 bytes
pc-bios/vgabios-cirrus.bin        | Bin 38400 -> 38400 bytes
pc-bios/vgabios-qxl.bin           | Bin 38912 -> 38912 bytes
pc-bios/vgabios-ramfb.bin         | Bin 28160 -> 28160 bytes
pc-bios/vgabios-stdvga.bin        | Bin 38912 -> 38912 bytes
pc-bios/vgabios-virtio.bin        | Bin 38912 -> 38912 bytes
pc-bios/vgabios-vmware.bin        | Bin 38912 -> 38912 bytes
pc-bios/vgabios.bin               | Bin 38400 -> 38400 bytes
roms/Makefile                     |   2 +-
roms/seabios                      |   2 +-
12 files changed, 2 insertions(+), 2 deletions(-)
[Qemu-devel] [PULL 0/1] Seabios 1.12 20181120 patches
Posted by Gerd Hoffmann 5 years, 4 months ago
The following changes since commit cb968d275c145467c8b385a3618a207ec111eab1:

  Update version for v3.1.0-rc1 release (2018-11-13 18:16:14 +0000)

are available in the git repository at:

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

for you to fetch changes up to af51dbed380b7eec0c815da1c37b46e57a909ce8:

  update seabios to 1.12 (2018-11-20 06:57:53 +0100)

----------------------------------------------------------------
seabios: update to 1.12-final

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

Gerd Hoffmann (1):
  update seabios to 1.12

 pc-bios/bios-256k.bin             | Bin 262144 -> 262144 bytes
 pc-bios/bios.bin                  | Bin 131072 -> 131072 bytes
 pc-bios/vgabios-bochs-display.bin | Bin 27648 -> 27648 bytes
 pc-bios/vgabios-cirrus.bin        | Bin 38400 -> 38400 bytes
 pc-bios/vgabios-qxl.bin           | Bin 38912 -> 38912 bytes
 pc-bios/vgabios-ramfb.bin         | Bin 28160 -> 28160 bytes
 pc-bios/vgabios-stdvga.bin        | Bin 38912 -> 38912 bytes
 pc-bios/vgabios-virtio.bin        | Bin 38912 -> 38912 bytes
 pc-bios/vgabios-vmware.bin        | Bin 38912 -> 38912 bytes
 pc-bios/vgabios.bin               | Bin 38400 -> 38400 bytes
 roms/Makefile                     |   2 +-
 roms/seabios                      |   2 +-
 12 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/1] Seabios 1.12 20181120 patches
Posted by Peter Maydell 5 years, 4 months ago
On 20 November 2018 at 06:01, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit cb968d275c145467c8b385a3618a207ec111eab1:
>
>   Update version for v3.1.0-rc1 release (2018-11-13 18:16:14 +0000)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/seabios-1.12-20181120-pull-request
>
> for you to fetch changes up to af51dbed380b7eec0c815da1c37b46e57a909ce8:
>
>   update seabios to 1.12 (2018-11-20 06:57:53 +0100)
>
> ----------------------------------------------------------------
> seabios: update to 1.12-final
>
> ----------------------------------------------------------------
>
> Gerd Hoffmann (1):
>   update seabios to 1.12

Applied, thanks.

-- PMM