From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43595) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VA5xw-0006Qn-T9 for qemu-devel@nongnu.org; Thu, 15 Aug 2013 18:24:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VA5xr-00065O-Sz for qemu-devel@nongnu.org; Thu, 15 Aug 2013 18:24:24 -0400 Received: from mail-pb0-f49.google.com ([209.85.160.49]:33699) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VA5xr-00065D-CS for qemu-devel@nongnu.org; Thu, 15 Aug 2013 18:24:19 -0400 Received: by mail-pb0-f49.google.com with SMTP id xb4so1298028pbc.36 for ; Thu, 15 Aug 2013 15:24:18 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <520D53CA.6040807@roeck-us.net> References: <5207B3C3.9080508@roeck-us.net> <20130811220450.GY23006@n2100.arm.linux.org.uk> <52082EF8.10005@roeck-us.net> <20130813034054.GA18218@roeck-us.net> <20130815175428.GA18580@roeck-us.net> <20130815205044.GA21599@roeck-us.net> <520D53CA.6040807@roeck-us.net> From: Peter Maydell Date: Thu, 15 Aug 2013 23:23:58 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] SCSI bus failures with qemu-arm in kernel 3.8+ List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Guenter Roeck Cc: Russell King - ARM Linux , "linux-kernel@vger.kernel.org" , QEMU Developers , Paul Gortmaker , Arnd Bergmann , "linux-arm-kernel@lists.infradead.org" On 15 August 2013 23:18, Guenter Roeck wrote: > But doesn't that mean that there is _currently_ no problem ? If so, > we can introduce the additional code when the problem really shows up. > Being Preemptive is good, but if it is not really needed today > I would rather have today's problems resolved and bother about tomorrow's > when they show up. Conceptually the two parts go together: rely on correct irq routing, tell qemu we rely on correct irq routing. It's only one extra line... -- PMM