auxbus: use get_uint() for "addr" property
This is TYPE_MEMORY_REGION's property. Its getter memory_region_get_addr() uses visit_type_uint64(). Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20170607163635.17635-36-marcandre.lureau@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
		
							parent
							
								
									77a7a36760
								
							
						
					
					
						commit
						1eb4243434
					
				@ -244,7 +244,7 @@ static void aux_slave_dev_print(Monitor *mon, DeviceState *dev, int indent)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    monitor_printf(mon, "%*smemory " TARGET_FMT_plx "/" TARGET_FMT_plx "\n",
 | 
					    monitor_printf(mon, "%*smemory " TARGET_FMT_plx "/" TARGET_FMT_plx "\n",
 | 
				
			||||||
                   indent, "",
 | 
					                   indent, "",
 | 
				
			||||||
                   object_property_get_int(OBJECT(s->mmio), "addr", NULL),
 | 
					                   object_property_get_uint(OBJECT(s->mmio), "addr", NULL),
 | 
				
			||||||
                   memory_region_size(s->mmio));
 | 
					                   memory_region_size(s->mmio));
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user