commit | 7a8ce70baeb2b15c74faf316ca8fe3655811920a | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dtor@chromium.org> | Sat Mar 19 15:12:02 2022 -0700 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 06 18:54:41 2022 +0000 |
tree | c5f27aa251c28434985007ce402fe7ae92979c38 | |
parent | bcc5368cc1853ef14bf9835b4b4f24df631e256a [diff] |
devices: virtio: convert Interrupt to use IrqLevelEvent Instead of using a separate pair of events in Interrupt structure convert it to use IrqLevelEvent. BUG=None TEST=./tools/presubmit Change-Id: Ibf0fa69b96de4686fc58a1a431c3a983b7ed4de1 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3546575 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Dmitry Torokhov <dtor@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 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.