38 #ifndef __DEV_VIRTIO_BLOCK_HH__ 39 #define __DEV_VIRTIO_BLOCK_HH__ 44 struct VirtIOBlockParams;
105 static const RequestType
T_IN = 0;
142 size_t off_data,
size_t size);
154 size_t off_data,
size_t size);
166 :
VirtQueue(proxy, bo, size), parent(_parent) {}
171 std::string
name()
const {
return parent.name() +
".qRequests"; }
184 #endif // __DEV_VIRTIO_BLOCK_HH__
Base class for all VirtIO-based devices.
static const FeatureBits F_TOPOLOGY
Status read(const BlkRequest &req, VirtDescriptor *desc_chain, size_t off_data, size_t size)
Device read request.
VirtIOBlock(Params *params)
DiskImage & image
Image backing this device.
static const FeatureBits F_SIZE_MAX
Virtqueue for disk requests.
static const RequestType T_FLUSH
Flush device buffers.
Block device configuration structure.
Status write(const BlkRequest &req, VirtDescriptor *desc_chain, size_t off_data, size_t size)
Device write request.
static const RequestType T_OUT
Write request.
VirtIO block device request as sent by guest.
static const FeatureBits F_GEOMETRY
static const FeatureBits F_RO
static const RequestType T_IN
Read request.
VirtIO descriptor (chain) wrapper.
Basic interface for accessing a disk image.
static const DeviceId ID_BLOCK
const Params * params() const
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
A Packet is used to encapsulate a transfer between two objects in the memory system (e...
void readConfig(PacketPtr pkt, Addr cfgOffset)
Read from the configuration space of a device.
static const FeatureBits F_BLK_SIZE
This object is a proxy for a port or other object which implements the functional response protocol...
static const Status S_IOERR
Request failed due to a device error.
static const FeatureBits F_SEG_MAX
uint16_t DeviceId
Device Type (sometimes known as subsystem ID)
struct VirtIOBlock::Config M5_ATTR_PACKED
static const Status S_OK
Request succeeded.
Base wrapper around a virtqueue.
RequestQueue qRequests
Device I/O request queue.
static const Status S_UNSUPP
Request not supported.
RequestQueue(PortProxy &proxy, ByteOrder bo, uint16_t size, VirtIOBlock &_parent)