From: Anthony Liguori <aliguori@us.ibm.com>
To: "qemu-devel@nongnu.org" <qemu-devel@nongnu.org>
Subject: [Qemu-devel] New way of working with upstream Bochs BIOS
Date: Wed, 17 Dec 2008 15:48:04 -0600 [thread overview]
Message-ID: <49497394.3010106@us.ibm.com> (raw)
I've setup a git mirror of Bochs on repo.or.cz. I've also restructured
the bios.diff into a patch queue and recorded what changeset we're
using. Now, to recreate the bios.bin that we ship, use the following
instructions:
$ export QEMUSRC=/path/to/qemu/svn
$ git clone git://repo.or.cz/bochs-mirror.git
$ cd bochs-mirror
$ git checkout -b qemu-bios $(cat $QEMUSRC/pc-bios/bios-pq/HEAD)
$ mkdir -p .git/patches
$ ln -s $QEMUSRC/pc-bios/bios-pq .git/patches/qemu-bios
$ touch .git/patches/qemu-bios/status
$ guilt push -a
$ ./configure
$ cd bios
$ make
$ cp BIOS-bochs-latest $QEMUSRC/pc-bios/bios.bin
New patches against bochs should go in pc-bios/bios-pq with series being
updated appropriately. When we bump to a new version of the bochs bios,
we should update pc-bios/HEAD appropriately. The bochs mirror gets
updated daily with a cron job for now.
Regards,
Anthony Liguori
next reply other threads:[~2008-12-17 21:48 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-17 21:48 Anthony Liguori [this message]
2008-12-19 11:13 ` [Qemu-devel] New way of working with upstream Bochs BIOS Andre Przywara
2008-12-19 14:19 ` Anthony Liguori
2008-12-19 14:59 ` Andre Przywara
2008-12-19 16:19 ` 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=49497394.3010106@us.ibm.com \
--to=aliguori@us.ibm.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.