On 10/13/25 11:38 AM, ALOK TIWARI wrote: > > > On 10/13/2025 8:57 PM, Daniel Jurgens wrote: >> The cap ID list can be more than 64 bits. Remove the build assert. Also >> remove caching of the supported caps, it wasn't used. >> - if (!(vp_dev->admin_vq.supported_caps & (1 << >> VIRTIO_DEV_PARTS_CAP))) >> + if (!(le64_to_cpu(data->support_caps[0]) & (1 << >> VIRTIO_DEV_PARTS_CAP))) > > typo support_caps -> supported_caps ? >
Thanks Alok, I dropped a patch before submitting that fixed this problem, not that it could have been left this way anyway. I've added this, and the comments on 0004 for v5.
