[Qemu-devel] [PULL 0/1] Seabios 1.11 final 20171114 patches

Gerd Hoffmann posted 1 patch 6 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171114144002.20156-1-kraxel@redhat.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
pc-bios/bios-256k.bin      | Bin 262144 -> 262144 bytes
pc-bios/bios.bin           | Bin 131072 -> 131072 bytes
pc-bios/vgabios-cirrus.bin | Bin 38400 -> 38400 bytes
pc-bios/vgabios-qxl.bin    | Bin 38912 -> 38912 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/seabios               |   2 +-
9 files changed, 1 insertion(+), 1 deletion(-)
[Qemu-devel] [PULL 0/1] Seabios 1.11 final 20171114 patches
Posted by Gerd Hoffmann 6 years, 5 months ago
The following changes since commit 2e550e31518f90cc9cb7e5c855a1995c317463a3:

  Merge remote-tracking branch 'remotes/kraxel/tags/ui-20171110-pull-request' into staging (2017-11-14 08:39:50 +0000)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/seabios-1.11-final-20171114-pull-request

for you to fetch changes up to 6350b2a09b8a330cbfaea462a34bbb1b8c63d7b1:

  seabios: update to 1.11 final (2017-11-14 15:36:08 +0100)

----------------------------------------------------------------
seabios: update to 1.11 final

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

Gerd Hoffmann (1):
  seabios: update to 1.11 final

 pc-bios/bios-256k.bin      | Bin 262144 -> 262144 bytes
 pc-bios/bios.bin           | Bin 131072 -> 131072 bytes
 pc-bios/vgabios-cirrus.bin | Bin 38400 -> 38400 bytes
 pc-bios/vgabios-qxl.bin    | Bin 38912 -> 38912 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/seabios               |   2 +-
 9 files changed, 1 insertion(+), 1 deletion(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/1] Seabios 1.11 final 20171114 patches
Posted by Peter Maydell 6 years, 5 months ago
On 14 November 2017 at 14:40, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit 2e550e31518f90cc9cb7e5c855a1995c317463a3:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/ui-20171110-pull-request' into staging (2017-11-14 08:39:50 +0000)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/seabios-1.11-final-20171114-pull-request
>
> for you to fetch changes up to 6350b2a09b8a330cbfaea462a34bbb1b8c63d7b1:
>
>   seabios: update to 1.11 final (2017-11-14 15:36:08 +0100)
>
> ----------------------------------------------------------------
> seabios: update to 1.11 final
>
> ----------------------------------------------------------------
>
> Gerd Hoffmann (1):
>   seabios: update to 1.11 final
>
>  pc-bios/bios-256k.bin      | Bin 262144 -> 262144 bytes
>  pc-bios/bios.bin           | Bin 131072 -> 131072 bytes
>  pc-bios/vgabios-cirrus.bin | Bin 38400 -> 38400 bytes
>  pc-bios/vgabios-qxl.bin    | Bin 38912 -> 38912 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/seabios               |   2 +-
>  9 files changed, 1 insertion(+), 1 deletion(-)
>

Applied, thanks.

-- PMM