Searched refs:qmp_fd (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-qga.c | 199 ret = qmp_fd(fixture->fd, in test_qga_sync() 215 ret = qmp_fd(fixture->fd, "{'execute': 'guest-ping'}"); in test_qga_ping() 225 ret = qmp_fd(fixture->fd, "{'execute': 'guest-ping', 'id': 1}"); in test_qga_id() 236 ret = qmp_fd(fixture->fd, "{'exec-oob': 'guest-ping'}"); in test_qga_invalid_oob() 249 ret = qmp_fd(fixture->fd, "{'execute': 'guest-ping', " in test_qga_invalid_args() 268 ret = qmp_fd(fixture->fd, "{'execute': 'guest-invalid-cmd'}"); in test_qga_invalid_cmd() 286 ret = qmp_fd(fixture->fd, "{'execute': 'guest-info'}"); in test_qga_info() 302 ret = qmp_fd(fixture->fd, "{'execute': 'guest-get-vcpus'}"); in test_qga_get_vcpus() 320 ret = qmp_fd(fixture->fd, "{'execute': 'guest-get-fsinfo'}"); in test_qga_get_fsinfo() 342 ret = qmp_fd(fixture->fd, "{'execute': 'guest-get-memory-block-info'}"); in test_qga_get_memory_block_info() [all …]
|
/openbmc/qemu/tests/qtest/ |
H A D | libqmp.h | 33 QDict *qmp_fd(int fd, const char *fmt, ...) G_GNUC_PRINTF(2, 3);
|
H A D | libqtest.c | 77 int qmp_fd; member 490 s->qmp_fd = socket_accept(qmpsock); in qtest_init_internal() 497 g_assert(s->fd >= 0 && s->qmp_fd >= 0); in qtest_init_internal() 603 close(s->qmp_fd); in qtest_quit() 755 return qmp_fd_receive(s->qmp_fd); in qtest_qmp_receive_dict() 782 qmp_fd_vsend_fds(s->qmp_fd, fds, fds_num, fmt, ap); in qtest_qmp_vsend_fds() 788 qmp_fd_vsend(s->qmp_fd, fmt, ap); in qtest_qmp_vsend() 849 qmp_fd_vsend_raw(s->qmp_fd, fmt, ap); in qtest_qmp_send_raw()
|
H A D | libqmp.c | 201 QDict *qmp_fd(int fd, const char *fmt, ...) in qmp_fd() function
|