Go to the documentation of this file.
38 #ifndef __DEV_VIRTIO_FS9P_HH__
39 #define __DEV_VIRTIO_FS9P_HH__
52 struct VirtIO9PBaseParams;
68 template <
typename T>
inline T
72 template <
typename T>
inline T
75 template <>
inline P9MsgHeader
84 template <>
inline P9MsgHeader
209 struct VirtIO9PProxyParams;
229 size_t size)
override;
243 virtual ssize_t
read(uint8_t *
data,
size_t len) = 0;
253 virtual ssize_t
write(
const uint8_t *
data,
size_t len) = 0;
290 struct VirtIO9PDiodParams;
342 struct VirtIO9PSocketParams;
392 #endif // __DEV_VIRTIO_FS9P_HH__
This class implements a VirtIO transport layer for the 9p network file system.
SocketDataEvent(VirtIO9PSocket &_parent, int fd, int event)
std::unique_ptr< DiodDataEvent > dataEvent
static const FeatureBits F_MOUNT_TAG
Device provides a name of the resource in its configuration.
int fdSocket
Socket connected to the 9p server.
ssize_t read(uint8_t *data, size_t len)
Read data from the server behind the proxy.
VirtIO9PBaseParams Params
std::map< P9Tag, VirtDescriptor * > pendingTransactions
Map between 9p transaction tags and descriptors where they appeared.
DiodDataEvent(VirtIO9PDiod &_parent, int fd, int event)
void unserialize(CheckpointIn &cp) override
Unserialize an object.
void writeAll(const uint8_t *data, size_t len)
Convenience function that writes exactly len bytes.
uint16_t DeviceId
Device Type (sometimes known as subsystem ID)
void serialize(CheckpointOut &cp) const override
Serialize an object.
bool deviceUsed
Bool to track if the device has been used or not.
void socketDisconnect()
9p server disconnect notification
virtual void recvTMsg(const P9MsgHeader &header, const uint8_t *data, size_t size)=0
Handle incoming 9p RPC message.
VirtIO9PSocket(const Params ¶ms)
Base wrapper around a virtqueue.
VirtIO 9p proxy that communicates with a 9p server over tcp sockets.
virtual ~SocketDataEvent()
virtual std::string name() const
void onNotifyDescriptor(VirtDescriptor *desc)
Notify queue of pending incoming descriptor.
const Params & params() const
int fd_to_diod
fd for data pipe going to diod (write end)
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
void startup()
startup() is the final initialization call before simulation.
void readAll(uint8_t *data, size_t len)
Convenience function that reads exactly len bytes.
This object is a proxy for a port or other object which implements the functional response protocol,...
std::unique_ptr< SocketDataEvent > dataEvent
void sendRMsg(const P9MsgHeader &header, const uint8_t *data, size_t size)
Send a 9p RPC message reply.
Base class for all VirtIO-based devices.
VirtIO9PBase(const Params ¶ms)
T p9toh(T v)
Convert p9 byte order (LE) to host byte order.
void startup()
startup() is the final initialization call before simulation.
VirtIO9PDiodParams Params
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
VirtIO9PProxyParams Params
int fd_from_diod
fd for data pipe coming from diod (read end)
void terminateDiod()
Kill the diod child process at the end of the simulation.
void readConfig(PacketPtr pkt, Addr cfgOffset)
Read from the configuration space of a device.
T htop9(T v)
Convert host byte order to p9 byte order (LE)
Virtqueue for 9p requests.
void recvTMsg(const P9MsgHeader &header, const uint8_t *data, size_t size) override
Handle incoming 9p RPC message.
VirtIO 9p configuration structure.
ssize_t read(uint8_t *data, size_t len)
Read data from the server behind the proxy.
VirtIO9PDiod(const Params ¶ms)
VirtIO descriptor (chain) wrapper.
std::unique_ptr< Config > config
Currently active configuration (host byte order)
VirtIO 9p proxy that communicates with the diod 9p server using pipes.
VirtIO9PSocketParams Params
ssize_t write(const uint8_t *data, size_t len)
Write data to the server behind the proxy.
void dumpMsg(const P9MsgHeader &header, const uint8_t *data, size_t size)
Dump a 9p RPC message on the debug output.
void connectSocket()
Try to resolve the server name and connect to the 9p server.
std::ostream CheckpointOut
VirtIO9PProxy(const Params ¶ms)
void startDiod()
Start diod and setup the communication pipes.
virtual ssize_t write(const uint8_t *data, size_t len)=0
Write data to the server behind the proxy.
ssize_t write(const uint8_t *data, size_t len)
Write data to the server behind the proxy.
VirtIO 9p proxy base class.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
static const DeviceId ID_9P
VirtIO device ID.
void serverDataReady()
Notification of pending data from server.
int diod_pid
PID of diod process.
virtual ssize_t read(uint8_t *data, size_t len)=0
Read data from the server behind the proxy.
FSQueue(PortProxy &proxy, ByteOrder bo, uint16_t size, VirtIO9PBase &_parent)
virtual ~VirtIO9PSocket()
Generated on Wed Jul 28 2021 12:10:27 for gem5 by doxygen 1.8.17