Go to the documentation of this file.
38 #ifndef __DEV_VIRTIO_CONSOLE_HH__
39 #define __DEV_VIRTIO_CONSOLE_HH__
48 struct VirtIOConsoleParams;
160 #endif // __DEV_VIRTIO_CONSOLE_HH__
Base class for serial devices such as terminals.
TermTransQueue qTrans
Transmit queue for port 0.
static const DeviceId ID_CONSOLE
VirtIO device ID.
TermTransQueue(PortProxy &proxy, ByteOrder bo, uint16_t size, VirtIOConsole &_parent)
uint16_t DeviceId
Device Type (sometimes known as subsystem ID)
void onNotifyDescriptor(VirtDescriptor *desc)
Notify queue of pending incoming descriptor.
static const FeatureBits F_SIZE
Provides the size information.
virtual ~TermTransQueue()
Virtqueue for data going from the guest to the host.
void readConfig(PacketPtr pkt, Addr cfgOffset)
Read from the configuration space of a device.
Base wrapper around a virtqueue.
virtual std::string name() const
const Params & params() const
VirtIOConsoleParams Params
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
This object is a proxy for a port or other object which implements the functional response protocol,...
Base class for all VirtIO-based devices.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
Config config
Currently active configuration (host byte order)
void trySend()
Try to send data pending data from the terminal.
static const FeatureBits F_MULTIPORT
Supports the multi-port interface.
VirtIOConsole(const Params ¶ms)
void onNotify()
Notify queue of pending events.
VirtIO descriptor (chain) wrapper.
TermRecvQueue(PortProxy &proxy, ByteOrder bo, uint16_t size, VirtIOConsole &_parent)
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
TermRecvQueue qRecv
Receive queue for port 0.
Console configuration structure.
Virtqueue for data going from the host to the guest.
Generated on Tue Sep 7 2021 14:53:47 for gem5 by doxygen 1.8.17