commit | 103c1b75b98d32830ca371bc7d0046c497eb6989 | [log] [tgz] |
---|---|---|
author | Abhishek Bhardwaj <abhishekbh@google.com> | Mon Nov 01 15:52:23 2021 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Jan 14 04:21:21 2022 +0000 |
tree | c40b45ba31f1dd8369c89c8665c0f14af351fbbc | |
parent | d98f01af14494bd3e52995fafb6ea1c7d20d102e [diff] |
crosvm: vvu: proxy: Implement instantiating a VVU proxy device This change adds a command line parameter for instantiating a VVU proxy device. BUG=b:194136484 TEST=Test with sibling VM with Vhost master connecting to a device VM. Change-Id: I5ff56e6f1ebca5a7078eca3d951ddbfd411d14fc Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3290381 Reviewed-by: Chirantan Ekbote Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Abhishek Bhardwaj <abhishekbh@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.