commit | 1286b4867037f2d3b510a9e59db041db3107225d | [log] [tgz] |
---|---|---|
author | Daniel Verkamp <dverkamp@chromium.org> | Tue Nov 30 15:14:16 2021 -0800 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Nov 30 23:56:44 2021 +0000 |
tree | e8d0a0b6ffb06f2b45dbf73d7063e15c9b17a385 | |
parent | c14da943eba37712ec451ea78561602d7f6ddf74 [diff] |
linux: only add PCIe root port on x86 Disable the root port creation code for arm, since the required Arch::register_pci_device() function just returns unsupported on aarch64. Fixes crosvm startup on arm. BUG=b:208503471 TEST=Start crosvm on kevin Change-Id: I690a3f163b570387a5e58294ba94e496a97da815 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3309199 Reviewed-by: Dennis Kempin <denniskempin@google.com> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Dennis Kempin <denniskempin@google.com>
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.