Re: [PATCH] tests/qtest/vhost-user-test: Use modern virtio for vhost-user tests

2025-02-11 Thread Stefano Garzarella
On Mon, Feb 03, 2025 at 01:43:46PM +0100, Thomas Huth wrote: All other vhost-user tests here use modern virtio, too, so let's adjust the vhost-user-net test accordingly. Signed-off-by: Thomas Huth --- tests/qtest/vhost-user-test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Reviewe

Re: [PATCH] tests/qtest/vhost-user-test: Use modern virtio for vhost-user tests

2025-02-03 Thread Fabiano Rosas
Thomas Huth writes: > All other vhost-user tests here use modern virtio, too, so let's > adjust the vhost-user-net test accordingly. > > Signed-off-by: Thomas Huth > --- > tests/qtest/vhost-user-test.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/tests/qtest/vhost-

[PATCH] tests/qtest/vhost-user-test: Use modern virtio for vhost-user tests

2025-02-03 Thread Thomas Huth
All other vhost-user tests here use modern virtio, too, so let's adjust the vhost-user-net test accordingly. Signed-off-by: Thomas Huth --- tests/qtest/vhost-user-test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/qtest/vhost-user-test.c b/tests/qtest/vhost-user-t