| commit | 422158d7deeaad76fb0e50daae37d407edc8e637 | [log] [tgz] |
|---|---|---|
| author | Alexandre Courbot <acourbot@chromium.org> | Fri Dec 23 16:34:44 2022 +0900 |
| committer | crosvm LUCI <crosvm-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 10 06:17:48 2023 +0000 |
| tree | 842373d1ad347da41764e1675b005780a15225c2 | |
| parent | 2039d31bd34556a985aa866d43d8dc471304a3f0 [diff] |
media: cros-codecs: vaapi: harmonize new_sequence implementations The negotiation status should only be updated if the open() call succeeded. Make all implementations adopt this behavior and look the same. BUG=b:214478588 TEST=cargo test --features vaapi -p cros-codecs Change-Id: I2bf19eaee712b6a770796859eaf72cbad0a4ab7b Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4123653 Reviewed-by: Daniel Almeida <daniel.almeida@collabora.corp-partner.google.com> Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org> Commit-Queue: Alexandre Courbot <acourbot@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 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.