commit | 26dbfe3cb48e05fe7bacd26ee8af93281273f2fd | [log] [tgz] |
---|---|---|
author | Zihan Chen <zihanchen@google.com> | Tue Oct 10 17:56:30 2023 +0000 |
committer | crosvm LUCI <crosvm-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 10 19:40:48 2023 +0000 |
tree | a1d7ed86ddaa8ec7d19ded29c46898099c51c40c | |
parent | 2bc85d133e3393f977ca847a9f9313fc94d15051 [diff] |
kvm_sys: Update bindings Update bindings for new kernel to seprate from change to bindings due to modified bindgen script. TEST=CQ BUG=b:300969352 Change-Id: I8a1ff5c1e7cc25b0af3b25b6509c693b3c0e1f95 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4928008 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Auto-Submit: Zihan Chen <zihanchen@google.com>
crosvm is a virtual machine monitor (VMM) based on Linux’s KVM hypervisor, with a focus on simplicity, security, and speed. crosvm is intended to run Linux guests, originally as a security boundary for running native applications on the ChromeOS platform. Compared to QEMU, crosvm doesn’t emulate architectures or real hardware, instead concentrating on paravirtualized devices, such as the virtio standard.
crosvm is currently used to run Linux/Android guests on ChromeOS devices.