VirtioBlockDevice
static VirtioBlockDevice*
ObjectDeleter<VirtioBlockDevice> device(
new(std::nothrow) VirtioBlockDevice(virtioDev.Detach()));
ObjectDeleter<VirtioBlockDevice> device(CreateVirtioBlockDev(i));
VirtioBlockDevice(VirtioDevice* blockIo);
virtual ~VirtioBlockDevice();
VirtioBlockDevice::VirtioBlockDevice(VirtioDevice* blockIo)
VirtioBlockDevice::~VirtioBlockDevice()
VirtioBlockDevice::ReadAt(void* cookie, off_t pos, void* buffer,