commit | 0550775207bb29c5fdcc64150456c2011952129d | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dtor@chromium.org> | Mon Mar 21 14:23:13 2022 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Mar 22 00:50:58 2022 +0000 |
tree | ddc62b46b032ae8f28068dc232a1288952fc9cfe | |
parent | bc09a2d8aa130bc42b5c0348a37f817fd1637ab5 [diff] |
devices: acpi: ensure that both direct GPE and host SCI are supplied Rearrange the code to make sure that if direct GPE feature is used then it is enforced that both host SCI events and GPE list are supplied when instantiating ACPIPMResource. BUG=None TEST=./tools/presubmit Change-Id: Ib44e217b09344b1c6bed091312eb196863ca2fee Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3537264 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.