mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-12-26 05:07:15 +00:00
b657603f10
Implement all the server methods for the 9P protocol. BUG=chromium:703939 TEST=bonnie++ -r 256 Change-Id: I6b1b5fe4fea4d4941db42e5c1a364a54d0827054 Signed-off-by: Chirantan Ekbote <chirantan@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1013203 Reviewed-by: Stephen Barber <smbarber@chromium.org> Reviewed-by: Dylan Reid <dgreid@chromium.org>
11 lines
No EOL
180 B
TOML
11 lines
No EOL
180 B
TOML
[package]
|
|
name = "p9"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
|
|
[dependencies]
|
|
libc = "*"
|
|
wire_format_derive = { path = "wire_format_derive" }
|
|
|
|
[features]
|
|
trace = [] |