From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51252) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPFTu-0004Xl-42 for qemu-devel@nongnu.org; Wed, 25 May 2011 10:54:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QPFTt-0002Np-8e for qemu-devel@nongnu.org; Wed, 25 May 2011 10:54:42 -0400 Received: from mail-ww0-f53.google.com ([74.125.82.53]:40423) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPFTt-0002Nf-4S for qemu-devel@nongnu.org; Wed, 25 May 2011 10:54:41 -0400 Received: by wwj40 with SMTP id 40so7676932wwj.10 for ; Wed, 25 May 2011 07:54:40 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4DDCB00E.3010809@redhat.com> Date: Wed, 25 May 2011 09:30:22 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1306237507-19189-1-git-send-email-pbonzini@redhat.com> <1306237507-19189-4-git-send-email-pbonzini@redhat.com> <20110524221441.GB11809@yookeroo.fritz.box> In-Reply-To: <20110524221441.GB11809@yookeroo.fritz.box> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/3] spapr: make irq customizable via qdev List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, agraf@suse.de On 05/25/2011 12:14 AM, David Gibson wrote: > I don't see what the point of this is. Absolute irq numbers have no > special meaning in the XICS context, and the guest kernel will remap > them to virtual irqs anyway. It allows you to see the irq in "info qtree" for example. Paolo