Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dvhost-user-test.c154 typedef struct TestServer { struct
174 } TestServer; argument
179 void (*append_opts)(TestServer *s, GString *cmd_line,
183 uint64_t (*get_features)(TestServer *s);
184 void (*set_features)(TestServer *s, CharBackend *chr,
186 void (*get_protocol_features)(TestServer *s,
191 static TestServer *test_server_new(const gchar *name,
193 static void test_server_free(TestServer *server);
194 static void test_server_listen(TestServer *server);
203 static void append_vhost_net_opts(TestServer *s, GString *cmd_line, in append_vhost_net_opts()
[all …]
H A Ddbus-vmstate-test.c24 typedef struct TestServer { struct
28 } TestServer; argument
34 TestServer srcA;
35 TestServer dstA;
36 TestServer srcB;
37 TestServer dstB;
46 TestServer *h = user_data; in vmstate_load()
67 TestServer *h = user_data; in vmstate_save()
125 get_server(GDBusConnection *conn, TestServer *s, const TestServerId *id) in get_server()
254 check_not_migrated(TestServer *s, TestServer *d) in check_not_migrated()
[all …]