package mirage-block-xen

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

Install

Authors

Maintainers

Sources

mirage-block-xen-2.1.0.tbz
sha256=42ee97e0604535baa4a7a1393b43cf06370bcefdb952b362c15da05835bbd851
sha512=8b19c175c5dd82f94b97a89446324ff54f2e6f5007d7a671c2ba6c474b1c66142ae26b08d4b74f062eb6bcb271338c5ee0b6ace5b3bfc27305098c138d512119

Description

This library allows a Mirage OCaml application to

  1. read and write blocks from any Xen "backend" (server)
  2. service block requests from any Xen "frontend" (client)

This library can be used in both kernelspace (on Xen) or in userspace (using libraries that come with Xen).

This library depends on the shared-memory-ring library which enables high-throughput, low-latency data transfers over shared memory on both x86 and ARM architectures, using the standard Xen RPC and event channel semantics.

Tags

org:mirage org:xapi-project

Published: 01 Feb 2022

Dependencies (12)

  1. xenstore
  2. mirage-xen >= "7.0.0"
  3. io-page >= "2.0.0"
  4. mirage-block >= "2.0.0"
  5. shared-memory-ring-lwt
  6. shared-memory-ring
  7. ppx_cstruct >= "3.6.0"
  8. cstruct >= "1.9.0" & < "6.1.0"
  9. lwt >= "2.4.3"
  10. logs
  11. dune >= "1.0"
  12. ocaml >= "4.08.0"

Dev Dependencies

None

Used by

None

Conflicts

None