Home
last modified time | relevance | path

Searched full:disconnect (Results 1 – 25 of 59) sorted by relevance

123

/qemu/tests/qemu-iotests/
H A D083.out2 === Check disconnect before neg1 ===
6 === Check disconnect after neg1 ===
10 === Check disconnect 8 neg1 ===
14 === Check disconnect 16 neg1 ===
18 === Check disconnect before export ===
22 === Check disconnect after export ===
26 === Check disconnect 4 export ===
30 === Check disconnect 12 export ===
34 === Check disconnect 16 export ===
38 === Check disconnect before neg2 ===
[all …]
H A D0834 # Test NBD client unexpected disconnect
72 echo "=== Check disconnect $when $event ==="
H A Dnbd-fault-injector.py5 # [inject-error "disconnect-neg1"]
85 raise Exception('unexpected disconnect')
/qemu/python/tests/
H A Dprotocol.py31 added which allows us to trigger a bottom half disconnect without
33 it performs exactly half of what disconnect() normally does.
77 Simulates a bottom-half disconnect.
87 await on disconnect(), which awaits the disconnect task and
284 Test calling disconnect() while already disconnected.
290 await self.proto.disconnect()
450 await self.proto.disconnect()
544 # Cheat: force a disconnect.
550 " Call disconnect() to return to IDLE state."),
559 # Cheat: force a disconnect.
[all …]
/qemu/python/qemu/qmp/
H A Dqmp_tui.py253 This coroutine initiates the actual disconnect process and calls
259 await self.disconnect()
260 logging.debug('Disconnect finished. Exiting app')
263 async def disconnect(self) -> None: member in App
265 Overrides the disconnect method to handle the errors locally.
268 await super().disconnect()
270 logging.info('disconnect: %s', str(err))
273 logging.info('disconnect: %s', str(err))
275 logging.error('disconnect: Unhandled exception %s', str(err))
334 A disconnect is issued when the current state is DISCONNECTING.
[all …]
H A Dprotocol.py68 #: Runstate may be returned to `IDLE` by calling `disconnect()`.
148 " Call disconnect() to return to IDLE state.")
236 #: Disconnect task. The disconnect implementation runs in a task
388 async def disconnect(self) -> None: member in AsyncProtocol
390 Disconnect and wait for all tasks to fully stop.
397 self.logger.debug("disconnect() called.")
431 await self.disconnect()
433 # We don't expect any Exceptions from the disconnect function
435 # The disconnect() function is intended to perform
681 Initiate a disconnect; idempotent.
[all …]
H A Dqmp_client.py98 The true cause of the interruption will be available via `disconnect()`.
174 await qmp.disconnect()
193 await self.disconnect()
/qemu/docs/specs/
H A Divshmem-spec.rst154 When a client disconnects from the server, the server sends disconnect
159 If the server terminates without sending disconnect notifications for
161 communicate with each other normally, but won't receive disconnect
162 notification on disconnect, and no new clients can connect. There is
/qemu/docs/tools/
H A Dqemu-nbd.rst137 .. option:: -d, --disconnect
139 Disconnect the device *DEV* (Linux only).
261 partitions found within), then disconnect the device when done.
/qemu/
H A Dqemu-nbd.c133 " -d, --disconnect disconnect the specified device\n" in usage()
539 bool disconnect = false; in main() local
557 { "disconnect", no_argument, NULL, 'd' }, in main()
745 disconnect = true; in main()
838 opts.device || disconnect || fmt || sn_id_or_name || bitmaps || in main()
930 if (disconnect || opts.device) { in main()
935 if (disconnect) { in main()
/qemu/include/net/
H A Dcan_host.h48 void (*disconnect)(CanHostState *ch); member
/qemu/hw/usb/
H A Dhost-libusb.c7 * Support for host device auto connect & disconnect
425 bool disconnect = (xfer->status == LIBUSB_TRANSFER_NO_DEVICE); in usb_host_req_complete_ctrl() local
466 if (disconnect) { in usb_host_req_complete_ctrl()
475 bool disconnect = (xfer->status == LIBUSB_TRANSFER_NO_DEVICE); in usb_host_req_complete_data() local
495 if (disconnect) { in usb_host_req_complete_data()
677 bool disconnect = false; in usb_host_iso_data_in() local
703 disconnect = true; in usb_host_iso_data_in()
713 if (disconnect) { in usb_host_iso_data_in()
722 bool disconnect = false; in usb_host_iso_data_out() local
765 disconnect = true; in usb_host_iso_data_out()
[all …]
/qemu/chardev/
H A Dtrace-events25 chr_socket_disconnect(void *chrdev, const char *label) "chardev socket disconnect %p (%s)"
/qemu/include/block/
H A Dexport.h45 * Start to disconnect all clients and drop other references held
/qemu/net/can/
H A Dcan_host.c42 chc->disconnect(ch); in can_host_disconnect()
/qemu/include/hw/xen/
H A Dxen_pvdev.h26 void (*disconnect)(struct XenLegacyDevice *xendev); member
/qemu/docs/interop/
H A Dbarrier.rst192 message) periodically then it should disconnect from the server. the
424 Protocol violation. Server should disconnect after sending this
/qemu/include/hw/usb/
H A Dehci-regs.h62 #define PORTSC_WKDS_E (1 << 21) // Wake on Disconnect Enable
/qemu/hw/misc/
H A Divshmem-flat.c187 } else { /* fd == -1, which is received when peers disconnect. */ in ivshmem_flat_process_msg()
409 * connect or disconnect. in ivshmem_flat_connect_server()
/qemu/include/io/
H A Dnet-listener.h169 * Disconnect the listener, removing all I/O callback
/qemu/nbd/
H A Dcommon.c144 return "disconnect"; in nbd_cmd_lookup()
H A Dserver.c1153 * 1 if client sent NBD_OPT_ABORT (i.e. on valid disconnect) or never
1391 * 1 if client sent NBD_OPT_ABORT (i.e. on valid disconnect) or never
2642 * to the client (although the caller may still need to disconnect after
2676 /* Special case: we're going to disconnect without a reply, in nbd_co_receive_request()
3132 goto disconnect; in nbd_trip()
3161 goto disconnect; in nbd_trip()
3165 * We must disconnect after NBD_CMD_WRITE or BLOCK_STATUS with in nbd_trip()
3170 goto disconnect; in nbd_trip()
3184 disconnect: in nbd_trip()
3186 error_reportf_err(local_err, "Disconnect client, due to: "); in nbd_trip()
/qemu/ui/
H A Dtrace-events55 vnc_client_disconnect_start(void *state, void *ioc) "VNC client disconnect start state=%p ioc=%p"
56 vnc_client_disconnect_finish(void *state, void *ioc) "VNC client disconnect finish state=%p ioc=%p"
/qemu/hw/core/
H A Dgpio.c143 /* disconnect a GPIO output, returning the disconnected input (if any) */
/qemu/hw/xen/
H A Dxen-legacy-backend.c431 xendev->ops->disconnect) { in xen_be_disconnect()
432 xendev->ops->disconnect(xendev); in xen_be_disconnect()

123