commit | 74bfcdba2834c01607c27cfa464a44f0380f80f0 | [log] [tgz] |
---|---|---|
author | Keiichi Watanabe <keiichiw@chromium.org> | Wed Nov 17 23:13:16 2021 +0900 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Nov 18 07:57:32 2021 +0000 |
tree | 819cd799ec96172646366e464ce488d3f961cae9 | |
parent | f5a3037eec805ff0e410912f2508c6c40d3beec1 [diff] |
vhost_user: Fix cfg for take_single_file BUG=none TEST=cargo test --all-features TEST=cargo test --features=vhost-user passed with no warnings Change-Id: I98e69309c6ec81ede3e790c9b6b8b79991484cc1 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3288732 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Chirantan Ekbote <chirantan@chromium.org> Commit-Queue: 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.