From: Fabiano Rosas <farosas@suse.de>
To: Thomas Huth <thuth@redhat.com>,
Laurent Vivier <lvivier@redhat.com>,
qemu-devel@nongnu.org, "Michael S . Tsirkin" <mst@redhat.com>
Cc: "Paolo Bonzini" <pbonzini@redhat.com>,
"Stefano Garzarella" <sgarzare@redhat.com>,
"Alex Bennée" <alex.bennee@linaro.org>,
"Jason Wang" <jasowang@redhat.com>,
"Cornelia Huck" <cohuck@redhat.com>
Subject: Re: [PATCH] tests/qtest/vhost-user-test: Use modern virtio for vhost-user tests
Date: Mon, 03 Feb 2025 12:15:06 -0300 [thread overview]
Message-ID: <871pwfgiv9.fsf@suse.de> (raw)
In-Reply-To: <20250203124346.169607-1-thuth@redhat.com>
Thomas Huth <thuth@redhat.com> 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 <thuth@redhat.com>
> ---
> 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-test.c
> index 76d142a158..bd977ef28d 100644
> --- a/tests/qtest/vhost-user-test.c
> +++ b/tests/qtest/vhost-user-test.c
> @@ -1043,7 +1043,8 @@ static void test_multiqueue(void *obj, void *arg, QGuestAllocator *alloc)
>
> static uint64_t vu_net_get_features(TestServer *s)
> {
> - uint64_t features = 0x1ULL << VHOST_F_LOG_ALL |
> + uint64_t features = 0x1ULL << VIRTIO_F_VERSION_1 |
> + 0x1ULL << VHOST_F_LOG_ALL |
> 0x1ULL << VHOST_USER_F_PROTOCOL_FEATURES;
>
> if (s->queues > 1) {
Reviewed-by: Fabiano Rosas <farosas@suse.de>
next prev parent reply other threads:[~2025-02-03 15:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-03 12:43 [PATCH] tests/qtest/vhost-user-test: Use modern virtio for vhost-user tests Thomas Huth
2025-02-03 15:15 ` Fabiano Rosas [this message]
2025-02-11 16:03 ` Stefano Garzarella
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=871pwfgiv9.fsf@suse.de \
--to=farosas@suse.de \
--cc=alex.bennee@linaro.org \
--cc=cohuck@redhat.com \
--cc=jasowang@redhat.com \
--cc=lvivier@redhat.com \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=sgarzare@redhat.com \
--cc=thuth@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.