commit | 3772355238bc69e27137a3d64207ed3f88f88055 | [log] [tgz] |
---|---|---|
author | Crosvm Bot <[email protected]> | Sat Feb 05 08:00:59 2022 |
committer | Crosvm Bot <[email protected]> | Sat Feb 05 08:00:59 2022 |
tree | 086f15121a8a0adedbc4a2ccfb84103cc1e9cc7d | |
parent | 23577fa68e7f8083d97c06af26afb7c39e523a37 [diff] | |
parent | 73072d6d16a87ed3cb27aa74d682221d6f5c98a2 [diff] |
Merge 13 commits from origin/main (2022-02-05) 73072d6d virtio: video: encoder: set frame rate only if successfully changed 2bbbe118 virtio: video: encoder: store frame rate in input and output params b021c0b7 virtio: video: store frame size in both input and output params ca520332 virtio: video: decoder: set default stream parameters 12e0d641 virtio: video: introduce PlaneFormat::get_plane_layout function 995c91af ci/kokoro: add a no-default-features build d9af9d6a clippy: Fix aarch64 and crosvm-fuzz 08289b1a Move GPU initialization earlier 5d121630 devices: vhost-user: console: always restore terminal capabilities ffa04d7a iommu: Move protocol to protocol.rs cb3cabe3 Upgrade rust toolchain version to 1.58.1 cb3d88ed devices: virtio: Add virtqueue struct for VFIO driver 0615347e crosvm: guard GPU import with the gpu feature flag https://chromium.googlesource.com/chromiumos/platform/crosvm/+log/23577fa68e7f8083d97c06af26afb7c39e523a37..73072d6d16a87ed3cb27aa74d682221d6f5c98a2 BUG=None TEST=CQ Change-Id: Ic077a774234acf44d79bb19e531d8f7a2aada695
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.