mbox

[PULL,V2,0/3] Net patches

Message ID 1480991552-14360-1-git-send-email-jasowang@redhat.com
State New
Headers show

Pull-request

https://github.com/jasowang/qemu.git tags/net-pull-request

Message

Jason Wang Dec. 6, 2016, 2:32 a.m. UTC
The following changes since commit bd8ef5060dd2124a54578241da9a572faf7658dd:

  Merge remote-tracking branch 'dgibson/tags/ppc-for-2.8-20161201' into staging (2016-12-01 13:39:29 +0000)

are available in the git repository at:

  https://github.com/jasowang/qemu.git tags/net-pull-request

for you to fetch changes up to 9f5832d34b0c155e9538a745c80e441aed257670:

  fsl_etsec: Fix various small problems in hexdump code (2016-12-06 10:23:50 +0800)

----------------------------------------------------------------

Changes from V1:
- fix coding style

----------------------------------------------------------------
Andrey Smirnov (2):
      fsl_etsec: Pad short payloads with zeros
      fsl_etsec: Fix various small problems in hexdump code

Prasad J Pandit (1):
      net: mcf: check receive buffer size register value

 hw/net/fsl_etsec/etsec.c | 4 ++--
 hw/net/fsl_etsec/rings.c | 8 ++++++++
 hw/net/mcf_fec.c         | 2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)

Comments

Stefan Hajnoczi Dec. 6, 2016, 10:24 a.m. UTC | #1
On Tue, Dec 06, 2016 at 10:32:29AM +0800, Jason Wang wrote:
> The following changes since commit bd8ef5060dd2124a54578241da9a572faf7658dd:
> 
>   Merge remote-tracking branch 'dgibson/tags/ppc-for-2.8-20161201' into staging (2016-12-01 13:39:29 +0000)
> 
> are available in the git repository at:
> 
>   https://github.com/jasowang/qemu.git tags/net-pull-request
> 
> for you to fetch changes up to 9f5832d34b0c155e9538a745c80e441aed257670:
> 
>   fsl_etsec: Fix various small problems in hexdump code (2016-12-06 10:23:50 +0800)
> 
> ----------------------------------------------------------------
> 
> Changes from V1:
> - fix coding style
> 
> ----------------------------------------------------------------
> Andrey Smirnov (2):
>       fsl_etsec: Pad short payloads with zeros
>       fsl_etsec: Fix various small problems in hexdump code
> 
> Prasad J Pandit (1):
>       net: mcf: check receive buffer size register value
> 
>  hw/net/fsl_etsec/etsec.c | 4 ++--
>  hw/net/fsl_etsec/rings.c | 8 ++++++++
>  hw/net/mcf_fec.c         | 2 +-
>  3 files changed, 11 insertions(+), 3 deletions(-)
> 
> 

Thanks, applied to my staging tree:
https://github.com/stefanha/qemu/commits/staging

Stefan