mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 18:20:34 +00:00
015c3c1eb9
When set, VCPUs aren't presented to the guest as hyperthreads, on Intel. Instead, present them as different, non-hyperthreaded cores on the same package. Presenting them as hyperthreads might make the guest scheduler migrate tasks between VCPUs more aggressively, which can be expensive in a VM. AMD will need a different CL. BUG=b:169828263 TEST="cat /proc/sys/kernel/sched_domain/cpu0/domain0/name" in the guest returns "MC" instead of "SMT" when starting crosvm with --no-smt. Change-Id: Ifdb4d54a3d7d83c5620fa768ce88ba1a0d85ee50 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2460534 Tested-by: kokoro <noreply+kokoro@google.com> Tested-by: Suleiman Souhlal <suleiman@chromium.org> Reviewed-by: Dylan Reid <dgreid@chromium.org> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Commit-Queue: Suleiman Souhlal <suleiman@chromium.org> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |