Home
last modified time | relevance | path

Searched refs:greeting (Results 1 – 7 of 7) sorted by path

/qemu/docs/interop/
H A Dqmp-spec.rst64 Right when connected the Server will issue a greeting message, which signals
69 The greeting message format is:
269 Server greeting
411 Downstream must not change the `server greeting`_ other than
/qemu/io/
H A Dtrace-events57 …hannel_websock_http_greeting(void *ioc, const char *greeting) "Websocket HTTP request ioc=%p greet…
/qemu/python/qemu/qmp/
H A Dlegacy.py107 if self._qmp.greeting is not None:
109 return self._qmp.greeting._asdict()
H A Dqmp_client.py230 def greeting(self) -> Optional[Greeting]: member in QMPClient
/qemu/qapi/
H A Dcontrol.json16 # the QMP greeting message. If the field is not provided, it
/qemu/tests/qtest/
H A Dlibqtest.c532 QDict *greeting; in qtest_init_with_env() local
535 greeting = qtest_qmp_receive(s); in qtest_init_with_env()
536 qobject_unref(greeting); in qtest_init_with_env()
/qemu/tests/unit/
H A Dtest-char.c727 char greeting[sizeof(SOCKET_PING)]; in char_socket_ping_pong() local
731 ret = qio_channel_read_all(ioc, greeting, sizeof(greeting), errp); in char_socket_ping_pong()
737 g_assert(memcmp(greeting, SOCKET_PING, sizeof(greeting)) == 0); in char_socket_ping_pong()