From: Pavel Butsykin <pbutsykin@odin.com>
To: Paolo Bonzini <pbonzini@redhat.com>, "Denis V. Lunev" <den@openvz.org>
Cc: "Markus Armbruster" <armbru@redhat.com>,
"Luiz Capitulino" <lcapitulino@redhat.com>,
qemu-devel@nongnu.org, "Andreas Färber" <afaerber@suse.de>,
"Pavel Butsykin" <pbutsykin@virtuozzo.com>
Subject: Re: [Qemu-devel] [PATCH v3 0/9] hmp command IO- and Local APIC dump state
Date: Tue, 22 Sep 2015 13:46:55 +0300 [thread overview]
Message-ID: <5601319F.30400@odin.com> (raw)
In-Reply-To: <56000D4A.8080300@redhat.com>
On 21.09.2015 16:59, Paolo Bonzini wrote:
>> IRR 239
>>
>> APR 0x00 TPR 0x00 DFR 0x0f LDR 0x00 PPR 0x00
>>
>> (qemu) info ioapic
>> ioapic id=0x00 sel=0x2e (redir[15])
>> pin 0 0x0000000000010000 dest=0 vec=0 active-hi edge masked fixed physical
>> pin 1 0x0000000000000031 dest=0 vec=49 active-hi edge fixed physical
>> pin 2 0x0000000000000030 dest=0 vec=48 active-hi edge fixed physical
>> pin 3 0x0000000000000033 dest=0 vec=51 active-hi edge fixed physical
>> pin 4 0x0000000000010034 dest=0 vec=52 active-hi edge masked fixed physical
>> pin 5 0x0000000000010000 dest=0 vec=0 active-hi edge masked fixed physical
>> pin 6 0x0000000000000036 dest=0 vec=54 active-hi edge fixed physical
>> pin 7 0x0000000000000037 dest=0 vec=55 active-hi edge fixed physical
>> pin 8 0x0000000000000038 dest=0 vec=56 active-hi edge fixed physical
>> pin 9 0x0000000000018041 dest=0 vec=65 active-hi level masked fixed physical
>> pin 10 0x0000000000010000 dest=0 vec=0 active-hi edge masked fixed physical
>> pin 11 0x0300000000008081 dest=3 vec=129 active-hi level fixed physical
>> pin 12 0x000000000000003c dest=0 vec=60 active-hi edge fixed physical
>> pin 13 0x000000000000003d dest=0 vec=61 active-hi edge fixed physical
>> pin 14 0x000000000000003e dest=0 vec=62 active-hi edge fixed physical
>> pin 15 0x000000000000003f dest=0 vec=63 active-hi edge fixed physical
>> pin 16 0x0000000000010000 dest=0 vec=0 active-hi edge masked fixed physical
>> pin 17 0x0000000000010000 dest=0 vec=0 active-hi edge masked fixed physical
>> pin 18 0x0000000000010000 dest=0 vec=0 active-hi edge masked fixed physical
>> pin 19 0x0000000000010000 dest=0 vec=0 active-hi edge masked fixed physical
>> pin 20 0x0000000000010000 dest=0 vec=0 active-hi edge masked fixed physical
>> pin 21 0x0000000000010000 dest=0 vec=0 active-hi edge masked fixed physical
>> pin 22 0x0000000000010000 dest=0 vec=0 active-hi edge masked fixed physical
>> pin 23 0x0000000000010000 dest=0 vec=0 active-hi edge masked fixed physical
>> IRR (none)
> I would print IRR as a bitmap here, like ISR/IRR in the local APIC dump.
> Similarly, it would be nice to print the "Remote IRR" bits of the
> redirection table (printing them as a bitmap with the same format).
...
pin 9 0x0000000000018041 dest=0 vec=65 active-hi level IRR(0) masked fixed physical
pin 10 0x0000000000010000 dest=0 vec=0 active-hi edge masked fixed physical
pin 11 0x0300000000008081 dest=3 vec=129 active-hi level IRR(0) fixed physical
pin 12 0x000000000000003c dest=0 vec=60 active-hi edge fixed physical
...
IRR 2 17
Do I understand you right?
next prev parent reply other threads:[~2015-09-22 11:02 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-21 10:57 [Qemu-devel] [PATCH v3 0/9] hmp command IO- and Local APIC dump state Denis V. Lunev
2015-09-21 10:57 ` [Qemu-devel] [PATCH 1/9] apic_internal.h: make some apic_get_* functions externally visible Denis V. Lunev
2015-09-21 10:57 ` [Qemu-devel] [PATCH 2/9] apic_internal.h: rename ESR_ILLEGAL_ADDRESS to APIC_ESR_ILLEGAL_ADDRESS Denis V. Lunev
2015-09-21 10:57 ` [Qemu-devel] [PATCH 3/9] apic_internal.h: added more constants Denis V. Lunev
2015-09-21 10:57 ` [Qemu-devel] [PATCH 4/9] apic_internal.h: fix formatting and drop unused consts Denis V. Lunev
2015-09-21 10:57 ` [Qemu-devel] [PATCH 5/9] monitor: make monitor_fprintf and mon_get_cpu externally visible Denis V. Lunev
2015-09-21 10:57 ` [Qemu-devel] [PATCH 6/9] hmp: added local apic dump state Denis V. Lunev
2015-09-21 10:57 ` [Qemu-devel] [PATCH 7/9] ioapic_internal.h: added more constants Denis V. Lunev
2015-09-21 10:57 ` [Qemu-devel] [PATCH 8/9] hmp: added io apic dump state Denis V. Lunev
2015-09-21 10:57 ` [Qemu-devel] [PATCH 9/9] hmp: implemented io apic dump state for TCG Denis V. Lunev
2015-09-21 13:59 ` [Qemu-devel] [PATCH v3 0/9] hmp command IO- and Local APIC dump state Paolo Bonzini
2015-09-22 10:46 ` Pavel Butsykin [this message]
2015-09-22 11:09 ` Paolo Bonzini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5601319F.30400@odin.com \
--to=pbutsykin@odin.com \
--cc=afaerber@suse.de \
--cc=armbru@redhat.com \
--cc=den@openvz.org \
--cc=lcapitulino@redhat.com \
--cc=pbonzini@redhat.com \
--cc=pbutsykin@virtuozzo.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.