Home
last modified time | relevance | path

Searched refs:VIRTIO_CONSOLE (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/char/
H A Dvirtio-console.c27 DECLARE_INSTANCE_CHECKER(VirtConsole, VIRTIO_CONSOLE,
55 VirtConsole *vcon = VIRTIO_CONSOLE(port); in flush_buf()
113 VirtConsole *vcon = VIRTIO_CONSOLE(port); in set_guest_connected()
128 VirtConsole *vcon = VIRTIO_CONSOLE(port); in guest_writable()
202 VirtConsole *vcon = VIRTIO_CONSOLE(port); in virtconsole_enable_backend()
223 VirtConsole *vcon = VIRTIO_CONSOLE(dev); in virtconsole_realize()
257 VirtConsole *vcon = VIRTIO_CONSOLE(dev); in virtconsole_unrealize()
/openbmc/qemu/tests/avocado/
H A Dvirtio_version.py20 VIRTIO_CONSOLE = 3 variable
40 VIRTIO_CONSOLE: 0x1003,
148 self.check_all_variants('virtio-serial-pci', VIRTIO_CONSOLE)
/openbmc/linux/drivers/platform/mellanox/
H A DKconfig53 depends on VIRTIO_CONSOLE && VIRTIO_NET
/openbmc/linux/drivers/char/
H A DKconfig96 config VIRTIO_CONSOLE config