Branch: refs/heads/main Home: https://github.com/OpenAMP/open-amp Commit: 8bd6149dfc06533b34d1daab2a3f558ffa71cc3a https://github.com/OpenAMP/open-amp/commit/8bd6149dfc06533b34d1daab2a3f558ff... Author: Bowen Wang wangbowen6@xiaomi.com Date: 2025-02-05 (Wed, 05 Feb 2025)
Changed paths: M lib/include/openamp/virtio.h
Log Message: ----------- lib: virtio: add new feature bit VIRTIO_F_ANY_LAYOUT
Follow the virtio spec, this feature bit indicates that the device accepts arbitrary descriptor layouts.
Signed-off-by: Bowen Wang wangbowen6@xiaomi.com
Commit: b2f6099fe50f5453ff5453ba3711a833f6f4be53 https://github.com/OpenAMP/open-amp/commit/b2f6099fe50f5453ff5453ba3711a833f... Author: Bowen Wang wangbowen6@xiaomi.com Date: 2025-02-05 (Wed, 05 Feb 2025)
Changed paths: M lib/include/openamp/virtio.h
Log Message: ----------- lib: virtio: add new api virtio_has_feature()
virtio_has_feature() can be easily used to check if the virtio device support a specific feature.
And assgin feature to vdev->feature for virtio device role when get features, so the virtio device side can use virtio_has_featrue() to check weather the virtio device support a feature.
Signed-off-by: Bowen Wang wangbowen6@xiaomi.com
Compare: https://github.com/OpenAMP/open-amp/compare/3122cec8aab7...b2f6099fe50f
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/open-amp/settings/notifications