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§
Structs§
- Guest
Phys Addr - A 64-bit physical memory address.
- Guest
Virt Addr - 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.