From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37624) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAmCF-0000Ul-Po for qemu-devel@nongnu.org; Mon, 12 Jan 2015 16:06:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YAmCA-00023c-N3 for qemu-devel@nongnu.org; Mon, 12 Jan 2015 16:06:47 -0500 Received: from cantor2.suse.de ([195.135.220.15]:47053 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAmCA-00022s-Ei for qemu-devel@nongnu.org; Mon, 12 Jan 2015 16:06:42 -0500 Message-ID: <54B4375E.3070200@suse.de> Date: Mon, 12 Jan 2015 22:06:38 +0100 From: Alexander Graf MIME-Version: 1.0 References: <1420560191-48029-1-git-send-email-agraf@suse.de> <1420560191-48029-3-git-send-email-agraf@suse.de> <54B40692.9040909@suse.de> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/4] pci: Add generic PCIe host bridge List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Rob Herring , "Michael S. Tsirkin" , QEMU Developers , Ard Biesheuvel , Claudio Fontana , "stuart.yoder@freescale.com" , alvise rigo On 12.01.15 21:08, Peter Maydell wrote: > On 12 January 2015 at 17:38, Alexander Graf wrote: >> I'd prefer to keep things as easy as we humanly can for now. Then add >> MSI. And if we then realize that we still need 4 rather than 1 shared >> interrupt lines we can still change it :) > > Except that that would be a breaking change, so I would prefer > to think ahead where possible; at some point there will come > a time when we really can't make breaking changes to this > board any more... Works for me, then we stay at a single interrupt line. The only reason we have 4 in PCI is that back in the day you could have non-sharing PCI devices that were essentially ISA ones. If you actually care about interrupt latency and performance you will want more than 4 IRQ lines, so you'll want MSI. Alex