* [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; 3+ 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] 3+ 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; 3+ 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] 3+ 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; 3+ 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] 3+ messages in thread
end of thread, other threads:[~2026-06-29 18:30 UTC | newest]
Thread overview: 3+ 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
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.