Home
last modified time | relevance | path

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

/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/io/
H A Dtrace-events62 …hannel_websock_http_greeting(void *ioc, const char *greeting) "Websocket HTTP request ioc=%p greet…
/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/tests/unit/
H A Dtest-char.c1146 char greeting[sizeof(SOCKET_PING)]; in char_socket_ping_pong() local
1150 ret = qio_channel_read_all(ioc, greeting, sizeof(greeting), errp); in char_socket_ping_pong()
1156 g_assert(memcmp(greeting, SOCKET_PING, sizeof(greeting)) == 0); in char_socket_ping_pong()
/qemu/qapi/
H A Dcontrol.json16 # the QMP greeting message. If the field is not provided, it
/qemu/tests/qtest/
H A Dlibqtest.c564 QDict *greeting = qtest_qmp_receive(s); in qtest_qmp_handshake() local
565 qobject_unref(greeting); in qtest_qmp_handshake()