commit | 9206613bdcb12e9287f0a5d5b5634d0fb88b0f30 | [log] [tgz] |
---|---|---|
author | Alexandre Courbot <acourbot@chromium.org> | Fri Nov 04 13:26:13 2022 +0900 |
committer | crosvm LUCI <crosvm-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 07 10:58:03 2022 +0000 |
tree | b678c3c91e4c449c5f3594f92ad8fa4c82edfc71 | |
parent | 02eff7203880e6285451b79515ca81d28b33d3f8 [diff] |
media: cros-codecs: do not export module local types These types do not need to be exported. BUG=b:214478588 TEST=cargo test --features vaapi -p cros-codecs Change-Id: I5310bb4ce34956d6f6edbbe8a8852b4c18b8130c Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4005487 Commit-Queue: Keiichi Watanabe <keiichiw@chromium.org> Reviewed-by: 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.