Skip to content

Commit

Permalink
fix(Cargo.toml): remove vm-memory patch dependency
Browse files Browse the repository at this point in the history
This commit removes the vm-memory dependency since now on
the I/O Dispatcher system implements the llseek operation
used by the device model to retrieve the final address
of the shared memory region.

Signed-off-by: João Peixoto <[email protected]>
  • Loading branch information
joaopeixoto13 committed Sep 26, 2024
1 parent 018e933 commit cedb89f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ vmm = { path = "src/vmm" }
# The [patch] section is used to override dependencies with custom implementations

[patch.crates-io]
vm-memory = { git = "https://github.com/joaopeixoto13/vm-memory", branch = "bao-hypervisor" }
vhost = { git = "https://github.com/joaopeixoto13/vhost", branch = "vhost-user-frontend" }
virtio-queue = { git = "https://github.com/joaopeixoto13/vm-virtio", branch = "bao-hypervisor" }
virtio-device = { git = "https://github.com/joaopeixoto13/vm-virtio", branch = "bao-hypervisor" }
Expand Down

0 comments on commit cedb89f

Please sign in to comment.