File tree Expand file tree Collapse file tree 14 files changed +3
-23
lines changed Expand file tree Collapse file tree 14 files changed +3
-23
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ default-features = false
6060
6161[features ]
6262default = [
63- # "nullnet",
63+ " nullnet" ,
6464]
6565
6666nullnet = []
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ default-features = false
3939
4040[features ]
4141default = [
42- " test_ab" ,
43- " test_cd" ,
42+ # "test_ab",
43+ # "test_cd",
4444 " shadow" ,
4545 # "benchnet",
4646 # "benchnvme"
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ edition = "2018"
66
77# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88[dependencies ]
9- slabmalloc = { path = " ../slabmalloc" }
109libsyscalls = { path = " ../libsyscalls" , version = " 0.1.0" }
1110
1211# [dev-dependencies]
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ edition = "2018"
77# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88[dependencies ]
99spin = { path = " ../../../lib/spin-rs" }
10- x86_64 = " 0.7.5"
1110syscalls = { path = " ../../interfaces/syscalls" , version = " 0.1.0" }
1211platform = { path = " ../../interfaces/platform" , version = " 0.1.0" }
1312pc-keyboard = " 0.3.1"
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ edition = "2018"
77# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88[dependencies ]
99# spin = "0.5.2"
10- x86_64 = " 0.7.5"
1110libsyscalls = { path = " ../libsyscalls" , version = " 0.1.0" }
1211console = { path = " ../console" , version = " 0.1.0" }
1312
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ edition = "2018"
77# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88
99[dependencies ]
10- slabmalloc = { path = " ../slabmalloc" }
1110libsyscalls = { path = " ../libsyscalls" , version = " 0.1.0" }
1211spin = { path = " ../../../lib/spin-rs" }
1312hashbrown = " 0.6"
Original file line number Diff line number Diff line change @@ -17,15 +17,13 @@ panic = "abort"
1717debug = true
1818
1919[dependencies ]
20- x86_64 = " 0.7.5"
2120syscalls = { path = " ../../sys/interfaces/syscalls" , version = " 0.1.0" }
2221usr = { path = " ../../sys/interfaces/usr" , version = " 0.1.0" }
2322create = { path = " ../../sys/interfaces/create" , version = " 0.1.0" }
2423proxy = { path = " ../../sys/interfaces/proxy" , version = " 0.1.0" }
2524libsyscalls = { path = " ../../sys/lib/libsyscalls" , version = " 0.1.0" }
2625libtime = { path = " ../../sys/lib/libtime" , version = " 0.1.0" }
2726console = { path = " ../../sys/lib/console" , version = " 0.1.0" }
28- slabmalloc = { path = " ../../sys/lib/slabmalloc" }
2927malloc = { path = " ../../sys/lib/malloc" , version = " 0.1.0" }
3028rref = { path = " ../../sys/lib/rref" , version = " 0.1.0" }
3129spin = { path = " ../../lib/spin-rs" }
Original file line number Diff line number Diff line change @@ -17,15 +17,13 @@ panic = "abort"
1717debug = true
1818
1919[dependencies ]
20- x86_64 = " 0.7.5"
2120syscalls = { path = " ../../../sys/interfaces/syscalls" , version = " 0.1.0" }
2221usr = { path = " ../../../sys/interfaces/usr" , version = " 0.1.0" }
2322create = { path = " ../../../sys/interfaces/create" , version = " 0.1.0" }
2423proxy = { path = " ../../../sys/interfaces/proxy" , version = " 0.1.0" }
2524libsyscalls = { path = " ../../../sys/lib/libsyscalls" , version = " 0.1.0" }
2625libtime = { path = " ../../../sys/lib/libtime" , version = " 0.1.0" }
2726console = { path = " ../../../sys/lib/console" , version = " 0.1.0" }
28- slabmalloc = { path = " ../../../sys/lib/slabmalloc" }
2927malloc = { path = " ../../../sys/lib/malloc" , version = " 0.1.0" }
3028rref = { path = " ../../../sys/lib/rref" , version = " 0.1.0" }
3129spin = { path = " ../../../lib/spin-rs" }
Original file line number Diff line number Diff line change @@ -17,15 +17,13 @@ panic = "abort"
1717debug = true
1818
1919[dependencies ]
20- x86_64 = " 0.7.5"
2120syscalls = { path = " ../../../sys/interfaces/syscalls" , version = " 0.1.0" }
2221usr = { path = " ../../../sys/interfaces/usr" , version = " 0.1.0" }
2322create = { path = " ../../../sys/interfaces/create" , version = " 0.1.0" }
2423proxy = { path = " ../../../sys/interfaces/proxy" , version = " 0.1.0" }
2524libsyscalls = { path = " ../../../sys/lib/libsyscalls" , version = " 0.1.0" }
2625libtime = { path = " ../../../sys/lib/libtime" , version = " 0.1.0" }
2726console = { path = " ../../../sys/lib/console" , version = " 0.1.0" }
28- slabmalloc = { path = " ../../../sys/lib/slabmalloc" }
2927malloc = { path = " ../../../sys/lib/malloc" , version = " 0.1.0" }
3028rref = { path = " ../../../sys/lib/rref" , version = " 0.1.0" }
3129spin = { path = " ../../../lib/spin-rs" }
Original file line number Diff line number Diff line change @@ -17,15 +17,13 @@ panic = "abort"
1717debug = true
1818
1919[dependencies ]
20- x86_64 = " 0.7.5"
2120syscalls = { path = " ../../../sys/interfaces/syscalls" , version = " 0.1.0" }
2221usr = { path = " ../../../sys/interfaces/usr" , version = " 0.1.0" }
2322create = { path = " ../../../sys/interfaces/create" , version = " 0.1.0" }
2423proxy = { path = " ../../../sys/interfaces/proxy" , version = " 0.1.0" }
2524libsyscalls = { path = " ../../../sys/lib/libsyscalls" , version = " 0.1.0" }
2625libtime = { path = " ../../../sys/lib/libtime" , version = " 0.1.0" }
2726console = { path = " ../../../sys/lib/console" , version = " 0.1.0" }
28- slabmalloc = { path = " ../../../sys/lib/slabmalloc" }
2927malloc = { path = " ../../../sys/lib/malloc" , version = " 0.1.0" }
3028rref = { path = " ../../../sys/lib/rref" , version = " 0.1.0" }
3129tls = { path = " ../../../sys/lib/tls" , version = " 0.1.0" }
You can’t perform that action at this time.
0 commit comments