mbox

[PULL,for-2.6] target-xtensa fix

Message ID 1460068763-3993-1-git-send-email-jcmvbkbc@gmail.com
State New
Headers show

Pull-request

git://github.com/OSLL/qemu-xtensa.git tags/20160408-xtensa

Message

Max Filippov April 7, 2016, 10:39 p.m. UTC
Hi Peter,

please pull the following fix for target-xtensa.

The following changes since commit a648c137383d84bc4f95696e5293978d9541a26e:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160309-1' into staging (2016-03-10 02:51:14 +0000)

are available in the git repository at:

  git://github.com/OSLL/qemu-xtensa.git tags/20160408-xtensa

for you to fetch changes up to 34fe9af09b98e849f52bb62c4668a39f1cd8150e:

  opencores_eth: indicate autonegotiation completion (2016-04-04 07:08:26 +0300)

----------------------------------------------------------------
Xtensa-related fixes:

- fix networking on xtfpga platform in linux v4.5 by indicating
  autonegotiation completion in opencores_eth MII BMSR.

----------------------------------------------------------------
Max Filippov (1):
      opencores_eth: indicate autonegotiation completion

 hw/net/opencores_eth.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Maydell April 8, 2016, 10:54 a.m. UTC | #1
On 7 April 2016 at 23:39, Max Filippov <jcmvbkbc@gmail.com> wrote:
> Hi Peter,
>
> please pull the following fix for target-xtensa.
>
> The following changes since commit a648c137383d84bc4f95696e5293978d9541a26e:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160309-1' into staging (2016-03-10 02:51:14 +0000)
>
> are available in the git repository at:
>
>   git://github.com/OSLL/qemu-xtensa.git tags/20160408-xtensa
>
> for you to fetch changes up to 34fe9af09b98e849f52bb62c4668a39f1cd8150e:
>
>   opencores_eth: indicate autonegotiation completion (2016-04-04 07:08:26 +0300)
>
> ----------------------------------------------------------------
> Xtensa-related fixes:
>
> - fix networking on xtfpga platform in linux v4.5 by indicating
>   autonegotiation completion in opencores_eth MII BMSR.
>
> ----------------------------------------------------------------
> Max Filippov (1):
>       opencores_eth: indicate autonegotiation completion
>
>  hw/net/opencores_eth.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

-- PMM