 Peter Maydell
		
	
	
		20bcf73fa8
		
	
	
	
	vmstate: Make VMSTATE_STRUCT_POINTER take type, not ptr-to-type
			Peter Maydell
		
	
	
		20bcf73fa8
		
	
	
	
	vmstate: Make VMSTATE_STRUCT_POINTER take type, not ptr-to-type
		
			
			The VMSTATE_STRUCT_POINTER macros are a bit odd in that they must be passed an argument "FooType *" rather than just taking the FooType. They're only used in one place, so it's easy to tidy this up. This also lets us use the macro to replace the hand-rolled VMSTATE_PTIMER. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Juan Quintela <quintela@redhat.com>
				
					… 
				
			
			
		Read the documentation in qemu-doc.html or on http://wiki.qemu-project.org - QEMU team
Description
				
					Languages
				
				
								
								
									C
								
								90.3%
							
						
							
								
								
									Dylan
								
								2.5%
							
						
							
								
								
									Python
								
								2.1%
							
						
							
								
								
									C++
								
								2%
							
						
							
								
								
									Shell
								
								1.7%
							
						
							
								
								
									Other
								
								1.4%