Skip to content

Disable vm-memory default features#230

Open
germag wants to merge 1 commit into
rust-vmm:mainfrom
germag:disable-vm-memory-default-feat
Open

Disable vm-memory default features#230
germag wants to merge 1 commit into
rust-vmm:mainfrom
germag:disable-vm-memory-default-feat

Conversation

@germag

@germag germag commented Mar 26, 2026

Copy link
Copy Markdown

Summary of the PR

By default vm-memory enables the "rawfd" feature, which causes the compilation to fail on windows.

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.

Comment thread src/loader_gen/x86_64/bootparam.rs Outdated
Comment thread src/loader_gen/x86_64/bootparam.rs Outdated
@slp

slp commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

@germag Please rebase this one (we only need the Cargo.toml change now).

By default vm-memory enables the "rawfd" feature, which causes the
compilation to fail on windows.

Signed-off-by: German Maglione <gmaglione@redhat.com>
@germag germag force-pushed the disable-vm-memory-default-feat branch from 9e91456 to b365347 Compare July 10, 2026 09:35
@germag

germag commented Jul 10, 2026

Copy link
Copy Markdown
Author

@germag Please rebase this one (we only need the Cargo.toml change now).

Done

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.

4 participants