mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 18:20:34 +00:00
The acpi events are netlink generic based messages, used by kernel to notify about various ACPI related events (in fact, the "acpi_event" is one of registered by the kernel generic netlink family). This commit adds support for de-capsulating and parsing acpi events from the netlink generic message. BUG=b:197247746 TEST=Build crosvm-direct and listen on acpi events, parse and use them [above done with additional WIP patches but without acpi_event.rs modification] Change-Id: I1671d95b1bca1fbd31ba042eac49f5d2d99cb92a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3407320 Reviewed-by: Dmitry Torokhov <dtor@chromium.org> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Grzegorz Jaszczyk <jaszczyk@google.com> |
||
---|---|---|
.. | ||
assertions | ||
audio_streams | ||
balloon_control | ||
base | ||
cros-fuzz | ||
cros_async | ||
cros_asyncv2 | ||
data_model | ||
io_uring | ||
p9 | ||
sync | ||
sys_util | ||
README.md |
Crosvm General Purpose Libraries
The crates in this folder are general purpose libraries used by other projects in ChromeOS as well.
To make them accessible independendly of crosvm, each of these crates is excluded from the crosvm workspace.