From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50898) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qyg6k-0006Hj-LO for qemu-devel@nongnu.org; Wed, 31 Aug 2011 04:25:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qyg6j-0006ov-NI for qemu-devel@nongnu.org; Wed, 31 Aug 2011 04:25:14 -0400 Received: from mail-pz0-f42.google.com ([209.85.210.42]:41969) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qyg6j-0006od-Fp for qemu-devel@nongnu.org; Wed, 31 Aug 2011 04:25:13 -0400 Received: by pzk37 with SMTP id 37so1051859pzk.29 for ; Wed, 31 Aug 2011 01:25:12 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4E5D39C8.5020205@web.de> References: <4E58FC3F.6080809@web.de> <4E5BE7C5.60705@us.ibm.com> <4E5BFF51.9010503@web.de> <4E5C00F0.9070103@redhat.com> <4E5D39C8.5020205@web.de> Date: Wed, 31 Aug 2011 09:25:11 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] pc: Clean up PIC-to-APIC IRQ path List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Lucas Meneghel Rodrigues , Anthony Liguori , Marcelo Tosatti , qemu-devel , Blue Swirl , Avi Kivity , Gerd Hoffmann On 30 August 2011 20:28, Jan Kiszka wrote: > Yes, that's the current state. Once we have bidirectional IRQ links in > place (pushing downward, querying upward - required to skip IRQ routers > for fast, lockless deliveries), that should change again. Can you elaborate a bit more on this? I don't think anybody has proposed links with their own internal state before in the qdev/qom discussions... Also a good solid use case for a bidirectional link is worth discussing because it influences whether we want to make all links bidi-by-default or try to do it as a special case. (OTOH your argument does hold for why reset should be two-phase.) thanks -- PMM