From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51300) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeLSe-0003C4-5e for qemu-devel@nongnu.org; Tue, 22 Sep 2015 07:10:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZeLSa-0006iE-Bb for qemu-devel@nongnu.org; Tue, 22 Sep 2015 07:10:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56556) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeLSa-0006hX-7C for qemu-devel@nongnu.org; Tue, 22 Sep 2015 07:10:08 -0400 References: <1442833057-8186-1-git-send-email-den@openvz.org> <56000D4A.8080300@redhat.com> <5601319F.30400@odin.com> From: Paolo Bonzini Message-ID: <56013707.7000704@redhat.com> Date: Tue, 22 Sep 2015 13:09:59 +0200 MIME-Version: 1.0 In-Reply-To: <5601319F.30400@odin.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 0/9] hmp command IO- and Local APIC dump state List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pavel Butsykin , "Denis V. Lunev" Cc: Markus Armbruster , Luiz Capitulino , qemu-devel@nongnu.org, =?UTF-8?Q?Andreas_F=c3=a4rber?= , Pavel Butsykin On 22/09/2015 12:46, Pavel Butsykin wrote: >>> >> 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 I was thinking more like: 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 0x030000000000c081 dest=3 vec=129 active-hi level fixed physical pin 12 0x000000000000003c dest=0 vec=60 active-hi edge fixed physical ... IRR 2 17 Remote IRR 11 Paolo