Home
last modified time | relevance | path

Searched refs:host_connected (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/char/
H A Dvirtio-serial-bus.c87 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()
429 if (port->host_connected) { in handle_control_message()
507 if (!port || !port->host_connected) { in handle_output()
700 qemu_put_byte(f, port->host_connected); in virtio_serial_save_device()
720 uint8_t host_connected; in virtio_serial_post_load_timer_cb() local
728 host_connected = s->post_load->connected[i].host_connected; in virtio_serial_post_load_timer_cb()
729 if (host_connected != port->host_connected) { in virtio_serial_post_load_timer_cb()
[all …]
/qemu/include/hw/virtio/
H A Dvirtio-serial.h144 bool host_connected; member
165 uint8_t host_connected; member