All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/1] Net patches
@ 2024-01-25  8:47 Jason Wang
  2024-01-26 13:09 ` Peter Maydell
  0 siblings, 1 reply; 8+ messages in thread
From: Jason Wang @ 2024-01-25  8:47 UTC (permalink / raw)
  To: qemu-devel, peter.maydell; +Cc: Jason Wang

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(-)



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PULL 0/1] Net patches
  2024-01-25  8:47 Jason Wang
@ 2024-01-26 13:09 ` Peter Maydell
  0 siblings, 0 replies; 8+ messages in thread
From: Peter Maydell @ 2024-01-26 13:09 UTC (permalink / raw)
  To: Jason Wang; +Cc: qemu-devel

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PULL 0/1] Net patches
@ 2024-08-12  7:28 Jason Wang
  2024-08-12 21:58 ` Richard Henderson
  0 siblings, 1 reply; 8+ messages in thread
From: Jason Wang @ 2024-08-12  7:28 UTC (permalink / raw)
  To: jasowang, qemu-devel

The following changes since commit 0f397dcfecc9211d12c2c720c01eb32f0eaa7d23:

  Merge tag 'pull-nbd-2024-08-08' of https://repo.or.cz/qemu/ericb into staging (2024-08-09 08:40:37 +1000)

are available in the Git repository at:

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

for you to fetch changes up to fa62cb989a9146c82f8f172715042852f5d36200:

  net: Fix '-net nic,model=' for non-help arguments (2024-08-12 13:36:42 +0800)

----------------------------------------------------------------
-----BEGIN PGP SIGNATURE-----

iQEzBAABCAAdFiEEIV1G9IJGaJ7HfzVi7wSWWzmNYhEFAma5uNkACgkQ7wSWWzmN
YhFpLwf+J9+cBWKUze7FZkxNHU78GJ/b+oVQfLYPnrCRrVKoyTr9yiKfMDS8qf5/
tPd+xFABwcHb8UL3EeAe9w5aB0QCqqdmZMFRkWuaZ7HEbZkYNt9cJck5iMdNaPBm
cKiFRLb8FDVA3aegCcsBqnwCxgFW+3P3rrnHQz1C+GQAOm7FER+HiFnYucjrrLSM
SaXZYIH/LPqL01gbZcbixQkhgL5XFWUToFXQEYECGS07uZZ1WSJkxIP6WZDchJ4+
vYO8/fWXVdrjvDirraZQRYnurWQGpTUk0Ocn2R8MaJsF8TK031MrMRJ3YP9zXp4n
wMe0BZO/YG5oi2gFrJpYL2AZqh2MgQ==
=DhS+
-----END PGP SIGNATURE-----

----------------------------------------------------------------
David Woodhouse (1):
      net: Fix '-net nic,model=' for non-help arguments

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




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PULL 0/1] Net patches
  2024-08-12  7:28 Jason Wang
@ 2024-08-12 21:58 ` Richard Henderson
  0 siblings, 0 replies; 8+ messages in thread
From: Richard Henderson @ 2024-08-12 21:58 UTC (permalink / raw)
  To: Jason Wang, qemu-devel

On 8/12/24 17:28, Jason Wang wrote:
> The following changes since commit 0f397dcfecc9211d12c2c720c01eb32f0eaa7d23:
> 
>    Merge tag 'pull-nbd-2024-08-08' ofhttps://repo.or.cz/qemu/ericb into staging (2024-08-09 08:40:37 +1000)
> 
> are available in the Git repository at:
> 
>    https://github.com/jasowang/qemu.git tags/net-pull-request
> 
> for you to fetch changes up to fa62cb989a9146c82f8f172715042852f5d36200:
> 
>    net: Fix '-net nic,model=' for non-help arguments (2024-08-12 13:36:42 +0800)

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

r~


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PULL 0/1] Net patches
@ 2025-03-17  9:21 Jason Wang
  0 siblings, 0 replies; 8+ messages in thread
From: Jason Wang @ 2025-03-17  9:21 UTC (permalink / raw)
  To: qemu-devel; +Cc: Jason Wang

The following changes since commit aa90f1161bb17a4863e16ec2f75104cff0752d4e:

  Merge tag 'migration-20250314-pull-request' of https://gitlab.com/farosas/qemu into staging (2025-03-16 02:45:22 -0400)

are available in the Git repository at:

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

for you to fetch changes up to b027f55a994af885a7a498a40373a2dcc2d8b15e:

  vdpa: Allow vDPA to work on big-endian machine (2025-03-17 13:46:28 +0800)

----------------------------------------------------------------
-----BEGIN PGP SIGNATURE-----

iQEzBAABCAAdFiEEIV1G9IJGaJ7HfzVi7wSWWzmNYhEFAmfX5/cACgkQ7wSWWzmN
YhFRHQgArp4daHmnfc4r8TNel7fBjeSTpfDGwQcUJbcljKK2ABtylcESAEg6tsAw
aBzaZ2PwoTQfDV2s//g/d2uzd3BWH0Iu3qimsyBtx7Um7D4h7NsGB+gTB/7IhcK8
1LjMHqDnaeS6fzJ93/umTXuyQLzA3tIFkJBzvxVseLrmv6uBPmAy+PDNe/uZ2jeF
2H20jNt/HMc1Yf7sE7NKTBkX+OxuIFkpOGcBtVxiPK1//Wmhw+v+zlQOFjUC+6CD
LxiBB0Q0tD7ekfbuF6x2SOnuzLDHgpMzgoGqLIYzeQhBX9TdHLM0LtEHHaMyW1pj
7mGPSY4avVSM1sePgtmNJ5Y5r/xTRA==
=e7Sc
-----END PGP SIGNATURE-----

----------------------------------------------------------------
Konstantin Shkolnyy (1):
      vdpa: Allow vDPA to work on big-endian machine

 net/vhost-vdpa.c | 13 +++++++++++++
 1 file changed, 13 insertions(+)




^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PULL 0/1] Net patches
@ 2026-06-29 13:40 Jason Wang
  2026-06-29 13:40 ` [PULL 1/1] MAINTAINERS: update Jason Wang's email address Jason Wang
  2026-06-29 18:29 ` [PULL 0/1] Net patches Stefan Hajnoczi
  0 siblings, 2 replies; 8+ messages in thread
From: Jason Wang @ 2026-06-29 13:40 UTC (permalink / raw)
  To: qemu-devel; +Cc: jasowangio, Jason Wang

The following changes since commit 20553466cc47af6a8c95f665b601fce3c852e503:

  Merge tag 'pbouvier/pr/docs-20260626' of https://gitlab.com/p-b-o/qemu into staging (2026-06-27 23:28:35 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 08c450d312e73db0bc8b792e604e0f1c49d1bfa8:

  MAINTAINERS: update Jason Wang's email address (2026-06-29 09:52:49 +0800)

----------------------------------------------------------------
-----BEGIN PGP SIGNATURE-----

iQFJBAABCAAzFiEEIV1G9IJGaJ7HfzVi7wSWWzmNYhEFAmpCdSsVHGphc293YW5n
aW9AZ21haWwuY29tAAoJEO8Ells5jWIRb+sH/2PLAv0BpViEDy5lL0b+s5yCIdbw
8XRwVvLk/SXavj/zn+LaWe/DQCdd4MKALvCCuG6WfqfSdF7XWnG4DhSXvnx5MRiW
um+259bwwAsW2H++Unue6TdkCFvGQQo8TJFP3EV+gibzIaFEXwxHloMgp9y1uQah
HhAKFr3QJL5zX7YohzuzUSkXQO2yVnEcPCsTuvdnbe9QOrIyKFNOcTQJrtKwSBpm
YxGJfooOIpimtobecw18B9UJJ4iMN7Sgs80vAeA2PXkrie0KxTwO6FAwyIlaZlUy
6DSEdsozJoV6TG0dP2pj3Lt6RAbEesvxBI3zYDqgnrKZNL8Etb0gzMS6U4k=
=3c3b
-----END PGP SIGNATURE-----

----------------------------------------------------------------
Jason Wang (1):
      MAINTAINERS: update Jason Wang's email address

 .mailmap    | 3 ++-
 MAINTAINERS | 8 ++++----
 2 files changed, 6 insertions(+), 5 deletions(-)




^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PULL 1/1] MAINTAINERS: update Jason Wang's email address
  2026-06-29 13:40 [PULL 0/1] Net patches Jason Wang
@ 2026-06-29 13:40 ` Jason Wang
  2026-06-29 18:29 ` [PULL 0/1] Net patches Stefan Hajnoczi
  1 sibling, 0 replies; 8+ messages in thread
From: Jason Wang @ 2026-06-29 13:40 UTC (permalink / raw)
  To: qemu-devel; +Cc: jasowangio, Jason Wang

Update maintainer email from jasowang@redhat.com to
jasowangio@gmail.com and add corresponding .mailmap entries.

Signed-off-by: Jason Wang <jasowangio@gmail.com>
---
 .mailmap    | 3 ++-
 MAINTAINERS | 8 ++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/.mailmap b/.mailmap
index 34c092714a..8ade2eed66 100644
--- a/.mailmap
+++ b/.mailmap
@@ -31,7 +31,8 @@ malc <av1474@comtv.ru> malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>
 Aaron Larson <alarson@ddci.com> alarson@ddci.com
 Andreas Färber <andreas.faerber@web.de> Andreas Färber <andreas.faerber>
 fanwenjie <fanwj@mail.ustc.edu.cn> fanwj@mail.ustc.edu.cn <fanwj@mail.ustc.edu.cn>
-Jason Wang <jasowang@redhat.com> Jason Wang <jasowang>
+Jason Wang <jasowangio@gmail.com> Jason Wang <jasowang>
+Jason Wang <jasowangio@gmail.com> Jason Wang <jasowang@redhat.com>
 Marek Dolata <mkdolata@us.ibm.com> mkdolata@us.ibm.com <mkdolata@us.ibm.com>
 Michael Ellerman <mpe@ellerman.id.au> michael@ozlabs.org <michael@ozlabs.org>
 Nick Hudson <hnick@vmware.com> hnick@vmware.com <hnick@vmware.com>
diff --git a/MAINTAINERS b/MAINTAINERS
index 72357df7c4..6160d86825 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2275,7 +2275,7 @@ F: hw/char/
 F: include/hw/char/
 
 Network devices
-M: Jason Wang <jasowang@redhat.com>
+M: Jason Wang <jasowangio@gmail.com>
 S: Odd Fixes
 F: hw/net/
 F: include/hw/net/
@@ -3448,7 +3448,7 @@ F: include/qemu/qemu-print.h
 F: util/qemu-print.c
 
 Network device backends
-M: Jason Wang <jasowang@redhat.com>
+M: Jason Wang <jasowangio@gmail.com>
 S: Maintained
 F: net/
 F: include/net/
@@ -4045,7 +4045,7 @@ F: target/i386/igvm.c
 
 VT-d Emulation
 M: Michael S. Tsirkin <mst@redhat.com>
-R: Jason Wang <jasowang@redhat.com>
+R: Jason Wang <jasowangio@gmail.com>
 R: Yi Liu <yi.l.liu@intel.com>
 R: Clément Mathieu--Drif <clement.mathieu--drif@bull.com>
 S: Supported
@@ -4480,7 +4480,7 @@ F: subprojects/libvfio-user.wrap
 F: tests/functional/x86_64/test_vfio_user_client.py
 
 EBPF
-M: Jason Wang <jasowang@redhat.com>
+M: Jason Wang <jasowangio@gmail.com>
 R: Yuri Benditovich <ybendito@redhat.com>
 S: Maintained
 F: docs/devel/ebpf_rss.rst
-- 
2.54.0



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PULL 0/1] Net patches
  2026-06-29 13:40 [PULL 0/1] Net patches Jason Wang
  2026-06-29 13:40 ` [PULL 1/1] MAINTAINERS: update Jason Wang's email address Jason Wang
@ 2026-06-29 18:29 ` Stefan Hajnoczi
  1 sibling, 0 replies; 8+ messages in thread
From: Stefan Hajnoczi @ 2026-06-29 18:29 UTC (permalink / raw)
  To: Jason Wang; +Cc: qemu-devel, jasowangio, Jason Wang

[-- Attachment #1: Type: text/plain, Size: 116 bytes --]

Applied, thanks.

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2026-06-29 18:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-29 13:40 [PULL 0/1] Net patches Jason Wang
2026-06-29 13:40 ` [PULL 1/1] MAINTAINERS: update Jason Wang's email address Jason Wang
2026-06-29 18:29 ` [PULL 0/1] Net patches Stefan Hajnoczi
  -- strict thread matches above, loose matches on Subject: below --
2025-03-17  9:21 Jason Wang
2024-08-12  7:28 Jason Wang
2024-08-12 21:58 ` Richard Henderson
2024-01-25  8:47 Jason Wang
2024-01-26 13:09 ` Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.