Skip to content

Commit

Permalink
Make vfio-bindings available from third-party/rust
Browse files Browse the repository at this point in the history
Summary: Make vfio-bindings available from third-party/rust again so that we only need to fork vfio_user to fbcode and add vfio-bindings as dependency from third party code.

Reviewed By: loganwendholt, dtolnay

Differential Revision: D68579169

fbshipit-source-id: 3f87e19b02ce0e7081d9f7070d62b33c773d7c3b
  • Loading branch information
Fiona Li authored and facebook-github-bot committed Jan 30, 2025
1 parent 1383293 commit f422e1a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions eden/fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ uefisettings = { git = "https://github.com/linuxboot/uefisettings", rev = "f16da
uefisettings_backend_thrift = { git = "https://github.com/linuxboot/uefisettings", rev = "f16daed1d2bd1216204fd24e876c6477d03aebb3" }
warp = { git = "https://github.com/jdthomas/warp.git", rev = "c794232d182abaa3add8184e7d661e084cc516c5", features = ["tls"] }

[patch."https://github.com/rust-vmm/vfio"]
vfio-bindings = "0.3.1"

[workspace]
members = [
"benchmarks",
Expand Down
3 changes: 0 additions & 3 deletions eden/mononoke/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ uefisettings = { git = "https://github.com/linuxboot/uefisettings", rev = "f16da
uefisettings_backend_thrift = { git = "https://github.com/linuxboot/uefisettings", rev = "f16daed1d2bd1216204fd24e876c6477d03aebb3" }
warp = { git = "https://github.com/jdthomas/warp.git", rev = "c794232d182abaa3add8184e7d661e084cc516c5", features = ["tls"] }

[patch."https://github.com/rust-vmm/vfio"]
vfio-bindings = "0.3.1"

[workspace]
members = [
".",
Expand Down

0 comments on commit f422e1a

Please sign in to comment.