Searched refs:add_client (Results 1 – 9 of 9) sorted by relevance
| /qemu/monitor/ |
| A D | qmp-cmds.c | 124 bool (*add_client)(int fd, bool has_skipauth, bool skipauth, in qmp_add_client() member 150 if (!protocol_table[i].add_client(fd, has_skipauth, skipauth, in qmp_add_client()
|
| /qemu/include/ui/ |
| A D | dbus-module.h | 5 bool (*add_client)(int csock, Error **errp); member
|
| /qemu/ui/ |
| A D | dbus-module.c | 34 .add_client = qemu_dbus_display_add_client,
|
| A D | ui-qmp-cmds.c | 148 if (!qemu_dbus_display.add_client(fd, errp)) { in qmp_add_client_dbus_display()
|
| A D | dbus.c | 527 .add_client = dbus_display_add_client, in register_dbus()
|
| /qemu/qapi/ |
| A D | pragma.json | 11 'add_client',
|
| A D | misc.json | 12 # @add_client: 39 { 'command': 'add_client',
|
| A D | ui.json | 1370 # @add_client).
|
| /qemu/ |
| A D | qemu-options.hx | 2108 ``p2p=yes|no`` : Use peer-to-peer connection, accepted via QMP ``add_client``.
|
Completed in 29 milliseconds