commit | cf093620a8f412257aeb4a3b9f872b56bf588d3d | [log] [tgz] |
---|---|---|
author | Xiong Zhang <xiong.y.zhang@intel.corp-partner.google.com> | Thu Dec 23 16:32:20 2021 +0800 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Feb 07 21:29:57 2022 +0000 |
tree | c46241ea12fc220a1559d21b96db293328947972 | |
parent | 10e4637525ebe21c29d1bc34dbdc01596d7f21b7 [diff] |
pcie: Link virtual pcie root port to physical pcie root port On ManaTEE, each physical pcie root port has a virtual pcie root port in CrOS, this commit links virtual RP to physical RP. The following virtual RP's config registers are from physical: --devie ID --device type --bridge bus range BUG=b:185084350 TEST=Check virtual pcie RP config registers in ManaTEE CrOS Change-Id: Ia38a0f2417331d562dbb305433c68a3bee678bde Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3423459 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.