Skip to main content

Crate uhyve_interface

Crate uhyve_interface 

Source
Expand description

§Uhyve Hypercall Interface

This crate specifies the interface between the Hermit Unikernel and the hypervisor Uhyve. It includes the definition of the hypercalls and hypercall parameters and is intended to be used in both projects to ensure a coherent and well defined interface.

Modules§

v1
Version 1 of the Hypercall Interface
v2
Version 2 of the Hypercall Interface

Structs§

GuestPhysAddr
A 64-bit physical memory address.
GuestVirtAddr
A canonical 64-bit virtual memory address.

Constants§

UHYVE_INTERFACE_VERSION
The version of the Uhyve interface. Note: This is not the same as the semver of the crate but should be increased on every version bump that changes the API.