From patchwork Tue May 8 14:20:12 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Michael S. Tsirkin" X-Patchwork-Id: 157694 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id DB238B6FAB for ; Wed, 9 May 2012 00:20:31 +1000 (EST) Received: from localhost ([::1]:34580 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRlHA-0001T9-Ci for incoming@patchwork.ozlabs.org; Tue, 08 May 2012 10:20:28 -0400 Received: from eggs.gnu.org ([208.118.235.92]:46619) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRlGz-0001SN-85 for qemu-devel@nongnu.org; Tue, 08 May 2012 10:20:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SRlGw-0002QI-Sl for qemu-devel@nongnu.org; Tue, 08 May 2012 10:20:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63112) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRlGw-0002Py-KC for qemu-devel@nongnu.org; Tue, 08 May 2012 10:20:14 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q48EKBSe005863 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 8 May 2012 10:20:11 -0400 Received: from redhat.com (vpn-202-190.tlv.redhat.com [10.35.202.190]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with SMTP id q48EK5iu000425; Tue, 8 May 2012 10:20:06 -0400 Date: Tue, 8 May 2012 17:20:12 +0300 From: "Michael S. Tsirkin" To: qemu-devel@nongnu.org, Anthony Liguori Message-ID: <20120508142011.GA24053@redhat.com> MIME-Version: 1.0 Content-Disposition: inline X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 Cc: avi@redhat.com, mst@redhat.com Subject: [Qemu-devel] [PULL] rtl8139 bugfix X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org The following changes since commit 847c25d01cbe8e4fe457a7426f82daaaf3287aae: hw/ac97: Mask out the EAPD bit on Powerdown Ctrl/Stat writes (2012-05-07 16:31:40 +0400) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git for you to fetch changes up to bdc62e62ead1a6c2a113934bf28cb5abef48618d: rtl8139: fix regression in TxStatus/TxAddr read (2012-05-08 17:09:53 +0300) ---------------------------------------------------------------- rtl8139 bugfix This pull fixes a bug in rtl8139 that affects 32 bit users. Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Avi Kivity (1): rtl8139: fix regression in TxStatus/TxAddr read hw/rtl8139.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)