Home
last modified time | relevance | path

Searched refs:connections (Results 1 – 20 of 20) sorted by relevance

/qemu/
H A Dblockdev-nbd.c29 uint32_t connections; member
55 assert(nbd_server->connections > 0); in nbd_blockdev_client_closed()
56 nbd_server->connections--; in nbd_blockdev_client_closed()
63 nbd_server->connections++; in nbd_accept()
73 if (!s->max_connections || s->connections < s->max_connections) { in nbd_update_server_watch()
H A Dqemu-options.hx2489 omitted in which case the server will accept connections from
2494 is the location of a unix socket to listen for connections on.
2506 connections (host:d,``reverse``), the d argument is a TCP port
2521 websocket connection requires encrypted client connections.
2525 connections.
2547 connections, using the password provided by the ``secret``
2615 implemented by dropping other connections. Connecting multiple
3161 Redirect incoming TCP or UDP connections to the host port
3179 To redirect telnet connections from host port 5555 to telnet
3420 on host and listening for incoming connections on socketpath. Use
[all …]
H A Dhmp-commands.hx1361 .help = "redirect TCP or UDP connections from host to guest (requires -net user)",
1367 Redirect TCP or UDP connections from host to guest (requires -net user).
/qemu/qapi/
H A Dblock-export.json28 # @max-connections: The maximum number of connections to allow at the
39 '*max-connections': 'uint32' } }
63 # @max-connections: The maximum number of connections to allow at the
77 '*max-connections': 'uint32' },
266 # @safe: Remove export if there are no existing connections, fail
269 # @hard: Drop all connections immediately and remove export.
274 # connections as is. Remove export after all clients are
302 # - if mode is 'safe' and there are existing connections
422 # existing client connections)
H A Dyank.json59 # - migration: Yanking it will shut down all migration connections.
H A Dui.json537 # - 'ipv6' if the host is listening for IPv6 connections
538 # - 'ipv4' if the host is listening for IPv4 connections
1369 # @p2p: Whether to use peer-to-peer connections (accepted through
1647 # connections. Addresses configured for websockets are not
H A Dmisc.json14 # Allow client connections for VNC, Spice and socket based character
H A Dnet.json169 # @hostfwd: redirect incoming TCP or UDP host connections to guest
172 # @guestfwd: forward guest TCP connections
H A Dblock-core.json4399 # @timeout: Timeout for connections, in seconds (defaults to 5)
4426 # Driver specific block device options for HTTP connections over the
4446 # Driver specific block device options for HTTPS connections over the
4470 # Driver specific block device options for FTP connections over the
4482 # Driver specific block device options for FTPS connections over the
/qemu/docs/system/devices/
H A Dnet.rst57 incoming connections. You can use a DHCP client to automatically
77 connections can be redirected from the host to the guest. It allows for
78 example to redirect X11, telnet or SSH connections.
/qemu/docs/tools/
H A Dqemu-storage-daemon.rst93 it accept incoming connections. Both
143 …type=inet,addr.host=<host>,addr.port=<port>[,tls-creds=<id>][,tls-authz=<id>][,max-connections=<n>]
144 …--nbd-server addr.type=unix,addr.path=<path>[,tls-creds=<id>][,tls-authz=<id>][,max-connections=<n…
145 --nbd-server addr.type=fd,addr.str=<fd>[,tls-creds=<id>][,tls-authz=<id>][,max-connections=<n>]
176 created but before accepting connections. The daemon has started successfully
H A Dqemu-pr-helper.rst25 accept incoming connections for communication with QEMU.
/qemu/docs/system/
H A Dsecurity.rst162 malicious third parties which might try to make unauthorized connections, or
169 encryption and authorization control policy on client connections.
H A Dvnc-security.rst36 brute-forced by a client making repeat connections. For this reason, a
/qemu/docs/specs/
H A Dppc-spapr-numa.rst43 considering that the same resource can have multiple connections to the
245 connections with the board, and then the operational system, when deciding
/qemu/docs/interop/
H A Dbarrier.rst188 that connections are still up and running. clients must reply in
/qemu/tests/avocado/acpi-bits/bits-tests/
H A Dsmbios.py21794 self.add_field('connections', u.unpack_one("B"))
1795 …d('outbound_connection_enabled', bool(bitfields.getbits(self.connections, 1)), "connections[1]={}")
1796 …ld('inbound_connection_enabled', bool(bitfields.getbits(self.connections, 0)), "connections[0]={}")
/qemu/docs/devel/
H A Dreplay.rst217 of the network connections, that could be broken by the remote timeouts).
H A Dclocks.rst233 some examples of connections. Note also that a clock can drive several
H A Dtesting.rst247 address on which to listen for connections) are taken from the ``$GDB_OPTIONS``