Skip to content

Commit

Permalink
refactor common code
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Agache <[email protected]>
  • Loading branch information
alexandruag committed Mar 3, 2021
1 parent 9916ae0 commit 4f949bb
Show file tree
Hide file tree
Showing 9 changed files with 440 additions and 294 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,3 @@ panic = "abort"
[patch.crates-io]
event-manager = { git = "https://github.com/rust-vmm/event-manager.git", rev = "19ddbaa" }
linux-loader = { git = "https://github.com/rust-vmm/linux-loader.git", rev ="acf9c21"}

[patch."https://github.com/rust-vmm/vm-virtio.git"]
vm-virtio = { git = "https://github.com/alexandruag/vm-virtio.git", branch = "proto_wip4" }
2 changes: 1 addition & 1 deletion src/devices/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ libc = "0.2.76"
linux-loader = "0.2.0"
log = "0.4.6"
vm-memory = "0.4.0"
vmm-sys-util = "0.6.1"
vmm-sys-util = "0.7.0"

# vm-device is not yet published on crates.io.
# To make sure that breaking changes to vm-device are not breaking the
Expand Down
Loading

0 comments on commit 4f949bb

Please sign in to comment.