qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] qemu/hw pc.c
@ 2005-01-03 23:43 Fabrice Bellard
  0 siblings, 0 replies; 16+ messages in thread
From: Fabrice Bellard @ 2005-01-03 23:43 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/cvsroot/qemu
Module name:	qemu
Branch: 	
Changes by:	Fabrice Bellard <fabrice@bellard.org>	05/01/03 23:30:09

Modified files:
	hw             : pc.c 

Log message:
	APIC support

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/hw/pc.c.diff?tr1=1.33&tr2=1.34&r1=text&r2=text

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

* [Qemu-devel] qemu/hw pc.c
@ 2005-06-05 14:51 Fabrice Bellard
  2005-06-05 15:02 ` Hetz Ben Hamo
  0 siblings, 1 reply; 16+ messages in thread
From: Fabrice Bellard @ 2005-06-05 14:51 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/cvsroot/qemu
Module name:	qemu
Branch: 	
Changes by:	Fabrice Bellard <bellard@savannah.gnu.org>	05/06/05 14:51:11

Modified files:
	hw             : pc.c 

Log message:
	PC machine support

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/hw/pc.c.diff?tr1=1.35&tr2=1.36&r1=text&r2=text

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

* Re: [Qemu-devel] qemu/hw pc.c
  2005-06-05 14:51 [Qemu-devel] qemu/hw pc.c Fabrice Bellard
@ 2005-06-05 15:02 ` Hetz Ben Hamo
  2005-06-05 15:20   ` Fabrice Bellard
  0 siblings, 1 reply; 16+ messages in thread
From: Hetz Ben Hamo @ 2005-06-05 15:02 UTC (permalink / raw)
  To: qemu-devel

Hi Fabrice,

> Log message:
>        PC machine support

Care to explain what this means? :)

Thanks,
Hetz

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

* Re: [Qemu-devel] qemu/hw pc.c
  2005-06-05 15:02 ` Hetz Ben Hamo
@ 2005-06-05 15:20   ` Fabrice Bellard
  0 siblings, 0 replies; 16+ messages in thread
From: Fabrice Bellard @ 2005-06-05 15:20 UTC (permalink / raw)
  To: qemu-devel

Hetz Ben Hamo wrote:
> Hi Fabrice,
> 
> 
>>Log message:
>>       PC machine support
> 
> 
> Care to explain what this means? :)

I'll update the documentation. The idea is that you can select the 
machine you want to emulate with the -M option. For x86 it is not an 
issue because there is a single machine now. But maybe "-isa" could be 
suppressed and a new machine called "isapc" could be added.

Fabrice.

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

* [Qemu-devel] qemu/hw pc.c
@ 2005-11-21 23:34 Fabrice Bellard
  2005-11-22  0:17 ` Hetz Ben Hamo
  0 siblings, 1 reply; 16+ messages in thread
From: Fabrice Bellard @ 2005-11-21 23:34 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/cvsroot/qemu
Module name:	qemu
Branch: 	
Changes by:	Fabrice Bellard <bellard@savannah.gnu.org>	05/11/21 23:34:32

Modified files:
	hw             : pc.c 

Log message:
	SMP support - cpu_single_env usage fix - a20 helpers - dynamic Multi Processor BIOS table generation

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/hw/pc.c.diff?tr1=1.45&tr2=1.46&r1=text&r2=text

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

* Re: [Qemu-devel] qemu/hw pc.c
  2005-11-21 23:34 Fabrice Bellard
@ 2005-11-22  0:17 ` Hetz Ben Hamo
  0 siblings, 0 replies; 16+ messages in thread
From: Hetz Ben Hamo @ 2005-11-22  0:17 UTC (permalink / raw)
  To: qemu-devel

> Log message:
>        SMP support - cpu_single_env usage fix - a20 helpers - dynamic Multi Processor BIOS table generation

Care for sharing Some explanation to what you added and how to use it please? :)

Thanks,
Hetz

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

* [Qemu-devel] qemu/hw pc.c
@ 2005-11-23 21:01 Fabrice Bellard
  0 siblings, 0 replies; 16+ messages in thread
From: Fabrice Bellard @ 2005-11-23 21:01 UTC (permalink / raw)
  To: qemu-devel

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

Modified files:
	hw             : pc.c 

Log message:
	use HF_HALTED bit

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/hw/pc.c.diff?tr1=1.46&tr2=1.47&r1=text&r2=text

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

* [Qemu-devel] qemu/hw pc.c
@ 2005-12-17 14:02 Fabrice Bellard
  0 siblings, 0 replies; 16+ messages in thread
From: Fabrice Bellard @ 2005-12-17 14:02 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Branch: 	
Changes by:	Fabrice Bellard <bellard@savannah.gnu.org>	05/12/17 14:02:29

Modified files:
	hw             : pc.c 

Log message:
	moved mp config table to a safer place

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/hw/pc.c.diff?tr1=1.48&tr2=1.49&r1=text&r2=text

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

* [Qemu-devel] qemu/hw pc.c
@ 2006-05-01 12:31 Fabrice Bellard
  0 siblings, 0 replies; 16+ messages in thread
From: Fabrice Bellard @ 2006-05-01 12:31 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Branch: 	
Changes by:	Fabrice Bellard <bellard@savannah.gnu.org>	06/05/01 12:31:24

Modified files:
	hw             : pc.c 

Log message:
	increase max kernel size with initrd

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/hw/pc.c.diff?tr1=1.52&tr2=1.53&r1=text&r2=text

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

* [Qemu-devel] qemu/hw pc.c
@ 2006-05-14 13:44 Paul Brook
  0 siblings, 0 replies; 16+ messages in thread
From: Paul Brook @ 2006-05-14 13:44 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Branch: 	
Changes by:	Paul Brook <pbrook@savannah.gnu.org>	06/05/14 13:44:07

Modified files:
	hw             : pc.c 

Log message:
	Avoid compiler warning.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/hw/pc.c.diff?tr1=1.55&tr2=1.56&r1=text&r2=text

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

* [Qemu-devel] qemu/hw pc.c
@ 2006-09-24 18:48 Fabrice Bellard
  0 siblings, 0 replies; 16+ messages in thread
From: Fabrice Bellard @ 2006-09-24 18:48 UTC (permalink / raw)
  To: qemu-devel

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

Modified files:
	hw             : pc.c 

Log message:
	moved MP table init to BIOS

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pc.c?cvsroot=qemu&r1=1.61&r2=1.62

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

* [Qemu-devel] qemu/hw pc.c
@ 2007-03-31 19:41 Paul Brook
  0 siblings, 0 replies; 16+ messages in thread
From: Paul Brook @ 2007-03-31 19:41 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Paul Brook <pbrook>	07/03/31 19:41:22

Modified files:
	hw             : pc.c 

Log message:
	Large kernel initrd fix (initial patch by Daniel Jacobowitz).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pc.c?cvsroot=qemu&r1=1.71&r2=1.72

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

* [Qemu-devel] qemu/hw pc.c
@ 2007-05-20 10:59 Thiemo Seufer
  0 siblings, 0 replies; 16+ messages in thread
From: Thiemo Seufer @ 2007-05-20 10:59 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Thiemo Seufer <ths>	07/05/20 10:59:08

Modified files:
	hw             : pc.c 

Log message:
	Delete now unused define.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pc.c?cvsroot=qemu&r1=1.75&r2=1.76

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

* [Qemu-devel] qemu/hw pc.c
@ 2007-11-07 16:54 Fabrice Bellard
  0 siblings, 0 replies; 16+ messages in thread
From: Fabrice Bellard @ 2007-11-07 16:54 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Fabrice Bellard <bellard>	07/11/07 16:54:42

Modified files:
	hw             : pc.c 

Log message:
	removed traces

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pc.c?cvsroot=qemu&r1=1.88&r2=1.89

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

* [Qemu-devel] qemu/hw pc.c
@ 2008-02-03  4:33 Andrzej Zaborowski
  0 siblings, 0 replies; 16+ messages in thread
From: Andrzej Zaborowski @ 2008-02-03  4:33 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Andrzej Zaborowski <balrog>	08/02/03 04:33:32

Modified files:
	hw             : pc.c 

Log message:
	Fix VMware VGA init call (Anthony Liguori).
	s/vga_ram_size/vga_ram_addr/

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pc.c?cvsroot=qemu&r1=1.97&r2=1.98

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

* [Qemu-devel] qemu/hw pc.c
@ 2008-03-28 22:28 Aurelien Jarno
  0 siblings, 0 replies; 16+ 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:09

Modified files:
	hw             : pc.c 

Log message:
	Tell BIOS about the number of CPUs
	
	Previously, the BIOS would probe the CPUs for SMP guests.  This tends to be
	very unreliably because of startup timing issues.  By passing the number of
	CPUs in the CMOS, the BIOS can detect the number of CPUs much more reliably.
	
	(Anthony Liguori)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pc.c?cvsroot=qemu&r1=1.99&r2=1.100

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

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

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-05 14:51 [Qemu-devel] qemu/hw pc.c Fabrice Bellard
2005-06-05 15:02 ` Hetz Ben Hamo
2005-06-05 15:20   ` Fabrice Bellard
  -- strict thread matches above, loose matches on Subject: below --
2008-03-28 22:28 Aurelien Jarno
2008-02-03  4:33 Andrzej Zaborowski
2007-11-07 16:54 Fabrice Bellard
2007-05-20 10:59 Thiemo Seufer
2007-03-31 19:41 Paul Brook
2006-09-24 18:48 Fabrice Bellard
2006-05-14 13:44 Paul Brook
2006-05-01 12:31 Fabrice Bellard
2005-12-17 14:02 Fabrice Bellard
2005-11-23 21:01 Fabrice Bellard
2005-11-21 23:34 Fabrice Bellard
2005-11-22  0:17 ` Hetz Ben Hamo
2005-01-03 23:43 Fabrice Bellard

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