From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46984) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRnAr-0003za-4V for qemu-devel@nongnu.org; Tue, 08 May 2012 12:22:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SRnAm-0001xY-Bf for qemu-devel@nongnu.org; Tue, 08 May 2012 12:22:04 -0400 Received: from plane.gmane.org ([80.91.229.3]:38824) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRnAm-0001x7-4f for qemu-devel@nongnu.org; Tue, 08 May 2012 12:22:00 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SRnAh-0001CN-5D for qemu-devel@nongnu.org; Tue, 08 May 2012 18:21:55 +0200 Received: from 93-34-182-16.ip50.fastwebnet.it ([93.34.182.16]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 May 2012 18:21:55 +0200 Received: from pbonzini by 93-34-182-16.ip50.fastwebnet.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 May 2012 18:21:55 +0200 From: Paolo Bonzini Date: Tue, 08 May 2012 18:21:38 +0200 Message-ID: References: <20120508142011.GA24053@redhat.com> <4FA93076.8020007@codemonkey.ws> <4FA93114.1080705@redhat.com> <4FA93265.8030605@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit In-Reply-To: <4FA93265.8030605@codemonkey.ws> Subject: Re: [Qemu-devel] [PULL] rtl8139 bugfix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Il 08/05/2012 16:49, Anthony Liguori ha scritto: > On 05/08/2012 09:43 AM, Avi Kivity wrote: >> On 05/08/2012 05:40 PM, Anthony Liguori wrote: >>> 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. >>> >> >> It's 'git fetch' (fetchs all reachable objects, not all >> objects). > > That will just fetch based on your refspec. But without for an unnamed > commit, i don't think there's a possible refspec that can describe all > commits. There is bdc62e62ead1a6c2a113934bf28cb5abef48618d:from-mst :) Paolo