From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55942) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRlb6-0003C0-Sy for qemu-devel@nongnu.org; Tue, 08 May 2012 10:41:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SRlb0-0002qr-LF for qemu-devel@nongnu.org; Tue, 08 May 2012 10:41:04 -0400 Received: from mail-gg0-f173.google.com ([209.85.161.173]:40179) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRlb0-0002qm-HS for qemu-devel@nongnu.org; Tue, 08 May 2012 10:40:58 -0400 Received: by ggnp1 with SMTP id p1so1283933ggn.4 for ; Tue, 08 May 2012 07:40:57 -0700 (PDT) Message-ID: <4FA93076.8020007@codemonkey.ws> Date: Tue, 08 May 2012 09:40:54 -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) > > 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: You need to use a tag/branch, not a commit. I don't know of a way to make git fetch all available objects in a repo. Regards, Anthony Liguori > > 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(-) > >