From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hc2JI-0000Cx-0P for qemu-devel@nongnu.org; Thu, 12 Apr 2007 12:38:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hc2JH-0000Bu-6l for qemu-devel@nongnu.org; Thu, 12 Apr 2007 12:38:11 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hc2JG-0000BY-V8 for qemu-devel@nongnu.org; Thu, 12 Apr 2007 12:38:10 -0400 Received: from mail.windriver.com ([147.11.1.11] helo=mail.wrs.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hc2F5-0004jg-24 for qemu-devel@nongnu.org; Thu, 12 Apr 2007 12:33:51 -0400 Received: from ALA-MAIL03.corp.ad.wrs.com (ala-mail03 [147.11.57.144]) by mail.wrs.com (8.13.6/8.13.6) with ESMTP id l3CGXoJV015519 for ; Thu, 12 Apr 2007 09:33:50 -0700 (PDT) Message-ID: <461E5FA8.7080306@windriver.com> Date: Thu, 12 Apr 2007 11:34:48 -0500 From: Jason Wessel MIME-Version: 1.0 Subject: Re: Qemu-PPC problems (was [Qemu-devel] Just to add one single point) References: <1176026443.1516.176.camel@rapid> <200704091726.13240.rob@landley.net> <1176157950.1516.360.camel@rapid> <200704111749.09810.rob@landley.net> <1176364573.6333.25.camel@rapid> <461E551E.9030803@windriver.com> In-Reply-To: <461E551E.9030803@windriver.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Jason Wessel wrote: > > There is a new regression between Apr 9 and Apr 10 in the QEMU CVS > HEAD where tcp checksums are failing again. :-( > I stand corrected it not the TCP check sums. The new PPC pic code does not work so as to allow the ethernet device driver to receive packets. I guess the question should be is if we would have expected more to work than breaks or if different cases actually work now with the new PPC pic code, or if they are all broken. Jason.