qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] qemu/pc-bios bios.bin bios.diff
@ 2005-04-06 23:01 Fabrice Bellard
  2005-04-07 23:22 ` Magnus Damm
  0 siblings, 1 reply; 12+ messages in thread
From: Fabrice Bellard @ 2005-04-06 23:01 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/cvsroot/qemu
Module name:	qemu
Branch: 	
Changes by:	Fabrice Bellard <bellard@savannah.gnu.org>	05/04/06 23:01:24

Modified files:
	pc-bios        : bios.bin bios.diff 

Log message:
	new bochs BIOS - 16 bit APM support (initial patch by Struan Bartlett)

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/pc-bios/bios.bin.diff?tr1=1.9&tr2=1.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/pc-bios/bios.diff.diff?tr1=1.7&tr2=1.8&r1=text&r2=text

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

* Re: [Qemu-devel] qemu/pc-bios bios.bin bios.diff
@ 2005-04-07  5:53 Ben Taylor
  2005-04-07 15:41 ` Volker Ruppert
  0 siblings, 1 reply; 12+ messages in thread
From: Ben Taylor @ 2005-04-07  5:53 UTC (permalink / raw)
  To: qemu-devel


> 
> From: Fabrice Bellard <fabrice@bellard.org>
> Date: 2005/04/06 Wed PM 07:01:24 EDT
> To: qemu-devel@nongnu.org
> Subject: [Qemu-devel] qemu/pc-bios bios.bin bios.diff


> 
> CVSROOT:	/cvsroot/qemu
> Module name:	qemu
> Branch: 	
> Changes by:	Fabrice Bellard <bellard@savannah.gnu.org>	05/04/06 23:01:24
> 
> Modified files:
> 	pc-bios        : bios.bin bios.diff 
> 
> Log message:
> 	new bochs BIOS - 16 bit APM support (initial patch by Struan Bartlett)
> 
> CVSWeb URLs:
> http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/pc-bios/bios.bin.diff?tr1=1.9&tr2=1.10&r1=text&r2=text
> http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/pc-bios/bios.diff.diff?tr1=1.7&tr2=1.8&r1=text&r2=text

I don't know what's going on with this patch, maybe
I just need to let things settle down. But under
both Solaris/10 and Solaris Express (11), my ni0
card stops functioning with the new bios (or so
it seems).

Ben

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

* Re: [Qemu-devel] qemu/pc-bios bios.bin bios.diff
  2005-04-07  5:53 [Qemu-devel] qemu/pc-bios bios.bin bios.diff Ben Taylor
@ 2005-04-07 15:41 ` Volker Ruppert
  0 siblings, 0 replies; 12+ messages in thread
From: Volker Ruppert @ 2005-04-07 15:41 UTC (permalink / raw)
  To: qemu-devel, sol10x86

Hi,

> > CVSWeb URLs:
> > http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/pc-bios/bios.bin.diff?t
> >r1=1.9&tr2=1.10&r1=text&r2=text
> > http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/pc-bios/bios.diff.diff?
> >tr1=1.7&tr2=1.8&r1=text&r2=text
>
> I don't know what's going on with this patch, maybe
> I just need to let things settle down. But under
> both Solaris/10 and Solaris Express (11), my ni0
> card stops functioning with the new bios (or so
> it seems).

If you want to use the updated BIOS, you also have to update hw/pci.c and to 
recompile. The guests Win 95/98/NT/2k are working fine with the new BIOS.

--
Bye

Volker

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

* Re: [Qemu-devel] qemu/pc-bios bios.bin bios.diff
  2005-04-06 23:01 Fabrice Bellard
@ 2005-04-07 23:22 ` Magnus Damm
  2005-04-08 12:07   ` Volker Ruppert
  0 siblings, 1 reply; 12+ messages in thread
From: Magnus Damm @ 2005-04-07 23:22 UTC (permalink / raw)
  To: qemu-devel

On Apr 7, 2005 1:01 AM, Fabrice Bellard <fabrice@bellard.org> wrote:
> CVSROOT:        /cvsroot/qemu
> Module name:    qemu
> Branch:
> Changes by:     Fabrice Bellard <bellard@savannah.gnu.org>      05/04/06 23:01:24
> 
> Modified files:
>         pc-bios        : bios.bin bios.diff
> 
> Log message:
>         new bochs BIOS - 16 bit APM support (initial patch by Struan Bartlett)

While at it, I would really like to see my eltorito fix in the next release...

http://cvs.sourceforge.net/viewcvs.py/bochs/bochs/bios/rombios.c?r1=1.127&r2=1.128

Anything I can do to make that happen?

/ magnus

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

* Re: [Qemu-devel] qemu/pc-bios bios.bin bios.diff
  2005-04-07 23:22 ` Magnus Damm
@ 2005-04-08 12:07   ` Volker Ruppert
  0 siblings, 0 replies; 12+ messages in thread
From: Volker Ruppert @ 2005-04-08 12:07 UTC (permalink / raw)
  To: qemu-devel, Magnus Damm

Hi,

> While at it, I would really like to see my eltorito fix in the next
> release...
>
> http://cvs.sourceforge.net/viewcvs.py/bochs/bochs/bios/rombios.c?r1=1.127&r
>2=1.128
>
> Anything I can do to make that happen?

The qemu bios image is based on Bochs' rombios.c rev. 1.130 (see bios.diff) 
and your patch was added with rev. 128. So I guess it is already included.

--
Bye

Volker

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

* [Qemu-devel] qemu/pc-bios bios.bin bios.diff
@ 2006-02-09 21:51 Fabrice Bellard
  0 siblings, 0 replies; 12+ messages in thread
From: Fabrice Bellard @ 2006-02-09 21:51 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Branch: 	
Changes by:	Fabrice Bellard <bellard@savannah.gnu.org>	06/02/09 21:51:02

Modified files:
	pc-bios        : bios.bin bios.diff 

Log message:
	BIOS workarounds for kqemu

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/pc-bios/bios.bin.diff?tr1=1.10&tr2=1.11&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/pc-bios/bios.diff.diff?tr1=1.8&tr2=1.9&r1=text&r2=text

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

* [Qemu-devel] qemu/pc-bios bios.bin bios.diff
@ 2006-04-28 22:47 Fabrice Bellard
  0 siblings, 0 replies; 12+ messages in thread
From: Fabrice Bellard @ 2006-04-28 22:47 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Branch: 	
Changes by:	Fabrice Bellard <bellard@savannah.gnu.org>	06/04/28 22:47:21

Modified files:
	pc-bios        : bios.bin bios.diff 

Log message:
	APM CPU idle fix

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/pc-bios/bios.bin.diff?tr1=1.12&tr2=1.13&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/pc-bios/bios.diff.diff?tr1=1.10&tr2=1.11&r1=text&r2=text

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

* [Qemu-devel] qemu/pc-bios bios.bin bios.diff
@ 2006-05-03 21:24 Fabrice Bellard
  0 siblings, 0 replies; 12+ messages in thread
From: Fabrice Bellard @ 2006-05-03 21:24 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Branch: 	
Changes by:	Fabrice Bellard <bellard@savannah.gnu.org>	06/05/03 21:24:55

Modified files:
	pc-bios        : bios.bin bios.diff 

Log message:
	more correct e820 ranges for ACPI compatibility

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/pc-bios/bios.bin.diff?tr1=1.13&tr2=1.14&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/pc-bios/bios.diff.diff?tr1=1.11&tr2=1.12&r1=text&r2=text

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

* [Qemu-devel] qemu/pc-bios bios.bin bios.diff
@ 2006-09-24 18:38 Fabrice Bellard
  0 siblings, 0 replies; 12+ messages in thread
From: Fabrice Bellard @ 2006-09-24 18:38 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Fabrice Bellard <bellard>	06/09/24 18:38:12

Modified files:
	pc-bios        : bios.bin bios.diff 

Log message:
	moved PCI, MP and ACPI init to bios

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/pc-bios/bios.bin?cvsroot=qemu&rev=1.15
http://cvs.savannah.gnu.org/viewcvs/qemu/pc-bios/bios.diff?cvsroot=qemu&r1=1.12&r2=1.13

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

* [Qemu-devel] qemu/pc-bios bios.bin bios.diff
@ 2006-09-24 19:36 Fabrice Bellard
  0 siblings, 0 replies; 12+ messages in thread
From: Fabrice Bellard @ 2006-09-24 19:36 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Fabrice Bellard <bellard>	06/09/24 19:36:49

Modified files:
	pc-bios        : bios.bin bios.diff 

Log message:
	updated

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/pc-bios/bios.bin?cvsroot=qemu&rev=1.16
http://cvs.savannah.gnu.org/viewcvs/qemu/pc-bios/bios.diff?cvsroot=qemu&r1=1.13&r2=1.14

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

* [Qemu-devel] qemu/pc-bios bios.bin bios.diff
@ 2006-11-01 19:19 Fabrice Bellard
  0 siblings, 0 replies; 12+ messages in thread
From: Fabrice Bellard @ 2006-11-01 19:19 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Fabrice Bellard <bellard>	06/11/01 19:19:17

Modified files:
	pc-bios        : bios.bin bios.diff 

Log message:
	update from latest Bochs BIOS

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/pc-bios/bios.bin?cvsroot=qemu&rev=1.19
http://cvs.savannah.gnu.org/viewcvs/qemu/pc-bios/bios.diff?cvsroot=qemu&r1=1.16&r2=1.17

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

* [Qemu-devel] qemu/pc-bios bios.bin bios.diff
@ 2008-03-28 22:28 Aurelien Jarno
  0 siblings, 0 replies; 12+ messages in thread
From: Aurelien Jarno @ 2008-03-28 22:28 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Aurelien Jarno <aurel32>	08/03/28 22:28:30

Modified files:
	pc-bios        : bios.bin bios.diff 

Log message:
	update from latest Bochs BIOS

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/pc-bios/bios.bin?cvsroot=qemu&rev=1.21
http://cvs.savannah.gnu.org/viewcvs/qemu/pc-bios/bios.diff?cvsroot=qemu&r1=1.18&r2=1.19

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

end of thread, other threads:[~2008-03-28 22:28 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-07  5:53 [Qemu-devel] qemu/pc-bios bios.bin bios.diff Ben Taylor
2005-04-07 15:41 ` Volker Ruppert
  -- strict thread matches above, loose matches on Subject: below --
2008-03-28 22:28 Aurelien Jarno
2006-11-01 19:19 Fabrice Bellard
2006-09-24 19:36 Fabrice Bellard
2006-09-24 18:38 Fabrice Bellard
2006-05-03 21:24 Fabrice Bellard
2006-04-28 22:47 Fabrice Bellard
2006-02-09 21:51 Fabrice Bellard
2005-04-06 23:01 Fabrice Bellard
2005-04-07 23:22 ` Magnus Damm
2005-04-08 12:07   ` Volker Ruppert

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