commit | e1196921a762fac3aab5001740824df73a4d5b76 | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dtor@chromium.org> | Sat Mar 19 15:37:24 2022 -0700 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 06 18:54:46 2022 +0000 |
tree | 477718cf467027ef83b1a234e0cdf39bdc94c7e1 | |
parent | 3d159f8e50581148154f018a2a08c96bb5f45f44 [diff] |
devices: xhci: convert to using IrqLevelEvent This converts XHCI code to use IrqLevelEvent. BUG=None TEST=./tools/presubmit Change-Id: I503ab76e162c4175c0be62a6d9ddf8da18f8617b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3548059 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.