[Qemu-devel] [PULL 0/1] Seabios 20181106 patches

Gerd Hoffmann posted 1 patch 6 years, 12 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181106112829.1948-1-kraxel@redhat.com
Test docker-clang@ubuntu passed
Test checkpatch passed
Test asan passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
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/seabios                      |   2 +-
11 files changed, 1 insertion(+), 1 deletion(-)
[Qemu-devel] [PULL 0/1] Seabios 20181106 patches
Posted by Gerd Hoffmann 6 years, 12 months ago
The following changes since commit 7d56239f159afc2e7bd42623947e56ba48f37836:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20181102' into staging (2018-11-02 17:17:12 +0000)

are available in the git repository at:

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

for you to fetch changes up to 0b8f74488e50f98b04e63157f85fde8a13f8d6aa:

  update seabios to master snapshot (2018-11-06 12:23:58 +0100)

----------------------------------------------------------------
seabios update for 3.1

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

Gerd Hoffmann (1):
  update seabios to master snapshot

 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/seabios                      |   2 +-
 11 files changed, 1 insertion(+), 1 deletion(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/1] Seabios 20181106 patches
Posted by Peter Maydell 6 years, 12 months ago
On 6 November 2018 at 11:28, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit 7d56239f159afc2e7bd42623947e56ba48f37836:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20181102' into staging (2018-11-02 17:17:12 +0000)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/seabios-20181106-pull-request
>
> for you to fetch changes up to 0b8f74488e50f98b04e63157f85fde8a13f8d6aa:
>
>   update seabios to master snapshot (2018-11-06 12:23:58 +0100)
>
> ----------------------------------------------------------------
> seabios update for 3.1
>
> ----------------------------------------------------------------
>
> Gerd Hoffmann (1):
>   update seabios to master snapshot

Applied, thanks.

-- PMM