Blue Swirl 
							
						 
					 
					
						
						
						
						
							
						
						
							d60efc6b0d 
							
						 
					 
					
						
						
							
							Make CPURead/WriteFunc structure 'const'  
						
						... 
						
						
						
						Signed-off-by: Blue Swirl <blauwirbel@gmail.com> 
						
					 
					
						2009-08-25 18:29:31 +00:00 
						 
				 
			
				
					
						
							
							
								Avi Kivity 
							
						 
					 
					
						
						
						
						
							
						
						
							1eed09cb4a 
							
						 
					 
					
						
						
							
							Remove io_index argument from cpu_register_io_memory()  
						
						... 
						
						
						
						The parameter is always zero except when registering the three internal
io regions (ROM, unassigned, notdirty).  Remove the parameter to reduce
the API's power, thus facilitating future change.
Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> 
						
					 
					
						2009-06-16 15:18:37 -05:00 
						 
				 
			
				
					
						
							
							
								Paul Brook 
							
						 
					 
					
						
						
						
						
							
						
						
							067a3ddc88 
							
						 
					 
					
						
						
							
							Remove qdev irq sink handling  
						
						... 
						
						
						
						We have both IRQ sinks and GPIO inputs.  These are in principle exactly
the same thing, so remove the former.
Signed-off-by: Paul Brook <paul@codesourcery.com> 
						
					 
					
						2009-05-26 14:56:11 +01:00 
						 
				 
			
				
					
						
							
							
								Paul Brook 
							
						 
					 
					
						
						
						
						
							
						
						
							fe7e8758d0 
							
						 
					 
					
						
						
							
							ARM GIC qdev conversion  
						
						... 
						
						
						
						Signed-off-by: Paul Brook <paul@codesourcery.com> 
						
					 
					
						2009-05-14 22:35:08 +01:00 
						 
				 
			
				
					
						
							
							
								Blue Swirl 
							
						 
					 
					
						
						
						
						
							
						
						
							001faf3269 
							
						 
					 
					
						
						
							
							Replace gcc variadic macro extension with C99 version  
						
						... 
						
						
						
						Signed-off-by: Blue Swirl <blauwirbel@gmail.com> 
						
					 
					
						2009-05-13 17:53:17 +00:00 
						 
				 
			
				
					
						
							
							
								Paul Brook 
							
						 
					 
					
						
						
						
						
							
						
						
							2ac711791b 
							
						 
					 
					
						
						
							
							Replace cpu_abort with hw_error  
						
						... 
						
						
						
						Signed-off-by: Paul Brook <paul@codesourcery.com> 
						
					 
					
						2009-05-08 02:35:15 +01:00 
						 
				 
			
				
					
						
							
							
								aurel32 
							
						 
					 
					
						
						
						
						
							
						
						
							a45db6c6fd 
							
						 
					 
					
						
						
							
							arm: Fix gic_irq_state.level bitfield type  
						
						... 
						
						
						
						Found while cleaning up compiler warnings: GIC_*_LEVEL macros strongly
suggest that gic_irq_state.level is intended to be per-CPU and not just
a single, global bit. I'm unable to test the effect, but it seems to be
the most reasonable fix for the apparent brokenness.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6765 c046a42c-6fe2-441c-8c8c-71466251a162 
						
					 
					
						2009-03-07 21:47:53 +00:00 
						 
				 
			
				
					
						
							
							
								aliguori 
							
						 
					 
					
						
						
						
						
							
						
						
							487414f1cb 
							
						 
					 
					
						
						
							
							hw: remove error handling from qemu_malloc() callers (Avi Kivity)  
						
						... 
						
						
						
						Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6529 c046a42c-6fe2-441c-8c8c-71466251a162 
						
					 
					
						2009-02-05 22:06:05 +00:00 
						 
				 
			
				
					
						
							
							
								pbrook 
							
						 
					 
					
						
						
						
						
							
						
						
							8da3ff1809 
							
						 
					 
					
						
						
							
							Change MMIO callbacks to use offsets, not absolute addresses.  
						
						... 
						
						
						
						Signed-off-by: Paul Brook <paul@codesourcery.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5849 c046a42c-6fe2-441c-8c8c-71466251a162 
						
					 
					
						2008-12-01 18:59:50 +00:00 
						 
				 
			
				
					
						
							
							
								pbrook 
							
						 
					 
					
						
						
						
						
							
						
						
							23e3929403 
							
						 
					 
					
						
						
							
							Save/restore for stellaris boards.  
						
						... 
						
						
						
						git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4824 c046a42c-6fe2-441c-8c8c-71466251a162 
						
					 
					
						2008-07-02 16:48:32 +00:00 
						 
				 
			
				
					
						
							
							
								balrog 
							
						 
					 
					
						
						
						
						
							
						
						
							57d69a91c4 
							
						 
					 
					
						
						
							
							Force correct evaluation order in a a == b != c condition.  
						
						... 
						
						
						
						git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4358 c046a42c-6fe2-441c-8c8c-71466251a162 
						
					 
					
						2008-05-06 14:45:30 +00:00 
						 
				 
			
				
					
						
							
							
								pbrook 
							
						 
					 
					
						
						
						
						
							
						
						
							e57ec0168c 
							
						 
					 
					
						
						
							
							ARMv7-M SysTick fix.  
						
						... 
						
						
						
						git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3727 c046a42c-6fe2-441c-8c8c-71466251a162 
						
					 
					
						2007-11-24 03:09:07 +00:00 
						 
				 
			
				
					
						
							
							
								pbrook 
							
						 
					 
					
						
						
						
						
							
						
						
							9ee6e8bb85 
							
						 
					 
					
						
						
							
							ARMv7 support.  
						
						... 
						
						
						
						git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3572 c046a42c-6fe2-441c-8c8c-71466251a162 
						
					 
					
						2007-11-11 00:04:49 +00:00 
						 
				 
			
				
					
						
							
							
								ths 
							
						 
					 
					
						
						
						
						
							
						
						
							5fafdf24ef 
							
						 
					 
					
						
						
							
							find -type f | xargs sed -i 's/[\t ]$//g' # on most files  
						
						... 
						
						
						
						git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3173 c046a42c-6fe2-441c-8c8c-71466251a162 
						
					 
					
						2007-09-16 21:08:06 +00:00 
						 
				 
			
				
					
						
							
							
								ths 
							
						 
					 
					
						
						
						
						
							
						
						
							bea6030dcf 
							
						 
					 
					
						
						
							
							arm_gic.c error message fix, by Adam Lackorzynski.  
						
						... 
						
						
						
						git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3153 c046a42c-6fe2-441c-8c8c-71466251a162 
						
					 
					
						2007-08-26 17:50:07 +00:00 
						 
				 
			
				
					
						
							
							
								pbrook 
							
						 
					 
					
						
						
						
						
							
						
						
							187337f8b0 
							
						 
					 
					
						
						
							
							Fix off-by-one memory region sizes.  
						
						... 
						
						
						
						git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2931 c046a42c-6fe2-441c-8c8c-71466251a162 
						
					 
					
						2007-06-03 15:19:33 +00:00 
						 
				 
			
				
					
						
							
							
								pbrook 
							
						 
					 
					
						
						
						
						
							
						
						
							d537cf6c86 
							
						 
					 
					
						
						
							
							Unify IRQ handling.  
						
						... 
						
						
						
						git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2635 c046a42c-6fe2-441c-8c8c-71466251a162 
						
					 
					
						2007-04-07 18:14:41 +00:00 
						 
				 
			
				
					
						
							
							
								pbrook 
							
						 
					 
					
						
						
						
						
							
						
						
							df628ff14e 
							
						 
					 
					
						
						
							
							Arm GIC stuck interrupt fix.  
						
						... 
						
						
						
						git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2286 c046a42c-6fe2-441c-8c8c-71466251a162 
						
					 
					
						2007-01-02 19:33:15 +00:00 
						 
				 
			
				
					
						
							
							
								pbrook 
							
						 
					 
					
						
						
						
						
							
						
						
							326199c270 
							
						 
					 
					
						
						
							
							ARM GIC bug.  
						
						... 
						
						
						
						git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2187 c046a42c-6fe2-441c-8c8c-71466251a162 
						
					 
					
						2006-10-01 13:03:52 +00:00 
						 
				 
			
				
					
						
							
							
								pbrook 
							
						 
					 
					
						
						
						
						
							
						
						
							e69954b9fc 
							
						 
					 
					
						
						
							
							Add ARM RealView Emulation Baseboard.  
						
						... 
						
						
						
						git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2164 c046a42c-6fe2-441c-8c8c-71466251a162 
						
					 
					
						2006-09-23 17:40:58 +00:00