Home
last modified time | relevance | path

Searched refs:connection (Results 1 – 25 of 50) sorted by relevance

12

/qemu/tests/qemu-iotests/
H A D233.out72 …=tls0': Failed to read option reply: Cannot read from TLS channel: Software caused connection abort
73 …=tls0': Failed to read option reply: Cannot read from TLS channel: Software caused connection abort
102 …=SOCK_DIR/qemu-nbd.sock,tls-creds=tls0': TLS handshake failed: The TLS connection was non-properly…
103 qemu-nbd: TLS handshake failed: The TLS connection was non-properly terminated.
106 …n failed: Failed to read opts magic: Cannot read from TLS channel: Software caused connection abort
107 …n failed: Failed to read opts magic: Cannot read from TLS channel: Software caused connection abort
112 …n failed: Failed to read opts magic: Cannot read from TLS channel: Software caused connection abort
113 …n failed: Failed to read opts magic: Cannot read from TLS channel: Software caused connection abort
H A D277.out3 NBD server: Closing connection on rule match inject-error
6 NBD server: Closing connection on rule match inject-error
/qemu/util/
H A Ddbus.c23 qemu_dbus_get_queued_owners(GDBusConnection *connection, const char *name, in qemu_dbus_get_queued_owners() argument
31 proxy = g_dbus_proxy_new_sync(connection, G_DBUS_PROXY_FLAGS_NONE, NULL, in qemu_dbus_get_queued_owners()
/qemu/scripts/ci/
H A Dgitlab-pipeline-status55 connection = http.client.HTTPSConnection('gitlab.com')
56 connection.request('GET', url=url)
57 response = connection.getresponse()
/qemu/nbd/
H A Dmeson.build3 'client-connection.c',
/qemu/include/qemu/
H A Ddbus.h38 GStrv qemu_dbus_get_queued_owners(GDBusConnection *connection,
/qemu/ui/
H A Ddbus-clipboard.c214 GDBusConnection *connection = g_dbus_method_invocation_get_connection(invocation); in dbus_clipboard_register() local
227 connection, in dbus_clipboard_register()
249 g_object_connect(connection, in dbus_clipboard_register()
/qemu/docs/specs/
H A Divshmem-spec.rst179 The connection is one-way: the server sends messages to the client.
182 client and server close the connection on error.
184 Note: QEMU currently doesn't close the connection right on error, but
190 close the connection on receipt of versions it can't handle.
218 - If the number comes with a file descriptor, it's a connection
/qemu/qapi/
H A Dui.json25 # An action to take on changing a password on a connection with active
209 # The basic information for SPICE network connection
244 # @connection-id: SPICE connection id number. All channels with the
261 'data': {'connection-id': 'int', 'channel-type': 'int', 'channel-id': 'int',
375 # Emitted when a SPICE client establishes a connection
428 # Emitted when the SPICE connection is closed
472 # The basic information for vnc network connection
496 # The network connection information for server
607 # The network connection information for server
719 # Emitted when a VNC client establishes a connection
[all …]
H A Dyank.json56 # - nbd block device: Yanking it will shut down the connection to the
H A Dcontrol.json44 # connection, used for agreeing on particular QMP extension behaviors.
/qemu/io/
H A Dchannel-websock.c386 *host = NULL, *connection = NULL, *upgrade = NULL; in qio_channel_websock_handshake_process() local
420 connection = qio_channel_websock_find_header( in qio_channel_websock_handshake_process()
422 if (!connection) { in qio_channel_websock_handshake_process()
435 host, connection, upgrade, key); in qio_channel_websock_handshake_process()
457 connectionv = g_strsplit(connection, ",", 0); in qio_channel_websock_handshake_process()
467 error_setg(errp, "No connection upgrade requested '%s'", connection); in qio_channel_websock_handshake_process()
H A Dtrace-events58 …const char *connection, const char *upgrade, const char *key) "Websocket HTTP request ioc=%p proto…
/qemu/audio/
H A Ddbusaudio.c427 listener_out_vanished_cb(GDBusConnection *connection, in listener_out_vanished_cb() argument
432 char *name = g_object_get_data(G_OBJECT(connection), "name"); in listener_out_vanished_cb()
438 listener_in_vanished_cb(GDBusConnection *connection, in listener_in_vanished_cb() argument
443 char *name = g_object_get_data(G_OBJECT(connection), "name"); in listener_in_vanished_cb()
/qemu/include/hw/xen/interface/io/
H A Dxs_wire.h111 uint32_t connection; member
/qemu/docs/system/
H A Dgdb.rst6 QEMU supports working with gdb via gdb's remote-connection facility
14 The ``-s`` option will make QEMU listen for an incoming connection
18 connection, use the ``-gdb dev`` option instead of ``-s``. See
157 Note that to use a unix socket for the connection you will need
/qemu/docs/
H A Drdma.txt175 To begin the migration, the initial connection setup is
210 5. RAM Blocks request (used right after connection setup)
211 6. RAM Blocks result (used right after connection setup)
223 After connection setup, message 5 & 6 are used to exchange ram block
261 of the connection (described below).
266 1. After connection setup, RAMBlock information is exchanged using
295 at connection-setup time before any infiniband traffic is generated.
/qemu/docs/interop/
H A Dbarrier.rst91 Close connection
187 Keep connection alive. Sent by the server periodically to verify
H A Dpr-helper.rst34 the corresponding feature is not supported by the helper and the connection
H A Ddbus.rst37 security between peers once the connection is established. Peers may
H A Dqmp-spec.rst65 that the connection has been successfully established and that the Server is
252 connection semantics such as virtio-serial, QGA may have read partial
336 When a Client successfully establishes a connection, the Server is in
/qemu/hw/usb/
H A Ddev-network.c637 uint16_t connection; member
1157 ebuf[1] = cpu_to_le16(s->connection); in usb_net_handle_statusin()
1375 s->connection = 1; /* Connected */ in usb_net_realize()
/qemu/docs/tools/
H A Dqemu-nbd.rst146 Don't exit on the last connection.
173 When validating an x509 certificate received over a TLS connection,
/qemu/docs/system/arm/
H A Dxlnx-versal-virt.rst232 implementation. Bus connection and socketCAN connection for each CAN module
/qemu/tests/qtest/
H A Ddbus-vmstate-test.c85 named_cb(GDBusConnection *connection, in named_cb() argument

12