Searched full:connecting (Results 1 – 25 of 46) sorted by relevance
12
/qemu/tests/qemu-iotests/ |
H A D | 231.out | 4 …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 D | 143 | 4 # Test case for connecting to a non-existing NBD export name
|
/qemu/python/tests/ |
H A D | protocol.py | 47 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 D | protocol.py | 63 #: 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 D | xenpvh.rst | 24 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 D | tls.rst | 86 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 D | gdb.rst | 140 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 D | vnc-security.rst | 83 connecting. The server will request that the client provide a
|
/qemu/migration/ |
H A D | channel.c | 31 * @ioc: Channel to which we are connecting 63 * @ioc: Channel to which we are connecting
|
/qemu/docs/specs/ |
H A D | spdm.rst | 9 QEMU supports connecting to a SPDM responder implementation. This allows an 84 Connecting an SPDM NVMe device
|
/qemu/tests/qemu-iotests/tests/ |
H A D | iothreads-nbd-export.out | 6 Connecting qemu-img...
|
H A D | iothreads-nbd-export | 53 iotests.log('Connecting qemu-img...')
|
/qemu/docs/ |
H A D | multiseat.txt | 70 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 D | iscsi-opts.c | 55 .help = "Initiator iqn name to use when connecting",
|
/qemu/docs/tools/ |
H A D | qemu-pr-helper.rst | 33 After connecting to the socket, :program:`qemu-pr-helper` can
|
H A D | qemu-vmsr-helper.rst | 31 After connecting to the socket, :program:`qemu-vmsr-helper` can
|
H A D | qemu-nbd.rst | 176 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 D | bcm2835_cprman.h | 58 /* Special values used when connecting clock sources to clocks */
|
/qemu/docs/interop/ |
H A D | barrier.rst | 403 Name provided when connecting is already in use. 413 Unknown client. Name provided when connecting is not in primary's
|
H A D | pr-helper.rst | 27 After connecting to the helper program's socket, the helper starts a simple
|
/qemu/net/ |
H A D | stream.c | 391 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 D | clocks.rst | 154 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 D | control.json | 25 # .. note:: This command is valid exactly when first connecting: it
|
H A D | sockets.json | 59 # @keep-alive: enable keep-alive when connecting to/listening on this socket.
|
/qemu/tests/functional/ |
H A D | reverse_debugging.py | 132 logger.info('connecting to gdbstub')
|
12