ioapic: some proper indents when dump info
So that now it looks better when with other irqchips. Signed-off-by: Peter Xu <peterx@redhat.com> Message-Id: <20171229073104.3810-4-peterx@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
		
							parent
							
								
									4a499ad295
								
							
						
					
					
						commit
						6a218b032b
					
				@ -59,7 +59,7 @@ void ioapic_print_redtbl(Monitor *mon, IOAPICCommonState *s)
 | 
				
			|||||||
    uint32_t remote_irr = 0;
 | 
					    uint32_t remote_irr = 0;
 | 
				
			||||||
    int i;
 | 
					    int i;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    monitor_printf(mon, "ioapic ver=0x%x id=0x%02x sel=0x%02x",
 | 
					    monitor_printf(mon, "ioapic0: ver=0x%x id=0x%02x sel=0x%02x",
 | 
				
			||||||
                   s->version, s->id, s->ioregsel);
 | 
					                   s->version, s->id, s->ioregsel);
 | 
				
			||||||
    if (s->ioregsel) {
 | 
					    if (s->ioregsel) {
 | 
				
			||||||
        monitor_printf(mon, " (redir[%u])\n",
 | 
					        monitor_printf(mon, " (redir[%u])\n",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user