From: "Michael S. Tsirkin" <mst@redhat.com>
To: Anthony Liguori <anthony@codemonkey.ws>
Cc: qemu-devel@nongnu.org, avi@redhat.com
Subject: Re: [Qemu-devel] [PULL] rtl8139 bugfix
Date: Tue, 8 May 2012 17:55:49 +0300 [thread overview]
Message-ID: <20120508145549.GB24510@redhat.com> (raw)
In-Reply-To: <4FA93076.8020007@codemonkey.ws>
On Tue, May 08, 2012 at 09:40:54AM -0500, 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.
Yes my script broke and I didn't notice. Sent the right location now,
it's
git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git refs/tags/for_anthony
>
> I don't know of a way to make git fetch all available objects in a repo.
>
> Regards,
>
> Anthony Liguori
When there's a will, there's a way: you could get all tags and heads:
git fetch git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git \
refs/tags/*:refs/remotes/mst/tags/* \
refs/heads/*:refs/remotes/mst/heads/*
and then merge the commit:
git merge bdc62e62ead1a6c2a113934bf28cb5abef48618d:
But that's just an apropos. I made a mistake, hopefully
corrected.
--
MST
next prev parent reply other threads:[~2012-05-08 14:55 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-08 14:20 [Qemu-devel] [PULL] rtl8139 bugfix Michael S. Tsirkin
2012-05-08 14:39 ` Michael S. Tsirkin
2012-05-08 14:40 ` Anthony Liguori
2012-05-08 14:43 ` Avi Kivity
2012-05-08 14:49 ` Anthony Liguori
2012-05-08 14:53 ` Avi Kivity
2012-05-08 16:21 ` Paolo Bonzini
2012-05-08 14:55 ` Michael S. Tsirkin [this message]
2012-05-08 16:11 ` Anthony Liguori
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120508145549.GB24510@redhat.com \
--to=mst@redhat.com \
--cc=anthony@codemonkey.ws \
--cc=avi@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).