From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58067) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRn0r-0006JT-JD for qemu-devel@nongnu.org; Tue, 08 May 2012 12:11:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SRn0l-0005Q9-F3 for qemu-devel@nongnu.org; Tue, 08 May 2012 12:11:45 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:53280) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRn0l-0005Ko-A8 for qemu-devel@nongnu.org; Tue, 08 May 2012 12:11:39 -0400 Received: by mail-ob0-f173.google.com with SMTP id wd20so12021059obb.4 for ; Tue, 08 May 2012 09:11:38 -0700 (PDT) Message-ID: <4FA945B8.7080303@codemonkey.ws> Date: Tue, 08 May 2012 11:11:36 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <20120508142011.GA24053@redhat.com> In-Reply-To: <20120508142011.GA24053@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] rtl8139 bugfix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org, avi@redhat.com On 05/08/2012 09:20 AM, 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) Pulled. Thanks. Regards, Anthony Liguori > > 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(-) > >