Searched refs:disconnected (Results 1 – 9 of 9) sorted by relevance
/qemu/ui/ |
H A D | vnc-jobs.c | 263 goto disconnected; in vnc_worker_thread_loop() 294 goto disconnected; in vnc_worker_thread_loop() 328 disconnected: in vnc_worker_thread_loop()
|
/qemu/hw/core/ |
H A D | gpio.c | 163 qemu_irq disconnected = qdev_disconnect_gpio_out_named(dev, name, n); in qdev_intercept_gpio_out() local 165 return disconnected; in qdev_intercept_gpio_out()
|
/qemu/hw/gpio/ |
H A D | trace-events | 48 stm32l4x5_gpio_pins(char *gpio, uint16_t disconnected, uint16_t high) "GPIO%s disconnected pins: 0x…
|
/qemu/qapi/ |
H A D | net.json | 649 # @reconnect: For a client socket, if a socket is disconnected, then 653 # @reconnect-ms: For a client socket, if a socket is disconnected, then 1020 # Emitted when the netdev stream backend is disconnected 1022 # @netdev-id: QEMU netdev id that is disconnected 1059 # Emitted when the vhost-user chardev is disconnected 1061 # @netdev-id: QEMU netdev id that is disconnected
|
H A D | block-export.json | 16 # disconnected, or 0 for no limit (since 10.0; default: 10). 275 # disconnected.
|
H A D | char.json | 274 # @reconnect: For a client socket, if a socket is disconnected, then 279 # @reconnect-ms: For a client socket, if a socket is disconnected,
|
/qemu/system/ |
H A D | qtest.c | 344 qemu_irq *disconnected = g_new0(qemu_irq, 1); in qtest_install_gpio_out_intercept() local 346 disconnected, n); in qtest_install_gpio_out_intercept() 348 *disconnected = qdev_intercept_gpio_out(dev, icpt, name, n); in qtest_install_gpio_out_intercept()
|
/qemu/hw/scsi/ |
H A D | trace-events | 247 lsi_update_irq_disconnected(void) "Handled IRQs & disconnected, looking for pending processes"
|
/qemu/ |
H A D | qemu-options.hx | 1402 disconnected accidentally, etc. your image will most 3368 …for a client socket, if a socket is disconnected, then attempt a reconnect after the given number … 3400 …for a client socket, if a socket is disconnected, then attempt a reconnect after the given number … 3438 …for a client socket, if a socket is disconnected, then attempt a reconnect after the given number …
|