aliguori 
							
						 
					 
					
						
						
						
						
							
						
						
							b2097003ec 
							
						 
					 
					
						
						
							
							machine struct - specify max_cpus at the per machine level (Jes Sorensen)  
						
						... 
						
						
						
						Introduce a max_cpus per-machine variable, allowing individual boards
to limit it's number of CPUs. Check requested number of CPUs in setup
code and exit if it exceeds the supported number for the machine.
This also renders the static MAX_CPUS check obsolete, so remove this
from vl.c.
Signed-off-by: Jes Sorensen <jes@sgi.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5443 c046a42c-6fe2-441c-8c8c-71466251a162 
						
						
					 
					
						2008-10-07 20:39:39 +00:00 
						 
				 
			
				
					
						
							
							
								aliguori 
							
						 
					 
					
						
						
						
						
							
						
						
							4b32e16880 
							
						 
					 
					
						
						
							
							machine struct - use C99 initializers (Jes Sorensen)  
						
						... 
						
						
						
						Modify all the machine struct declarations to use C99 initializers.
This patch has no functional changes.
Signed-off-by: Jes Sorensen <jes@sgi.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5442 c046a42c-6fe2-441c-8c8c-71466251a162 
						
						
					 
					
						2008-10-07 20:34:35 +00:00 
						 
				 
			
				
					
						
							
							
								aurel32 
							
						 
					 
					
						
						
						
						
							
						
						
							00f82b8a31 
							
						 
					 
					
						
						
							
							Use correct types to enable > 2G support, based on a patch from  
						
						... 
						
						
						
						Anthony Liguori.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4265 c046a42c-6fe2-441c-8c8c-71466251a162 
						
						
					 
					
						2008-04-27 21:12:55 +00:00 
						 
				 
			
				
					
						
							
							
								balrog 
							
						 
					 
					
						
						
						
						
							
						
						
							7fb4fdcffe 
							
						 
					 
					
						
						
							
							RAM usage information in machine definition.  
						
						... 
						
						
						
						git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4246 c046a42c-6fe2-441c-8c8c-71466251a162 
						
						
					 
					
						2008-04-24 17:59:27 +00:00 
						 
				 
			
				
					
						
							
							
								aurel32 
							
						 
					 
					
						
						
						
						
							
						
						
							03875444d9 
							
						 
					 
					
						
						
							
							Revert "Use correct types to enable > 2G support" (r4238), it is  
						
						... 
						
						
						
						not yet ready.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4240 c046a42c-6fe2-441c-8c8c-71466251a162 
						
						
					 
					
						2008-04-22 20:45:18 +00:00 
						 
				 
			
				
					
						
							
							
								aurel32 
							
						 
					 
					
						
						
						
						
							
						
						
							967032c3d5 
							
						 
					 
					
						
						
							
							Use correct types to enable > 2G support, based on a patch from  
						
						... 
						
						
						
						Anthony Liguori.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4238 c046a42c-6fe2-441c-8c8c-71466251a162 
						
						
					 
					
						2008-04-22 20:37:34 +00:00 
						 
				 
			
				
					
						
							
							
								balrog 
							
						 
					 
					
						
						
						
						
							
						
						
							f93eb9ff66 
							
						 
					 
					
						
						
							
							Move the excess of arm_load_kernel() parameters into a struct.  
						
						... 
						
						
						
						git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4212 c046a42c-6fe2-441c-8c8c-71466251a162 
						
						
					 
					
						2008-04-14 20:27:51 +00:00 
						 
				 
			
				
					
						
							
							
								balrog 
							
						 
					 
					
						
						
						
						
							
						
						
							6d1f177831 
							
						 
					 
					
						
						
							
							Fix memory allocation on mainstone2 and convert to qemu_ram_alloc.  
						
						... 
						
						
						
						git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3889 c046a42c-6fe2-441c-8c8c-71466251a162 
						
						
					 
					
						2008-01-05 19:29:17 +00:00 
						 
				 
			
				
					
						
							
							
								balrog 
							
						 
					 
					
						
						
						
						
							
						
						
							bd464c2eef 
							
						 
					 
					
						
						
							
							Mainstone keypad support, by Armin Kuster.  
						
						... 
						
						
						
						git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3819 c046a42c-6fe2-441c-8c8c-71466251a162 
						
						
					 
					
						2007-12-16 12:19:43 +00:00 
						 
				 
			
				
					
						
							
							
								balrog 
							
						 
					 
					
						
						
						
						
							
						
						
							88eeee0a31 
							
						 
					 
					
						
						
							
							Desambiguate pflash_register().  
						
						... 
						
						
						
						pflash_t is still ambiguous... perhaps both emulations should sit in a single file.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3794 c046a42c-6fe2-441c-8c8c-71466251a162 
						
						
					 
					
						2007-12-10 00:28:27 +00:00 
						 
				 
			
				
					
						
							
							
								balrog 
							
						 
					 
					
						
						
						
						
							
						
						
							8543243c29 
							
						 
					 
					
						
						
							
							No write-protect detect diode on Mainstone II.  
						
						... 
						
						
						
						git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3790 c046a42c-6fe2-441c-8c8c-71466251a162 
						
						
					 
					
						2007-12-09 23:29:34 +00:00 
						 
				 
			
				
					
						
							
							
								ths 
							
						 
					 
					
						
						
						
						
							
						
						
							f1de133408 
							
						 
					 
					
						
						
							
							Mainstone mmc support, by Armin Kuster.  
						
						... 
						
						
						
						git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3781 c046a42c-6fe2-441c-8c8c-71466251a162 
						
						
					 
					
						2007-12-09 02:38:34 +00:00 
						 
				 
			
				
					
						
							
							
								ths 
							
						 
					 
					
						
						
						
						
							
						
						
							e4bcb14c79 
							
						 
					 
					
						
						
							
							Add -drive parameter, by Laurent Vivier.  
						
						... 
						
						
						
						git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3759 c046a42c-6fe2-441c-8c8c-71466251a162 
						
						
					 
					
						2007-12-02 04:51:10 +00:00 
						 
				 
			
				
					
						
							
							
								ths 
							
						 
					 
					
						
						
						
						
							
						
						
							7233b35557 
							
						 
					 
					
						
						
							
							Mainstone re-org, by Armin Kuster.  
						
						... 
						
						
						
						git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3758 c046a42c-6fe2-441c-8c8c-71466251a162 
						
						
					 
					
						2007-12-02 02:20:03 +00:00 
						 
				 
			
				
					
						
							
							
								balrog 
							
						 
					 
					
						
						
						
						
							
						
						
							8ef6367ea9 
							
						 
					 
					
						
						
							
							Scale TSC2102 touchscreen pressure value more realistically (still could be better).  
						
						... 
						
						
						
						PalmOS 5.2.1 now fully boots.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3741 c046a42c-6fe2-441c-8c8c-71466251a162 
						
						
					 
					
						2007-11-25 18:46:17 +00:00 
						 
				 
			
				
					
						
							
							
								balrog 
							
						 
					 
					
						
						
						
						
							
						
						
							ef056e4398 
							
						 
					 
					
						
						
							
							Intel Mainstone II (ARM) machine by Armin Kuster.  
						
						... 
						
						
						
						git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3736 c046a42c-6fe2-441c-8c8c-71466251a162 
						
						
					 
					
						2007-11-25 01:57:38 +00:00