Skip to content

Conversation

@likebreath
Copy link
Collaborator

@likebreath likebreath commented Nov 12, 2025

This is to include changes from #106 regarding redefined new public APIs to support the new VFIO cdev mode. The kernel plans to depcreate the older "legacy mode" (using containers and groups) that the existing public APIs target.

To facilitate migration, the new APIs supports boths modes. Users of the vfio-ioctls crate are encouraged to adopt the new APIs first, before the legacy VFIO mode is deprecated in the future.

Summary of the PR

Please summarize here why the changes in this PR are needed.

Requirements

Before submitting your PR, please make sure you addressed the following
requirements:

  • All commits in this PR have Signed-Off-By trailers (with
    git commit -s), and the commit message has max 60 characters for the
    summary and max 75 characters for each description line.
  • All added/changed functionality has a corresponding unit/integration
    test.
  • All added/changed public-facing functionality has entries in the "Upcoming
    Release" section of CHANGELOG.md (if no such section exists, please create one).
  • Any newly added unsafe code is properly documented.

This is to include changes from rust-vmm#106 regarding redefined new public APIs
to support the new VFIO cdev mode. The kernel plans to depcreate the
older "legacy mode" (using containers and groups) that the existing
public APIs target.

To facilitate migration, the new APIs supports boths modes. Users of the
vfio-ioctls crate are encouraged to adopt the new APIs first, before the
legacy VFIO mode is deprecated in the future.

Signed-off-by: Bo Chen <[email protected]>
@likebreath
Copy link
Collaborator Author

@russell-islam This entry is being missed from the changelog of vfio_ioctls crate. I should have caught it earlier and I was out yesterday afternoon. Sorry about that.

Please let me know if you want me to prepare a new point release to include this change in log. Thanks.

@russell-islam
Copy link
Collaborator

@russell-islam This entry is being missed from the changelog of vfio_ioctls crate. I should have caught it earlier and I was out yesterday afternoon. Sorry about that.

Please let me know if you want me to prepare a new point release to include this change in log. Thanks.

Thank you. Point release not needed ATM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants