mbox

[PULL,0/1] Seabios 20191113 patches

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

Pull-request

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

Message

Gerd Hoffmann Nov. 13, 2019, 2:03 p.m. UTC
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-20191113-pull-request

for you to fetch changes up to 0221d73ce6a8e075adaa0a35a6ef853d2652b855:

  seabios: update to pre-1.13 snapshot (2019-11-13 15:02:21 +0100)

----------------------------------------------------------------
seabios: update to pre-1.13 snapshot (with ahci fix included).

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

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

 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(-)

Comments

Peter Maydell Nov. 14, 2019, 2:12 p.m. UTC | #1
On Wed, 13 Nov 2019 at 14:05, 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-20191113-pull-request
>
> for you to fetch changes up to 0221d73ce6a8e075adaa0a35a6ef853d2652b855:
>
>   seabios: update to pre-1.13 snapshot (2019-11-13 15:02:21 +0100)
>
> ----------------------------------------------------------------
> seabios: update to pre-1.13 snapshot (with ahci fix included).
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM