commit | e38dd0456a2ad288b257263b42f09b6221c5bb86 | [log] [tgz] |
---|---|---|
author | Zide Chen <zide.chen@intel.corp-partner.google.com> | Tue Jun 14 23:49:36 2022 |
committer | crosvm LUCI <crosvm-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 05 21:40:33 2022 |
tree | 9fd720b187bdb54c02cc779f698d92f80354b71e | |
parent | c1f72f7d2ee76dacc2ba3cba8fa0b73d237e9a01 [diff] |
x86_64: configure MSRs needed by intel_pstate in initramfs HWP CPUID bits are decoupled from ITMT feature and the related MSRs are passthru to ChromeOS by default, thus we no longer need to setup HWP MSRs at the time of enabling ITMT or PnP. BUG=b:199380745 TEST=boot Redrix manatee and verified that all related features work Change-Id: Ia600863f0846ed14e669b0bd3963ec175d148554 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3771066 Commit-Queue: Dmitry Torokhov <dtor@chromium.org> Reviewed-by: Dmitry Torokhov <dtor@chromium.org> Tested-by: Dmitry Torokhov <dtor@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.