Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755488Ab3HLU7P (ORCPT ); Mon, 12 Aug 2013 16:59:15 -0400 Received: from mail-lb0-f169.google.com ([209.85.217.169]:62971 "EHLO mail-lb0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754321Ab3HLU7O (ORCPT ); Mon, 12 Aug 2013 16:59:14 -0400 MIME-Version: 1.0 In-Reply-To: <52093133.9050306@windriver.com> References: <5207B3C3.9080508@roeck-us.net> <20130811220450.GY23006@n2100.arm.linux.org.uk> <52082EF8.10005@roeck-us.net> <52093133.9050306@windriver.com> From: Peter Maydell Date: Mon, 12 Aug 2013 21:58:53 +0100 Message-ID: Subject: Re: SCSI bus failures with qemu-arm in kernel 3.8+ To: Paul Gortmaker Cc: Guenter Roeck , Russell King - ARM Linux , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , qemu-devel@nongnu.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1288 Lines: 26 On 12 August 2013 20:02, Paul Gortmaker wrote: > > If I recall correctly, I'd showed the patch to Russell at the time (via > IRC, I believe) and he'd told me essentially the same thing as the above > paragraph, which is why I didn't put it in the patch system, and why the > commit log of the yocto patch (http://goo.gl/riEZXY) reads as it does > (i.e. it is unclear what the real swizzle is). That patch reads like "make the kernel work with old (pre 1.5) QEMU behaviour" (where every IRQ for every PCI card was always IRQ27). I'm committing to making QEMU continue to support that for backward compatibility, as well as to "work like hardware" (our autodetect hack is based on what the kernel writes to PCI_INTERRUPT_LINE), so in that sense it's a stable and well defined[*] thing to write to, but for mainline I imagine the kernel will want to just go for the 'work on real h/w' approach. [*] by which I mean "not written down outside the QEMU source code but I will write it up if you need it" :-) -- PMM -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/