[PULL 0/1] Net patches

Jason Wang posted 1 patch 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240125084704.19301-1-jasowang@redhat.com
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Jason Wang <jasowang@redhat.com>
There is a newer version of this series
hw/net/virtio-net.c | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
[PULL 0/1] Net patches
Posted by Jason Wang 10 months ago
The following changes since commit 4a4efae44f19528589204581e9e2fab69c5d39aa:

  Merge tag 'pull-hex-20240121' of https://github.com/quic/qemu into staging (2024-01-23 13:40:45 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 2220e8189fb94068dbad333228659fbac819abb0:

  virtio-net: correctly copy vnet header when flushing TX (2024-01-25 14:58:00 +0800)

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

----------------------------------------------------------------
Jason Wang (1):
      virtio-net: correctly copy vnet header when flushing TX

 hw/net/virtio-net.c | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)
Re: [PULL 0/1] Net patches
Posted by Peter Maydell 10 months ago
On Thu, 25 Jan 2024 at 08:47, Jason Wang <jasowang@redhat.com> wrote:
>
> The following changes since commit 4a4efae44f19528589204581e9e2fab69c5d39aa:
>
>   Merge tag 'pull-hex-20240121' of https://github.com/quic/qemu into staging (2024-01-23 13:40:45 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/jasowang/qemu.git net-pull-request
>
> for you to fetch changes up to 2220e8189fb94068dbad333228659fbac819abb0:
>
>   virtio-net: correctly copy vnet header when flushing TX (2024-01-25 14:58:00 +0800)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------
> Jason Wang (1):
>       virtio-net: correctly copy vnet header when flushing TX


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/9.0
for any user-visible changes.

-- PMM