qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 429d3a: seabios: update submodule to release


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 429d3a: seabios: update submodule to release 1.11.2
Date: Mon, 02 Jul 2018 09:51:09 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 429d3ae2c8e52d2787af10fffce71103bf0f82f0
      
https://github.com/qemu/qemu/commit/429d3ae2c8e52d2787af10fffce71103bf0f82f0
  Author: Gerd Hoffmann <address@hidden>
  Date:   2018-07-02 (Mon, 02 Jul 2018)

  Changed paths:
    M roms/seabios

  Log Message:
  -----------
  seabios: update submodule to release 1.11.2

git shortlog rel-1.11.1..rel-1.11.2
-----------------------------------

Gerd Hoffmann (11):
      optionrom: enable non-vga display devices
      cbvga: factor out cbvga_setup_modes()
      qemu: add bochs-display support
      cbvga_setup_modes: use real mode number instead of 0x140
      cbvga_list_modes: don't list current mode twice
      cbvga_set_mode: disable clearmem in windows x86 emulator.
      bochs_display_setup: return error on failure
      pmm: use tmp zone on oom
      vgasrc: add allocate_pmm()
      qemu: add qemu ramfb support
      cbvga_set_mode: refine clear display logic

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 75056cef41b6ca304948866b27b04b3c6713dfaa
      
https://github.com/qemu/qemu/commit/75056cef41b6ca304948866b27b04b3c6713dfaa
  Author: Gerd Hoffmann <address@hidden>
  Date:   2018-07-02 (Mon, 02 Jul 2018)

  Changed paths:
    M roms/Makefile
    A roms/config.vga-bochs-display
    A roms/config.vga-ramfb

  Log Message:
  -----------
  seabios: add vga configs for bochs-display and ramfb

Both bochs-display and ramfb are devices with a simple framebuffer and
no vga emulation or text mode.  seavgabios has support for text mode
emulation (at vgabios call level), we are using that to provide some
vga compatibility support for these devices.

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: eda553a442e94dc16d424849b65c6cb7f140f318
      
https://github.com/qemu/qemu/commit/eda553a442e94dc16d424849b65c6cb7f140f318
  Author: Gerd Hoffmann <address@hidden>
  Date:   2018-07-02 (Mon, 02 Jul 2018)

  Changed paths:
    M roms/config.seabios-128k
    M roms/config.seabios-256k

  Log Message:
  -----------
  seabios: enable ide dma

QNX reportedly requires this to boot.
Should also speed up booting other guests.

Note: Upstream seabios defaults this to 'n' to due to known problems
on physical hardware (qemu not affected), and wouldn't flip the default
to 'y'.  So we adjust our local build config accordingly.

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 91b8eba9ec3f5af7dd48927811eb7ff69fc4617f
      
https://github.com/qemu/qemu/commit/91b8eba9ec3f5af7dd48927811eb7ff69fc4617f
  Author: Gerd Hoffmann <address@hidden>
  Date:   2018-07-02 (Mon, 02 Jul 2018)

  Changed paths:
    M .gitmodules
    M roms/Makefile
    R roms/vgabios

  Log Message:
  -----------
  vgabios: remove submodule and build rules.

It's the old, lgpl vgabios implementation.

Was left in as fallback when we switched to seavgabios, so we could
easily switch back in case we see regressions.  It's unused since years
now, reportedly doesn't even build, and lacks support for recently (and
not so recently) added display devices.

Zap it.

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: cd1bfd5ef336166b275a09dc9842542bf5e63ae3
      
https://github.com/qemu/qemu/commit/cd1bfd5ef336166b275a09dc9842542bf5e63ae3
  Author: Gerd Hoffmann <address@hidden>
  Date:   2018-07-02 (Mon, 02 Jul 2018)

  Changed paths:
    M pc-bios/bios-256k.bin
    M pc-bios/bios.bin
    A pc-bios/vgabios-bochs-display.bin
    M pc-bios/vgabios-cirrus.bin
    M pc-bios/vgabios-qxl.bin
    A pc-bios/vgabios-ramfb.bin
    M pc-bios/vgabios-stdvga.bin
    M pc-bios/vgabios-virtio.bin
    M pc-bios/vgabios-vmware.bin
    M pc-bios/vgabios.bin

  Log Message:
  -----------
  seabios: update bios and vgabios binaries

Adds two new vgabios binaries, for ramfb and bochs-display.

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 7c538789dac550526897e80f80ec39b2102f06d4
      
https://github.com/qemu/qemu/commit/7c538789dac550526897e80f80ec39b2102f06d4
  Author: Gerd Hoffmann <address@hidden>
  Date:   2018-07-02 (Mon, 02 Jul 2018)

  Changed paths:
    M hw/display/bochs-display.c

  Log Message:
  -----------
  bochs-display: enable vgabios

Add vgabios binary to pci rom bar.

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 9f5d9c19c7d9c6eca21802a2777da0119bc22749
      
https://github.com/qemu/qemu/commit/9f5d9c19c7d9c6eca21802a2777da0119bc22749
  Author: Gerd Hoffmann <address@hidden>
  Date:   2018-07-02 (Mon, 02 Jul 2018)

  Changed paths:
    M hw/display/ramfb.c

  Log Message:
  -----------
  ramfb: enable vgabios

Add vgabios binary to fw_cfg vgaroms.

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: e14dcc9cda9858e169b8387ec0a93077d75d4faa
      
https://github.com/qemu/qemu/commit/e14dcc9cda9858e169b8387ec0a93077d75d4faa
  Author: Peter Maydell <address@hidden>
  Date:   2018-07-02 (Mon, 02 Jul 2018)

  Changed paths:
    M .gitmodules
    M hw/display/bochs-display.c
    M hw/display/ramfb.c
    M pc-bios/bios-256k.bin
    M pc-bios/bios.bin
    A pc-bios/vgabios-bochs-display.bin
    M pc-bios/vgabios-cirrus.bin
    M pc-bios/vgabios-qxl.bin
    A pc-bios/vgabios-ramfb.bin
    M pc-bios/vgabios-stdvga.bin
    M pc-bios/vgabios-virtio.bin
    M pc-bios/vgabios-vmware.bin
    M pc-bios/vgabios.bin
    M roms/Makefile
    M roms/config.seabios-128k
    M roms/config.seabios-256k
    A roms/config.vga-bochs-display
    A roms/config.vga-ramfb
    M roms/seabios
    R roms/vgabios

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/kraxel/tags/seabios-1.11.2-20180702-pull-request' into staging

seabios: update to release 1.11.2, add/update configuration.
vgabios: remove (old unused lgpl'ed vgabios).
ramfb,bochs-display: use new vgabios roms.

# gpg: Signature made Mon 02 Jul 2018 16:42:06 BST
# gpg:                using RSA key 4CB6D8EED3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <address@hidden>"
# gpg:                 aka "Gerd Hoffmann <address@hidden>"
# gpg:                 aka "Gerd Hoffmann (private) <address@hidden>"
# Primary key fingerprint: A032 8CFF B93A 17A7 9901  FE7D 4CB6 D8EE D3E8 7138

* remotes/kraxel/tags/seabios-1.11.2-20180702-pull-request:
  ramfb: enable vgabios
  bochs-display: enable vgabios
  seabios: update bios and vgabios binaries
  vgabios: remove submodule and build rules.
  seabios: enable ide dma
  seabios: add vga configs for bochs-display and ramfb
  seabios: update submodule to release 1.11.2

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/7320bb2cb0b0...e14dcc9cda98
      **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]