From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41206) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2kt9-00015B-5V for qemu-devel@nongnu.org; Thu, 03 Jul 2014 13:33:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X2kt1-00047b-No for qemu-devel@nongnu.org; Thu, 03 Jul 2014 13:33:39 -0400 Received: from cantor2.suse.de ([195.135.220.15]:48577 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2kt1-00047O-H8 for qemu-devel@nongnu.org; Thu, 03 Jul 2014 13:33:31 -0400 Message-ID: <53B593E9.7020506@suse.de> Date: Thu, 03 Jul 2014 19:33:29 +0200 From: Alexander Graf MIME-Version: 1.0 References: <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> <20140703164331.GE1688@ERROL.INI.CMU.EDU> In-Reply-To: <20140703164331.GE1688@ERROL.INI.CMU.EDU> 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: "Gabriel L. Somlo" Cc: "pbonzini@redhat.com" , "qemu-devel@nongnu.org" , "stefanha@redhat.com" , "Michael S. Tsirkin" On 03.07.14 18:43, Gabriel L. Somlo wrote: > On Thu, Jul 03, 2014 at 05:25:04PM +0200, Alexander Graf wrote: >> Maybe the IRQ line is simply never shared on real Macs :). Who knows. >> >> Does this (untested!) patch make it work for you? > Yep, it works. Doesn't break OSX on q35, Linux (F20) or windows (7) > either :) Ok, I'll post it as a real patch then :). Alex