Searched refs:host_connected (Results 1 – 1 of 1) sorted by relevance
87 if (vsc->is_console && port->host_connected) { in find_first_connected_console()267 if (port->host_connected) { in virtio_serial_open()271 port->host_connected = true; in virtio_serial_open()279 port->host_connected = false; in virtio_serial_close()297 if (!port || !port->host_connected || !port->guest_connected) { in virtio_serial_write()429 if (port->host_connected) { in handle_control_message()507 if (!port || !port->host_connected) { in handle_output()548 if (port->guest_connected && port->host_connected && vsc->guest_writable) { in handle_input()701 qemu_put_byte(f, port->host_connected); in virtio_serial_save_device()721 uint8_t host_connected; in virtio_serial_post_load_timer_cb() local[all …]