Home
last modified time | relevance | path

Searched refs:vu_ops (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dvhost-user-test.c172 struct vhost_user_ops *vu_ops; member
366 g_assert(s->vu_ops->get_features); in chr_read()
376 msg.payload.u64 = s->vu_ops->get_features(s); in chr_read()
384 if (s->vu_ops->set_features) { in chr_read()
385 s->vu_ops->set_features(s, chr, &msg); in chr_read()
398 if (s->vu_ops->get_protocol_features) { in chr_read()
399 s->vu_ops->get_protocol_features(s, chr, &msg); in chr_read()
598 server->vu_ops = ops; in test_server_new()
776 server->vu_ops->append_opts(server, cmd_line, ""); in vhost_user_test_setup()
789 server->vu_ops in vhost_user_test_setup_memfd()
[all...]