Hi, Here comes the seabios update for qemu 2.7. No big changes, it is a stable branch update with only four patches (patch #1 comes with a shortlog). Also picked up the stripped down bios config (for -kernel boot) from Richard and updated the 128k config to keep the size below the limit.
please pull, Gerd The following changes since commit 96b39d8327883094f52b0a3d3f25dba83d6d1d63: Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging (2016-07-01 19:29:27 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-seabios-20160704-1 for you to fetch changes up to 6e03a28e1cee05a502e17d271df4a0e6406b43a5: seabios: update binaries from 1.9.1 to 1.9.3 (2016-07-04 11:28:58 +0200) ---------------------------------------------------------------- seabios: update from 1.9.1 to 1.9.3 ---------------------------------------------------------------- Gerd Hoffmann (3): seabios: update submodule from 1.9.1 to 1.9.3 seabios: update 128k config seabios: update binaries from 1.9.1 to 1.9.3 Richard W.M. Jones (1): bios: Add fast variant of SeaBIOS for use with -kernel on x86. Makefile | 3 ++- pc-bios/bios-256k.bin | Bin 262144 -> 262144 bytes pc-bios/bios-fast.bin | Bin 0 -> 65536 bytes pc-bios/bios.bin | Bin 131072 -> 131072 bytes roms/Makefile | 4 +++- roms/config.seabios-128k | 2 ++ roms/config.seabios-fast | 27 +++++++++++++++++++++++++++ roms/seabios | 2 +- 8 files changed, 35 insertions(+), 3 deletions(-) create mode 100644 pc-bios/bios-fast.bin create mode 100644 roms/config.seabios-fast