Skip to content

Conversation

phip1611
Copy link
Contributor

Summary of the PR

Turns out that there is a flaw in upstream kvm-bindings that wasn't caught so far. Some parts of the serde feature also need the fam-wrappers feature.

This was first discovered here [0] [1].

[0] #350
[1] https://buildkite.com/rust-vmm/kvm-ci/builds/1463/steps/canvas?jid=01995738-26ed-4e8c-9e14-c3f23d6de434

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.

Turns out that there is a flaw in upstream kvm-bindings that
wasn't caught so far. Some parts of the serde feature also need
the fam-wrappers feature.

This was first discovered here [0] [1].

[0] rust-vmm#350
[1] https://buildkite.com/rust-vmm/kvm-ci/builds/1463/steps/canvas?jid=01995738-26ed-4e8c-9e14-c3f23d6de434

Signed-off-by: Philipp Schuster <[email protected]>
On-behalf-of: SAP [email protected]
@roypat
Copy link
Member

roypat commented Sep 22, 2025

ah shit, thanks for catching! Another case for running cargo check-all-features in CI

phip1611 added a commit to phip1611/kvm-rs that referenced this pull request Sep 22, 2025
This is a back-port of [0] to fix the CI.

[0] rust-vmm#351

Signed-off-by: Philipp Schuster <[email protected]>
On-behalf-of: SAP [email protected]
@ShadowCurse ShadowCurse merged commit 742c795 into rust-vmm:main Sep 22, 2025
39 checks passed
roypat pushed a commit that referenced this pull request Sep 25, 2025
This is a back-port of [0] to fix the CI.

[0] #351

Signed-off-by: Philipp Schuster <[email protected]>
On-behalf-of: SAP [email protected]
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.

3 participants