crosvm/third_party
Davíð Steinn Geirsson 31d7be0a6c vmm_vhost: fix SHMEM_MAP protocol feature bit
VHOST_USER_PROTOCOL_F_GET_VRING_BASE_INFLIGHT is assigned bit 20
(0x0010_0000) in the vhost-user spec. Using the same bit for SHMEM_MAP
collides with that spec-defined feature.

Change SHMEM_MAP to bit 21 (0x0020_0000), which is unassigned in the
spec and matches the bit used by vhost-rs for the same feature.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-18 16:36:52 +00:00
..
depot_tools@268d645853 health-check: Add infra checks 2022-08-18 00:17:04 +00:00
libslirp-rs Automatic clippy fix for Rust 1.88 2025-11-17 10:25:21 -08:00
minijail@bfd22f25fd third_party/minijail: Update to bfd22f25fd2302fe4ae5121d80c836e0f124e742 2025-10-29 13:05:37 -07:00
perfetto@510b13481d third_party: Add crosvm/perfetto submodule 2023-07-21 05:01:47 +00:00
pulseaudio-rs@fe42b5abab pulseaudio: use appropriate log levels for reactor errors 2026-02-19 15:40:30 +00:00
vmm_vhost vmm_vhost: fix SHMEM_MAP protocol feature bit 2026-03-18 16:36:52 +00:00