mbox series

[PULL] Net patches

Message ID 20220809090859.28338-1-jasowang@redhat.com
State New
Headers show
Series [PULL] Net patches | expand

Pull-request

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

Message

Jason Wang Aug. 9, 2022, 9:08 a.m. UTC
The following changes since commit ca5f3d4df1b47d7f66a109cdb504e83dfd7ec433:

  Merge tag 'pull-la-20220808' of https://gitlab.com/rth7680/qemu into staging (2022-08-08 19:51:12 -0700)

are available in the git repository at:

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

for you to fetch changes up to 7cf745dd9c25f0740dc1009598b58dd8dd989876:

  hw/net/rocker: Avoid undefined shifts with more than 31 ports (2022-08-09 17:02:18 +0800)

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

----------------------------------------------------------------
Peter Maydell (1):
      hw/net/rocker: Avoid undefined shifts with more than 31 ports

 hw/net/rocker/rocker.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Richard Henderson Aug. 9, 2022, 4:43 p.m. UTC | #1
On 8/9/22 02:08, Jason Wang wrote:
> The following changes since commit ca5f3d4df1b47d7f66a109cdb504e83dfd7ec433:
> 
>    Merge tag 'pull-la-20220808' of https://gitlab.com/rth7680/qemu into staging (2022-08-08 19:51:12 -0700)
> 
> are available in the git repository at:
> 
>    https://github.com/jasowang/qemu.git tags/net-pull-request
> 
> for you to fetch changes up to 7cf745dd9c25f0740dc1009598b58dd8dd989876:
> 
>    hw/net/rocker: Avoid undefined shifts with more than 31 ports (2022-08-09 17:02:18 +0800)
> 
> ----------------------------------------------------------------
> 
> ----------------------------------------------------------------
> Peter Maydell (1):
>        hw/net/rocker: Avoid undefined shifts with more than 31 ports

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/7.1 as appropriate.


r~


> 
>   hw/net/rocker/rocker.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> 
>