The following changes since commit 2339d0a1cfac6ecc667e6e062a593865c1541c35:

  Merge tag 'hw-misc-20260120' of https://github.com/philmd/qemu into staging 
(2026-01-21 07:39:57 +1100)

are available in the Git repository at:

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

for you to fetch changes up to 014c06435f96c82d0e0be67832d40be43133dc71:

  tests/qtest: Add test for filter-redirector rx event opened (2026-01-23 
14:47:24 +0800)

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

iQEzBAABCAAdFiEEIV1G9IJGaJ7HfzVi7wSWWzmNYhEFAmlzZqsACgkQ7wSWWzmN
YhGITAf+I46cGYha4dE7Gepbqnk+/eHxURNhToX2yZwWsRBkn4LEWHxavWzYGhTk
acaVL7zPiHG7S33xSUT7Ie3yrLvbpATAlBsa5xbEKS26KAVIzVtsmMJA6jHyKXUX
RKBoX2zUkveMZCDtU0XSPjf/wzf7LyeFEDk/o9Agl5zzqfU3mfe58Zk+9MkpFJ9Y
HEGgocbW4Kuu65RJzesejbrBw0f3PMq8cfktUJ8rj0o5v5MX58hrijBAbE5JLrxG
Z2u1GvMFR4ZA3e+Mmgu5zg2/AZ4/ZrN9c8moxB9DWLVX8Psz4fJwyYm2Hx0ldhf4
4ETQ326nrAZ5REiUTea1FPACBSK7dw==
=TV7k
-----END PGP SIGNATURE-----

----------------------------------------------------------------
Houqi (Nick) Zuo (1):
      net/tap-linux.c: avoid abort when setting invalid fd

Jason Wang (5):
      net/filter-buffer: make interval change take effect immediately
      tests/qtest: add test for filter-buffer interval change
      net/filter-redirector: add support for dynamic status on/off switching
      qtest: add a test to test redirector status change
      tests/qtest: Add test for filter-redirector rx event opened

Vladimir Sementsov-Ogievskiy (7):
      net/tap: net_init_tap_one(): drop extra error propagation
      net/tap: net_init_tap_one(): move parameter checking earlier
      net/tap: pass NULL to net_init_tap_one() in cases when scripts are NULL
      net/tap: rework scripts handling
      net/tap: setup exit notifier only when needed
      net/tap: tap_set_sndbuf(): add return value
      net/tap: rework tap_set_sndbuf()

 net/filter-buffer.c                  |   6 +
 net/filter-mirror.c                  |  38 ++++-
 net/tap-bsd.c                        |   3 +-
 net/tap-linux.c                      |  28 ++--
 net/tap-solaris.c                    |   3 +-
 net/tap-stub.c                       |   3 +-
 net/tap.c                            |  94 ++++++------
 net/tap_int.h                        |   3 +-
 tests/qtest/meson.build              |   1 +
 tests/qtest/test-filter-buffer.c     | 169 ++++++++++++++++++++
 tests/qtest/test-filter-redirector.c | 288 +++++++++++++++++++++++++++++++++++
 11 files changed, 564 insertions(+), 72 deletions(-)
 create mode 100644 tests/qtest/test-filter-buffer.c



Reply via email to