Skip to content

Commit 242fb52

Browse files
committed
interrupt: introduce traits to manage interrupt sources
Introduce traits InterruptManager and Interrupt to manage interrupt sources for virtual devices. Signed-off-by: Liu Jiang <[email protected]> Signed-off-by: Bin Zha <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
1 parent 3daea68 commit 242fb52

File tree

4 files changed

+441
-1
lines changed

4 files changed

+441
-1
lines changed

Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ repository = "https://github.com/rust-vmm/vm-device"
66
license = "Apache-2.0"
77

88
[dependencies]
9+
vmm-sys-util = "~0"
10+
11+
[dev-dependencies]
12+
matches = ">=0"

coverage_config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"coverage_score": 79.9,
2+
"coverage_score": 76.3,
33
"exclude_path": "",
44
"crate_features": ""
55
}

0 commit comments

Comments
 (0)