qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 8/9] hmp: added io apic dump state


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 8/9] hmp: added io apic dump state
Date: Tue, 15 Sep 2015 12:32:59 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0


On 15/09/2015 11:23, Denis V. Lunev wrote:
> 
> Implementation is only for kvm here. The dump will look like
> (qemu) info apic-io
> ioapic ID=00 IRR=00000000 SEL=18
> ioapic 00 00000000000100ff: int=ff delmod=0:Fixed  P.H.EM dest=0
> ioapic 01 0300000000000993: int=93 delmod=1:LowPri L.H.E. dest=3
> ...
> ioapic 23 00000000000100ff: int=ff delmod=0:Fixed  P.H.EM dest=0

I would call the command "info ioapic" and would use a format like

ioapic id=0x00 sel=0x18 (redir[4])
pin 0  0x00000000000100ff dest=0 vec=255 activehi edge masked fixed  physical
pin 1  0x0300000000000993 dest=3 vec=147 activehi edge        lowest logical
...
pin 23 0x00000000000100ff dest=0 vec=255 activehi edge masked fixed  physical
IRR (none)

(both suggestions for the format are inspired by the KVM trace events)

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]