From mboxrd@z Thu Jan 1 00:00:00 1970 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 Date: Tue, 8 May 2012 17:20:12 +0300 From: "Michael S. Tsirkin" Message-ID: <20120508142011.GA24053@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL] rtl8139 bugfix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Anthony Liguori Cc: avi@redhat.com, mst@redhat.com 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(-)