qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] New way of working with upstream Bochs BIOS
@ 2008-12-17 21:48 Anthony Liguori
  2008-12-19 11:13 ` Andre Przywara
  0 siblings, 1 reply; 5+ messages in thread
From: Anthony Liguori @ 2008-12-17 21:48 UTC (permalink / raw)
  To: qemu-devel@nongnu.org

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-12-19 16:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-17 21:48 [Qemu-devel] New way of working with upstream Bochs BIOS Anthony Liguori
2008-12-19 11:13 ` Andre Przywara
2008-12-19 14:19   ` Anthony Liguori
2008-12-19 14:59     ` Andre Przywara
2008-12-19 16:19       ` Anthony Liguori

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