commit | ab004ddc0113907cc66a5d249023a82cd4c0eb1d | [log] [tgz] |
---|---|---|
author | Vaibhav Nagarnaik <vnagarnaik@google.com> | Thu Jun 23 19:38:48 2022 +0000 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 23 21:43:11 2022 +0000 |
tree | fb4e7da8fb8bddd85908fb3852db9f5f110880e0 | |
parent | ff3a722691ffdd37b7ee874a2f17643dc665df1b [diff] |
irqchip: Upstream tests Also remove `dead_code` annotation from `apic.rs` since the consumers have been added. BUG=b:213149158 TEST=Ran `cargo test -p devices irqchip -- --nocapture` Change-Id: Ifda216e23f52ce05b5fee7e80a0751cb3524cf1f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3722189 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Commit-Queue: Vaibhav Nagarnaik <vnagarnaik@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 Chrome OS 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 Chrome OS devices.