A Virtual Machine Monitor for modern Cloud workloads.
Go to file
Sebastien Boeuf 112418d928 main: Add kernel command line support
In order to let the user choose which kernel parameters to append, the
kernel boot parameters can be now specified from the command line.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2019-05-09 15:44:01 +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 PCI configuration registers method to the BusDevice Trait 2019-05-08 08:55:06 +02:00
pci vmm: Use virtio-blk to support booting from disk image 2019-05-08 08:55:09 +02:00
qcow qcow: Add qcow support 2019-05-08 08:55:09 +02:00
src main: Add kernel command line support 2019-05-09 15:44:01 +02:00
virtio-bindings virtio-bindings: Add virtio bindgen generated bindings 2019-05-08 08:55:06 +02:00
vm-allocator allocator: Add a basic resource allocation crate 2019-05-08 08:55:06 +02:00
vm-virtio vmm: Use virtio-blk to support booting from disk image 2019-05-08 08:55:09 +02:00
vmm main: Add kernel command line support 2019-05-09 15:44:01 +02:00
.gitignore cloud-hypervisor: Initial commit 2019-05-07 10:19:57 +02:00
Cargo.lock vmm: Use virtio-blk to support booting from disk image 2019-05-08 08:55:09 +02:00
Cargo.toml cloud-hypervisor: Call into the test_vm() routine 2019-05-07 16:06:21 +02:00
README.md

Cloud Hypervisor