Home
last modified time | relevance | path

Searched refs:guest_writable (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/char/
H A Dvirtio-console.c126 static void guest_writable(VirtIOSerialPort *port) in guest_writable() function
292 k->guest_writable = guest_writable; in virtserialport_class_init()
H A Dvirtio-serial-bus.c548 if (port->guest_connected && port->host_connected && vsc->guest_writable) { in handle_input()
549 vsc->guest_writable(port); in handle_input()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-serial.h74 void (*guest_writable)(VirtIOSerialPort *port); member