From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48417) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRlZY-0001KL-Hu for qemu-devel@nongnu.org; Tue, 08 May 2012 10:39:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SRlZW-0002NI-L4 for qemu-devel@nongnu.org; Tue, 08 May 2012 10:39:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:9115) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRlZW-0002LO-CQ for qemu-devel@nongnu.org; Tue, 08 May 2012 10:39:26 -0400 Date: Tue, 8 May 2012 17:39:28 +0300 From: "Michael S. Tsirkin" Message-ID: <20120508143927.GA24400@redhat.com> References: <20120508142011.GA24053@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120508142011.GA24053@redhat.com> Subject: Re: [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 On Tue, May 08, 2012 at 05:20:12PM +0300, Michael S. Tsirkin wrote: > 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 > Ugh, sent this too fast the actual URL is: git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git refs/tags/for_anthony sorry about the noise. > 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(-)