mbox

[PULL] rtl8139 bugfix

Message ID 20120508142011.GA24053@redhat.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git

Message

Michael S. Tsirkin May 8, 2012, 2:20 p.m. UTC
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:

  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 <mst@redhat.com>

----------------------------------------------------------------
Avi Kivity (1):
      rtl8139: fix regression in TxStatus/TxAddr read

 hw/rtl8139.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Michael S. Tsirkin May 8, 2012, 2:39 p.m. UTC | #1
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 <mst@redhat.com>
> 
> ----------------------------------------------------------------
> Avi Kivity (1):
>       rtl8139: fix regression in TxStatus/TxAddr read
> 
>  hw/rtl8139.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
Anthony Liguori May 8, 2012, 2:40 p.m. UTC | #2
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<mst@redhat.com>
>
> ----------------------------------------------------------------
> Avi Kivity (1):
>        rtl8139: fix regression in TxStatus/TxAddr read
>
>   hw/rtl8139.c |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
>
Avi Kivity May 8, 2012, 2:43 p.m. UTC | #3
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 <remote>' (fetchs all reachable objects, not all
objects).  But of course Michael forgot to include the tag here, just
noting for completeness.
Anthony Liguori May 8, 2012, 2:49 p.m. UTC | #4
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<remote>' (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.

Regards,

Anthony Liguori

   But of course Michael forgot to include the tag here, just
> noting for completeness.
>
Avi Kivity May 8, 2012, 2:53 p.m. UTC | #5
On 05/08/2012 05:49 PM, Anthony Liguori wrote:
> 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<remote>' (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.

Right, it only works if a branch/tag was pushed.
Michael S. Tsirkin May 8, 2012, 2:55 p.m. UTC | #6
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.
Anthony Liguori May 8, 2012, 4:11 p.m. UTC | #7
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<mst@redhat.com>
>
> ----------------------------------------------------------------
> Avi Kivity (1):
>        rtl8139: fix regression in TxStatus/TxAddr read
>
>   hw/rtl8139.c |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
>
Paolo Bonzini May 8, 2012, 4:21 p.m. UTC | #8
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<remote>' (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