From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2jf2-00056R-Dd for qemu-devel@nongnu.org; Thu, 03 Jul 2014 12:15:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X2jew-0003Yq-2N for qemu-devel@nongnu.org; Thu, 03 Jul 2014 12:15:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32339) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2jev-0003Yh-QL for qemu-devel@nongnu.org; Thu, 03 Jul 2014 12:14:53 -0400 Message-ID: <53B58024.50408@redhat.com> Date: Thu, 03 Jul 2014 18:09:08 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <53B3CE04.5020700@suse.de> <20140702204959.GY1688@ERROL.INI.CMU.EDU> <53B47366.6000101@suse.de> <20140702211425.GZ1688@ERROL.INI.CMU.EDU> <20140702220224.GA1688@ERROL.INI.CMU.EDU> <4CC5752B-B4BA-4624-9CFC-9C30010996C5@suse.de> <20140703131723.GB1688@ERROL.INI.CMU.EDU> <20140703135846.GC1688@ERROL.INI.CMU.EDU> <53B5625E.8030304@suse.de> <20140703141451.GD1688@ERROL.INI.CMU.EDU> <53B575D0.7080700@suse.de> In-Reply-To: <53B575D0.7080700@suse.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] e1000 autoneg timing, piix/osx List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf , "Gabriel L. Somlo" Cc: "qemu-devel@nongnu.org" , "stefanha@redhat.com" , "Michael S. Tsirkin" Il 03/07/2014 17:25, Alexander Graf ha scritto: > > Maybe the IRQ line is simply never shared on real Macs :). That's most likely the case, or else it uses MSI. Consider that QEMU only uses 2 GSIs for the four PCI interrupts (10 11), while real PIIX-era hardware used 4 (5 9 10 11, I think). Paolo