xen-sys

Crates.ioxen-sys
lib.rsxen-sys
version0.0.0-pre2
sourcesrc
created_at2017-11-03 15:29:07.970297
updated_at2022-05-27 21:39:18.699653
descriptionKernel level hypercall support for Xen
homepagehttps://github.com/rust-vmm/xen-sys
repositoryhttps://github.com/rust-vmm/xen-sys.git
max_upload_size
id37926
size331,110
Mathieu Poirier (mathieupoirier)

documentation

README

Goal

This project aims to provide unsafe calls to the Xen Hypervisor hypercall API. It is aimed for kernel level (or unikernel) style projects and not is not currently intended to be used from user space Linux applications. Potentially in the future we can make its calls via /dev/xen/ interfaces while bare metal and kernel systems will natively call the hypercalls. This crate could export different modules for the /dev/xen interfaces and allow the xen crate to provide the same API to the user by using #[cfg()] blocks.

Commit count: 48

cargo fmt