[PULL 0/2] Seabios 20191118 patches

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

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20191111' into staging (2019-11-11 16:54:16 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 0285747737417a7d154ddc3e5adcf1fd665566fd:

  seabios: update to pre-1.13 snapshot again (2019-11-18 15:04:19 +0100)

----------------------------------------------------------------
seabios: update to pre-1.13 snapshot again (lchs fixed)

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

Gerd Hoffmann (2):
  seabios: update to pre-1.13 snapshot
  seabios: update to pre-1.13 snapshot again

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

-- 
2.18.1


Re: [PULL 0/2] Seabios 20191118 patches
Posted by Peter Maydell 4 years, 5 months ago
On Mon, 18 Nov 2019 at 14:25, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 9f2ce35dfa4ea4a31dbb765dd02bed2500891887:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20191111' into staging (2019-11-11 16:54:16 +0000)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/seabios-20191118-pull-request
>
> for you to fetch changes up to 0285747737417a7d154ddc3e5adcf1fd665566fd:
>
>   seabios: update to pre-1.13 snapshot again (2019-11-18 15:04:19 +0100)
>
> ----------------------------------------------------------------
> seabios: update to pre-1.13 snapshot again (lchs fixed)
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM