Hi,

On 09/02/2026 10:08, Yodel Eldar wrote:
Hi,

On 29/01/2026 07:30, Yodel Eldar wrote:

...skipping...

Changes since v3:
--------------------
- Fix is_readable_executable_file() check of vubr for skipping test

Link to v3:
-----------
https://lore.kernel.org/qemu-devel/20260120215021.30711-1- [email protected]/

...skipping...


Changes since RFCv2:
--------------------
- Promoted to PATCH
- Collect R-b's (thanks to Marc-André and Thomas)
- Add test to .../x86_64/meson.build thorough suite (Marc-André)
- Add encoding= args to open() (Thomas)
- Add pylint disable=unbalanced-tuple-unpacking on find_free_ports()
- Minor commit message rewording

Changes since RFCv1:
--------------------
- Remove external host dependency (Marc-André)
- Use user netdev tftp feature (Thomas)
- Use check_http_download (Thomas)
- Remove wget
- Inherit from LinuxKernelTest instead of QemuSystemTest
- Use hardcoded UUIDs in files on the guest and host for data transfer
- Use a Popen context manager to terminate and wait on vubr
- Add test to MAINTAINERS under the vhost section (Michael)
- New patch to move from tests/ to contrib/vhost-user-bridge/ and add
   docs section
- New patch to add RX debug logging in vhost-user-bridge.c

Links
-----
RFCv2:
https://lore.kernel.org/qemu-devel/20260112230127.99125-1- [email protected]/
RFCv1:
https://lore.kernel.org/qemu-devel/20251230002604.113632-1- [email protected]/

Yodel Eldar (3):
   tests/vhost-user-bridge: Move to contrib/vhost-user-bridge/
   tests/functional/x86_64: Add vhost-user-bridge test
   contrib/vhost-user-bridge: Add UDP receive hexdump

  MAINTAINERS                                   |   1 +
  contrib/vhost-user-bridge/meson.build         |   4 +
  .../vhost-user-bridge}/vhost-user-bridge.c    |   7 +
  .../devices/virtio/vhost-user-contrib.rst     |  39 +++++
  meson.build                                   |   1 +
  tests/functional/x86_64/meson.build           |   1 +
  .../x86_64/test_vhost_user_bridge.py          | 147 ++++++++++++++++++
  tests/meson.build                             |   6 -
  8 files changed, 200 insertions(+), 6 deletions(-)
  create mode 100644 contrib/vhost-user-bridge/meson.build
  rename {tests => contrib/vhost-user-bridge}/vhost-user-bridge.c (98%)
  create mode 100755 tests/functional/x86_64/test_vhost_user_bridge.py


Ping?

Note: All patches have been reviewed.

Link to v4:
https://lore.kernel.org/qemu-devel/20260129133049.119829-1- [email protected]/


Ping?

Thanks,
Yodel



Reply via email to