From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43412) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QO88Z-0001Vy-Oe for qemu-devel@nongnu.org; Sun, 22 May 2011 08:52:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QO88Y-0003mt-9d for qemu-devel@nongnu.org; Sun, 22 May 2011 08:52:03 -0400 Received: from mail-gx0-f173.google.com ([209.85.161.173]:60007) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QO88Y-0003mK-5n for qemu-devel@nongnu.org; Sun, 22 May 2011 08:52:02 -0400 Received: by gxk26 with SMTP id 26so2117002gxk.4 for ; Sun, 22 May 2011 05:52:01 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4DD9008D.7080204@mail.berlios.de> References: <4DD9008D.7080204@mail.berlios.de> Date: Sun, 22 May 2011 20:52:00 +0800 Message-ID: From: TeLeMan Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v7 3/4] piix_pci: optimize set irq path List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: Isaku Yamahata , qemu-devel@nongnu.org, mst@redhat.com I did a patch for it. http://lists.gnu.org/archive/html/qemu-devel/2011-05/msg01239.html On Sun, May 22, 2011 at 20:24, Stefan Weil wrote: > > Hi, > > I got a regression report which was obviously caused by this commit: > > $ git bisect bad > ab431c283e7055bcd6fb622f212bb29e84a6a134 is the first bad commit > commit ab431c283e7055bcd6fb622f212bb29e84a6a134 > Author: Isaku Yamahata > Date: =C2=A0 Fri Apr 1 20:43:23 2011 +0900 > > My test scenario: > > i386-softmmu/qemu -L pc-bios -cdrom tinycore_3.5.1.iso -m 256 -boot d -ne= t > nic -net user -net dump > > * Boot the default configuration (tinycore, or tinycore debug). > * Wait until X Windows is up. > * Check the size of qemu*.pcap. If it is only a few bytes, the test faile= d. > =C2=A0Emulated networking then does not work, Tinycore does not get an IP= address > via DHCP. > > The original report used tinycore_3.6.iso and the latest w32 binaries fro= m > qemu.weilnetz.de > with the same result. It also says that other Linux distributions show th= e > same problem > (Fedora-14-i686-Live-Desktop.iso). > > Regards > Stefan W. > > > >