commit | 163f65535901b5691b7f0c094d4e02b0a6b7d9a7 | [log] [tgz] |
---|---|---|
author | Jason Macnak <natsu@google.com> | Mon Apr 11 20:44:22 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Apr 11 20:44:22 2022 +0000 |
tree | 3cbe0920dfd3a969b56422e0cf64fa81575941e1 | |
parent | 96771454e67ed8d429d3ec9a55b5b09d5e5732f3 [diff] | |
parent | 18d7d6538e68b2ff29a2978ac378900d774de5bd [diff] |
ANDROID: move virtio pci devices back to `MmioType::High` am: db8824d8e0 am: 45ddd69c92 am: c779044640 am: 7817318ba7 am: 18d7d6538e Original change: https://android-review.googlesource.com/c/platform/external/crosvm/+/2059123 Change-Id: I1853b8f29bdb1680b163ff6a495d9df39574d017 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.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.