mbox

[PULL,0/1] seabios: update to 1.10.1 stable release

Message ID 1479806144-25599-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/pull-seabios-20161122-1

Message

Gerd Hoffmann Nov. 22, 2016, 9:15 a.m. UTC
Hi,

Here comes the update to seabios the 1.10.1 stable release, featuring a
single patch to make seabios use QEMU_CFG_NB_CPUS.

please pull,
  Gerd

The following changes since commit c36ed06e9159fa484b711dfdd27ec64d7ac3d17a:

  Merge remote-tracking branch 'mst/tags/for_upstream' into staging (2016-11-21 11:09:58 +0000)

are available in the git repository at:


  git://git.kraxel.org/qemu tags/pull-seabios-20161122-1

for you to fetch changes up to cae41fda0f22b31f873fdc3e916f4d2580dedb09:

  seabios: update to 1.10.1 stable release (2016-11-22 10:12:08 +0100)

----------------------------------------------------------------
seabios: update to 1.10.1 stable release

----------------------------------------------------------------
Gerd Hoffmann (1):
      seabios: update to 1.10.1 stable release

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

Comments

Stefan Hajnoczi Nov. 22, 2016, 7:29 p.m. UTC | #1
On Tue, Nov 22, 2016 at 10:15:43AM +0100, Gerd Hoffmann wrote:
>   Hi,
> 
> Here comes the update to seabios the 1.10.1 stable release, featuring a
> single patch to make seabios use QEMU_CFG_NB_CPUS.
> 
> please pull,
>   Gerd
> 
> The following changes since commit c36ed06e9159fa484b711dfdd27ec64d7ac3d17a:
> 
>   Merge remote-tracking branch 'mst/tags/for_upstream' into staging (2016-11-21 11:09:58 +0000)
> 
> are available in the git repository at:
> 
> 
>   git://git.kraxel.org/qemu tags/pull-seabios-20161122-1
> 
> for you to fetch changes up to cae41fda0f22b31f873fdc3e916f4d2580dedb09:
> 
>   seabios: update to 1.10.1 stable release (2016-11-22 10:12:08 +0100)
> 
> ----------------------------------------------------------------
> seabios: update to 1.10.1 stable release
> 
> ----------------------------------------------------------------
> Gerd Hoffmann (1):
>       seabios: update to 1.10.1 stable release
> 
>  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(-)
> 

Thanks, applied to my staging tree:
https://github.com/stefanha/qemu/commits/staging

Stefan