Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2025

Bumps rust-vmm-ci from 042b206 to b4bb768.

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rust-vmm-ci](https://github.com/rust-vmm/rust-vmm-ci) from `042b206` to `b4bb768`.
- [Commits](rust-vmm/rust-vmm-ci@042b206...b4bb768)

---
updated-dependencies:
- dependency-name: rust-vmm-ci
  dependency-version: b4bb7687a11bc6bdb07a37b71d2795b9fe77863f
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file submodules Pull requests that update Submodules code labels Nov 10, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file submodules Pull requests that update Submodules code labels Nov 10, 2025
The main one I am not sure about is the change of the ffi calling
convension in the windows code. According to rust-lang#137018, "stdcall"
is only for 32bit targets, which we do not support, and everything else
should just use "C".

There are some more fixes than what the CI complains about, because the
CI does not run clippy on the windows target, but my local setup does,
so I fixed up some additional warnings.

Signed-off-by: Patrick Roy <[email protected]>
@roypat
Copy link
Member

roypat commented Nov 10, 2025

@XanClic the compiler claims that struct SimpleIommu is dead code, lol. Are we missing any exports on some feature combinations?

@XanClic
Copy link
Collaborator

XanClic commented Nov 10, 2025

@roypat I suppose it should be #[cfg(feature = "backend-mmap")]. Strange that it never popped up so far… I’ll send a PR.

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

Labels

dependencies Pull requests that update a dependency file submodules Pull requests that update Submodules code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants