Kaiyi Li
|
c28067d1d9
Reformat comments
|
9 months ago |
Vikram Auradkar
|
2768f223ee
clippy: enforce safety block comments
|
11 months ago |
A. Cody Schuffelen
|
4748c54b95
Rename "unix" to "linux" in code and docs
|
1 year ago |
Dennis Kempin
|
210a0a01a3
Enable parallel execution of plugin and e2e tests
|
1 year ago |
Daniel Verkamp
|
dfe9869d6c
Rust 1.65: Fix clippy borrow_deref_ref, needless_borrow, and explicit_auto_deref lints
|
1 year ago |
Dennis Kempin
|
bb9a3a5572
Document feature flags and introduce new feature sets
|
2 years ago |
Dennis Kempin
|
1dab58a2cf
Update all copyright headers to match new style
|
2 years ago |
Dennis Kempin
|
4fea399df9
Reformat imports
|
2 years ago |
Daniel Verkamp
|
7c47dfe3f2
tests: disable plugin_hint test
|
2 years ago |
Daniel Verkamp
|
19fc097eb8
crosvm: replace lazy_static with once_cell
|
2 years ago |
Anton Romanov
|
7910b89eb3
crosvm: move run command to argh
|
2 years ago |
Noah Gold
|
486fa03648
net_util: refactor unix for cross platforming.
|
2 years ago |
Anton Romanov
|
f87295a8ce
crosvm: skip creating tap device in plugins tests if not enough capabilities
|
2 years ago |
Anton Romanov
|
fb1df15477
crosvm: Fix running plugins integration tests
|
2 years ago |
Daniel Verkamp
|
5cf2691610
tests/plugins: replace rand_ish use with a counter
|
3 years ago |
Michael Hoyle
|
6a0960a4a7
base: First steps towards universal RawDescriptor
|
4 years ago |
Michael Hoyle
|
a7e38ab421
base: Add shared memory layer to base.
|
4 years ago |
Michael Hoyle
|
6b19695c81
Add "base" crate and transition crosvm usages to it from sys_util
|
4 years ago |
Keiichi Watanabe
|
275c1ef45d
crosvm: Apply cargo fix for some clippy errors
|
4 years ago |
Matt Delco
|
e73414db48
crosvm: add ability to enable caps on vcpu
|
4 years ago |
Matt Delco
|
a52b2a6c81
crosvm: add plugin API for async writes
|
5 years ago |
Matt Delco
|
ac0b9b71d1
crosvm: pre-cache answers to plugin get calls
|
5 years ago |
Zach Reizner
|
506105dc0d
use `SharedMemory::{named, anon}` to replace `::new`
|
5 years ago |
David Tolnay
|
1c5e2557e2
edition: Eliminate blocks superseded by NLL
|
5 years ago |
David Tolnay
|
aecf9a4dee
edition: Remove extern crate lines
|
5 years ago |
David Tolnay
|
b4bd00fdad
error: Print errors using Display impl
|
5 years ago |
Daniel Prilik
|
2200604d9c
remove rand crate
|
5 years ago |
David Tolnay
|
2bac1e7a9c
toolchain: Update to Rust 1.31.0
|
6 years ago |
Zach Reizner
|
55a9e504be
cargo fmt all source code
|
6 years ago |
Zach Reizner
|
a1422e6bca
fix warning and bit rotted tests uncovered by kokoro
|
6 years ago |