commit | 1e6e7b2ee9607471803e4aa847d74420b696f4f1 | [log] [tgz] |
---|---|---|
author | ZhaoLiu <zhao1.liu@intel.corp-partner.google.com> | Mon Dec 06 17:23:21 2021 +0800 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Dec 15 23:51:57 2021 +0000 |
tree | 670e66648de098acfc276f7a09d60505ef9287dc | |
parent | 77aa069b67b64d0f668deeff37f225efa5992f10 [diff] |
x86: Expost HT flag to Guest in host-cpu-topology At present, host-cpu-topology won't set HT flag for vCPU. It's reasonable to allow Guest have the same HT flag setting as Host when set host-cpu-topology. BUG=None TEST=cargo build TEST=set host-cpu-topology and check ht flag in /proc/cpuinfo Change-Id: I116e49975ab32d37c733690bc0f0f96148fbd4f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3314869 Reviewed-by: David Stevens <stevensd@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Commit-Queue: Daniel Verkamp <dverkamp@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.