kvm

Crates.iokvm
lib.rskvm
version0.2.0
sourcesrc
created_at2015-08-05 13:00:15.011259
updated_at2015-12-11 23:57:02.323352
descriptionBindings for KVM interface
homepagehttps://github.com/dschatzberg/kvm
repositoryhttps://github.com/dschatzberg/kvm.git
max_upload_size
id2760
size66,255
Dennis Kempin (denniskempin)

documentation

README

KVM

Rust interface to the KVM Hypervisor

Build Status Downloads Version License

Documentation

Check out the examples

General documentation for KVM can be found in the Kernel Documentation Tree and through this LWN article by Josh Triplett

What is KVM?

Kernel-based Virtual Machine (KVM) is a Linux hypervisor which provides an interface the hardware virtualization extensions of a machine. In particular, using KVM, a userspace process can set up a guest VM's address space, provide/receive I/O, and run a Virtual CPU.

How is it different from QEMU?

QEMU is a userspace process which can use KVM to construct virtual machines. QEMU is responsible for emulating a full suite of hardware devices in order to execute a complete operating system. KVM only provides the means to execute in a hardware enforced "sandbox." User processes are responsible for the booting and device emulation.

Requirements

Rust >= 1.2.0

License

Apache 2.0

Commit count: 17

cargo fmt