package mirage-block-xen

  1. Overview
  2. Docs
MirageOS block driver for Xen that implements the blkfront/back protocol

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-block-xen-2.1.3.tbz
sha256=03376069972d05cfa4daeb89a934faef43cfdb583838e575cbeb662bebdef451
sha512=8288e1f0e08875e5dc9a5a13c39bfd495fc0571645fa13bf6d218ff7c34e90fd665c00ebecf688e5c110c889ff1fabeae317ecf4ca975a5d05cbcc5c219a675d

doc/mirage-block-xen.back/Blkback/Request/index.html

Module Blkback.RequestSource

Sourcetype kind =
  1. | Read
  2. | Write
Sourcetype request = {
  1. kind : kind;
  2. sector : int64;
  3. buffers : Cstruct.t list;
  4. slots : int list;
}
OCaml

Innovation. Community. Security.