Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openamp/virtio.h: update vdev->features and make final_features optional #610

Merged
merged 3 commits into from
Oct 9, 2024

Commits on Oct 8, 2024

  1. remoteproc_virtio.c: fix rproc_virtio_negotiate_features return value

    Make rproc_virtio_negotiate_features() return the mask of features
    successfully negotiated.
    
    Signed-off-by: Yongrong Wang <wangyongrong@xiaomi.com>
    wyr-7 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    263450c View commit details
    Browse the repository at this point in the history
  2. openamp/virtio.h: update vdev->features

    set vdev->features in virtio_negotiate_features
    
    Signed-off-by: Yongrong Wang <wangyongrong@xiaomi.com>
    wyr-7 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    36905d7 View commit details
    Browse the repository at this point in the history
  3. openamp/virtio.h: make final_features optional

    negotiate also can be call when final_features is NULL
    
    Signed-off-by: Yongrong Wang <wangyongrong@xiaomi.com>
    wyr-7 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    8c2929e View commit details
    Browse the repository at this point in the history