commit | ffe10b7909a9f36b257ea8be7683fe3c4cc0e7c5 | [log] [tgz] |
---|---|---|
author | Xiong Zhang <xiong.y.zhang@intel.corp-partner.google.com> | Thu Nov 04 18:21:00 2021 +0800 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Nov 23 20:16:55 2021 +0000 |
tree | e6f22fd47c735fb65d9c6b65ac2ac385db3fd2fb | |
parent | 46471a03e1be6531567c4e8134faa02472ca3ff1 [diff] |
Mmap: Ignore MADV_DONTDUMP warn message 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>
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.