From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOEAH-000062-58 for qemu-devel@nongnu.org; Sun, 22 May 2011 15:18:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QOEAG-0007j7-6q for qemu-devel@nongnu.org; Sun, 22 May 2011 15:18:13 -0400 Message-ID: <4DD9616A.3040804@mail.berlios.de> Date: Sun, 22 May 2011 21:18:02 +0200 From: Stefan Weil MIME-Version: 1.0 References: <20110522190642.GA15285@redhat.com> In-Reply-To: <20110522190642.GA15285@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] piix_pci: fix piix3_set_irq_pic() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-trivial@nongnu.org, TeLeMan , qemu-devel , Isaku Yamahata Am 22.05.2011 21:06, schrieb Michael S. Tsirkin: > On Mon, May 16, 2011 at 07:50:55PM +0800, TeLeMan wrote: >> If pic_irq is greater than 7, the irq level is always 0 on 32bits. >> >> Signed-off-by: TeLeMan > > > Good catch > > Acked-by: Michael S. Tsirkin > The patch fixes the regression in Linux networking with 32 bit hosts. Tested with w32 and linux 32 bit hosts. Tested-by: Stefan Weil