A Virtual Machine Monitor for modern Cloud workloads.
Go to file
Sebastien Boeuf 342bdc3619 devices: Add support for i8042 reset device
Introduce emulation of i8042 device to allow the guest to stop the
VM by issuing a reset event.

The device has been copied over from the Crosvm code base, relying on
the commit 0268e26e1ac9e09aa51d733482c5df139cd8d588.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2019-05-08 08:55:00 +02:00
arch cloud-hypervisor: Add the architecture crates 2019-05-07 18:40:40 +02:00
arch_gen cloud-hypervisor: Add the architecture crates 2019-05-07 18:40:40 +02:00
devices devices: Add support for i8042 reset device 2019-05-08 08:55:00 +02:00
src cloud-hypervisor: Add the --memory option 2019-05-08 08:40:42 +02:00
vmm devices: Add support for i8042 reset device 2019-05-08 08:55:00 +02:00
.gitignore cloud-hypervisor: Initial commit 2019-05-07 10:19:57 +02:00
Cargo.lock vmm: Add a basic stdin loop 2019-05-08 08:40:42 +02:00
Cargo.toml cloud-hypervisor: Call into the test_vm() routine 2019-05-07 16:06:21 +02:00
README.md README: Placeholder to create a usable initial repo 2019-05-06 17:08:29 +02:00

Cloud Hypervisor