Home
last modified time | relevance | path

Searched full:connecting (Results 1 – 25 of 46) sorted by relevance

12

/qemu/tests/qemu-iotests/
H A D231.out4 …driver':'rbd','file.filename':'rbd:rbd/bogus:conf=BOGUS_CONF'}': error connecting: No such file or…
6 …ile.pool':'rbd','file.image':'bogus','file.conf':'BOGUS_CONF'}': error connecting: No such file or…
9 qemu-img: rbd:rbd/aa\/bb:conf=BOGUS_CONF: error connecting: No such file or directory
H A D1434 # Test case for connecting to a non-existing NBD export name
/qemu/python/tests/
H A Dprotocol.py47 self._set_state(Runstate.CONNECTING)
60 self._set_state(Runstate.CONNECTING)
244 Runstate.CONNECTING,
251 Runstate.CONNECTING,
346 self.assertEqual(state, Runstate.CONNECTING)
370 self.assertEqual(state, Runstate.CONNECTING)
379 Test what happens when a connection attempt is made while CONNECTING.
385 self.assertEqual(state, Runstate.CONNECTING)
392 "NullProtocol is currently connecting."
394 self.assertEqual(context.exception.state, Runstate.CONNECTING)
[all …]
/qemu/python/qemu/qmp/
H A Dprotocol.py63 #: In the process of connecting or establishing a session.
64 CONNECTING = 1 variable in Runstate
144 if proto.runstate == Runstate.CONNECTING:
145 emsg = f"{name} is currently connecting."
327 assert self.runstate == Runstate.CONNECTING
330 @require(Runstate.CONNECTING)
337 :raise StateError: When the `Runstate` is not `CONNECTING`.
552 self._set_state(Runstate.CONNECTING)
575 # Allow runstate watchers to witness 'CONNECTING' state; some
615 self._set_state(Runstate.CONNECTING)
[all …]
/qemu/docs/system/arm/
H A Dxenpvh.rst24 Sample QEMU xenpvh commands for running and connecting with Xen:
38 In above QEMU command, last two lines are for connecting xenpvh QEMU to swtpm
/qemu/docs/system/
H A Dtls.rst86 When connecting the certificate is sent to the client which validates it
89 clients when connecting. The hostname / IP address that the client
90 specifies when connecting will be validated against the hostname(s) and
97 when connecting, they may also be included in the certificate. Both IPv4
322 When connecting from a qemu-based client you must specify the directory
H A Dgdb.rst140 An alternate method for connecting gdb to the QEMU gdbstub is to use
232 Connecting to the GDB socket allows running arbitrary code inside the guest;
H A Dvnc-security.rst83 connecting. The server will request that the client provide a
/qemu/migration/
H A Dchannel.c31 * @ioc: Channel to which we are connecting
63 * @ioc: Channel to which we are connecting
/qemu/docs/specs/
H A Dspdm.rst9 QEMU supports connecting to a SPDM responder implementation. This allows an
84 Connecting an SPDM NVMe device
/qemu/tests/qemu-iotests/tests/
H A Diothreads-nbd-export.out6 Connecting qemu-img...
H A Diothreads-nbd-export53 iotests.log('Connecting qemu-img...')
/qemu/docs/
H A Dmultiseat.txt70 Connecting to vnc display :1 gives you access to the first seat, and
71 likewise connecting to vnc display :2 shows the second seat.
/qemu/block/
H A Discsi-opts.c55 .help = "Initiator iqn name to use when connecting",
/qemu/docs/tools/
H A Dqemu-pr-helper.rst33 After connecting to the socket, :program:`qemu-pr-helper` can
H A Dqemu-vmsr-helper.rst31 After connecting to the socket, :program:`qemu-vmsr-helper` can
H A Dqemu-nbd.rst176 connecting as a client in list mode.
202 :option:`--object` option. This will be used to authorize connecting users
/qemu/include/hw/misc/
H A Dbcm2835_cprman.h58 /* Special values used when connecting clock sources to clocks */
/qemu/docs/interop/
H A Dbarrier.rst403 Name provided when connecting is already in use.
413 Unknown client. Name provided when connecting is not in primary's
H A Dpr-helper.rst27 After connecting to the helper program's socket, the helper starts a simple
/qemu/net/
H A Dstream.c391 qemu_set_info_str(&s->nc, "connecting"); in net_stream_arm_reconnect()
409 qemu_set_info_str(&s->nc, "connecting"); in net_stream_client_init()
/qemu/docs/devel/
H A Dclocks.rst154 connecting the clocks together and devices will fetch the right value during
214 Connecting two clocks together
222 When connecting clock between devices, prefer using the
/qemu/qapi/
H A Dcontrol.json25 # .. note:: This command is valid exactly when first connecting: it
H A Dsockets.json59 # @keep-alive: enable keep-alive when connecting to/listening on this socket.
/qemu/tests/functional/
H A Dreverse_debugging.py132 logger.info('connecting to gdbstub')

12