commit | 98ad43515ac6d9f7940c90ac4faf728b996d33b4 | [log] [tgz] |
---|---|---|
author | maciek swiech <drmasquatch@google.com> | Thu Jul 27 17:11:35 2023 |
committer | crosvm LUCI <crosvm-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 09 19:31:25 2023 |
tree | 876b408cc6097ca303473cf109f91eed30af6db8 | |
parent | f243338265f16d508f9f23397ae4e4548746cb27 [diff] |
balloon: change intervals and thresholds to u32 kernel stores these values as u32 isntead of u64, so to prevent needless casting change to use the same type in crosvm's balloon device. BUG=b/285581266 TEST=cargo build && cargo build --no-default-features && cargo build --features registered_events TEST=cargo build -p crosvm_control --features registered_events TEST=cros_sdk emerge-volteer crosvm && cros_sdk emerge-volteer vm_host_tools Change-Id: I7672063851f5044b1adf39042ee3b98b478829ed Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4724907 Commit-Queue: maciek swiech <drmasquatch@google.com> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
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.