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> |
||
|---|---|---|
| .. | ||
| depot_tools@268d645853 | ||
| libslirp-rs | ||
| minijail@bfd22f25fd | ||
| perfetto@510b13481d | ||
| pulseaudio-rs@fe42b5abab | ||
| vmm_vhost | ||