crosvm/base/src
Zach Reizner 026f72f9fb enable core scheduling regardless of enabled features
Now that core scheduling has been upstreamed, it can be enabled for all
platforms. This change keeps the Chrome OS version as a fallback if the
chromeos feature is enabled.

This change was patterned after http://crrev.com/c/2896464.

TEST=./test_all
BUG=b:153989878

Change-Id: I22a88c7af30e38f58acc7189cfe27a1af89d271d
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2929044
Auto-Submit: Zach Reizner <zachr@chromium.org>
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Reviewed-by: Dylan Reid <dgreid@chromium.org>
Reviewed-by: Joel Fernandes <joelaf@google.com>
Commit-Queue: Zach Reizner <zachr@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
2021-06-03 00:06:11 +00:00
..
async_types.rs Refactor cros_async interface to avoid RawFd. 2020-11-10 11:40:50 +00:00
event.rs implement Serialize and Deserialize for base and sys_util types 2021-03-29 19:39:52 +00:00
ioctl.rs base: Use trait objects for ioctls 2021-02-19 19:23:33 +00:00
lib.rs enable core scheduling regardless of enabled features 2021-06-03 00:06:11 +00:00
mmap.rs mmap: add use_hugepages() helper method 2021-04-20 13:24:16 +00:00
shm.rs implement Serialize and Deserialize for base and sys_util types 2021-03-29 19:39:52 +00:00
timer.rs Fixed redundant_closure warnings in kvm/ 2020-12-11 20:35:35 +00:00
tube.rs base: add tube module 2021-04-01 01:59:29 +00:00
wait_context.rs Use small vector optimization 2021-04-14 06:37:47 +00:00