mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-12-01 04:28:48 +00:00
ffe10b7909
Some devices file like /dev/mem and vfio don't support MADV_DONTDUMP, in order to avoid the warn flood, this commit ignore the MADV_DONTDUMP result. BUG=b:19935428 TEST=boot manatee image with platform devices enabled Change-Id: I779188cf768b4c3e8444781932260ef4bce36029 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3259932 Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Reviewed-by: Junichi Uekawa <uekawa@chromium.org> |
||
---|---|---|
.. | ||
assertions | ||
audio_streams | ||
base | ||
cros-fuzz | ||
cros_async | ||
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.