| commit | 5487554aa3bf96d49aabc99268e2a70ae79effd5 | [log] [tgz] |
|---|---|---|
| author | Hidenori Kobayashi <hidenorik@chromium.org> | Mon Aug 25 00:55:25 2025 |
| committer | crosvm LUCI <crosvm-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 21 07:06:44 2026 |
| tree | 5a5eb5ae8348e536af29c1a3fba3e2fe4a7e5046 | |
| parent | 79179072d1e9f4637cb70b1b86630d3e71e6215f [diff] |
Reland "devices: usb: fix ring buffer controller unit test" This is a reland of commit b0d322f7fe6ffe3df622ea2ae23d9c475a090d3b Original change's description: > devices: usb: fix ring buffer controller unit test > > The xHCI specification rev1.2b 4.11.5.1 states that "the Toggle Cycle > flag should be set in at least one Link TRB of a ring". Without the > flag, the xHCI would not know where to end processing. Add it to the > last Link TRB. > > BUG=b:417615888 > TEST=presubmit > > Change-Id: Ic842a6d5b0e63aeb3dc454c3162ea1d3c90cd0e8 > Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/6928704 > Commit-Queue: Hidenori Kobayashi <hidenorik@chromium.org> > Reviewed-by: Ryuichiro Chiba <chibar@chromium.org> Bug: b:417615888 Change-Id: I6448be82b4ce73a5534a4c06d1ffda80930a9ac6 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/7501816 Reviewed-by: Morg <morg@google.com> Commit-Queue: Hidenori Kobayashi <hidenorik@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.