commit | 5089d9b518ed9bd5225874610c62d451036db8df | [log] [tgz] |
---|---|---|
author | Frederick Mayle <fmayle@google.com> | Wed Feb 15 13:05:03 2023 -0800 |
committer | Frederick Mayle <fmayle@google.com> | Wed Feb 15 15:57:28 2023 -0800 |
tree | 27722672e6bb250c3d3b8692e980885e5df22463 | |
parent | 0fcfdb3cd72f4b9ea2d59cac32d1763a39905d1e [diff] |
ANDROID: revert "use only one virtqueue in BlockAsync" Reverts https://r.android.com/2295707. Its affect on the "Device Unavailable" errors in one off tests didn't reproduce in prod, so we should drop the diff with upstream. Bug: 251366833 Test: TH Change-Id: Id09485ea6bba0a0d675508902ca15679cdc23081
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 ChromeOS 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 ChromeOS devices.