qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [RfC PATCH 0/2] seabios: going to 256k size
Date: Mon, 30 Sep 2013 12:46:57 +0200	[thread overview]
Message-ID: <1380538019-9091-1-git-send-email-kraxel@redhat.com> (raw)

  Hi,

With the seabios update to the next master branch relase (NOT the stable
branch pull sent out earlier today) seabios rom size will cross the 128k
boundary and we have to deal with that.

So here is a RfC patch series with one aproach to handle this: We'll go
build two seabios binaries, one 128k (will less features), one 256k
(full featured).  Machine types 1.7+ will use the 256k bios while older
machine types will continue to use the 128k sized one.

Series applies on top of the "roms: various build improvements" pull
request sent out earlier today.

Comments?

cheers,
  Gerd

Gerd Hoffmann (2):
  roms: build two seabios binaries
  machine type dependant bios

 hw/i386/pc_piix.c        | 1 +
 hw/i386/pc_q35.c         | 1 +
 hw/i386/pc_sysfw.c       | 4 ++--
 include/hw/i386/pc.h     | 2 ++
 roms/Makefile            | 7 ++++---
 roms/config.seabios      | 1 -
 roms/config.seabios-128k | 5 +++++
 roms/config.seabios-256k | 3 +++
 8 files changed, 18 insertions(+), 6 deletions(-)
 delete mode 100644 roms/config.seabios
 create mode 100644 roms/config.seabios-128k
 create mode 100644 roms/config.seabios-256k

-- 
1.8.3.1

             reply	other threads:[~2013-09-30 10:47 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-30 10:46 Gerd Hoffmann [this message]
2013-09-30 10:46 ` [Qemu-devel] [PATCH 1/2] roms: build two seabios binaries Gerd Hoffmann
2013-09-30 11:12   ` Paolo Bonzini
2013-09-30 13:44     ` Gerd Hoffmann
2013-09-30 14:01       ` Paolo Bonzini
2013-09-30 10:46 ` [Qemu-devel] [PATCH 2/2] machine type dependant bios Gerd Hoffmann
2013-09-30 22:08   ` Anthony Liguori
2013-09-30 22:43     ` Paolo Bonzini
2013-09-30 22:57       ` Anthony Liguori
2013-10-01  6:27         ` Paolo Bonzini
2013-10-01 15:38           ` Anthony Liguori

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1380538019-9091-1-git-send-email-kraxel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).