commit | 03356743aadf65fbfa7e1a563cdd715518a9e54d | [log] [tgz] |
---|---|---|
author | Daniel Verkamp <dverkamp@chromium.org> | Fri Jul 01 14:18:12 2022 -0700 |
committer | crosvm LUCI <crosvm-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 01 19:29:34 2022 +0000 |
tree | 72f53ab730613b5fe33328f4bafcf464eae81020 | |
parent | 647b86d029ff0cd58730528feb574d72c24e26a3 [diff] |
devices: pcie_port: report preferred address Extend the preferred_address() support to PCIe devices, specifically the various PCIe root ports. BUG=b:237415650 TEST=tools/presubmit --all TEST=Boot x86_64 bzImage Change-Id: I56109530ccb43a17bdf9b74eec612a527028cc7c Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3786974 Commit-Queue: Daniel Verkamp <dverkamp@chromium.org> Tested-by: Daniel Verkamp <dverkamp@chromium.org> Reviewed-by: Keiichi Watanabe <keiichiw@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.