Skip to content

Commit

Permalink
interrupt: introduce traits to manage interrupt sources
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
bonzini committed Mar 6, 2020
1 parent 3daea68 commit 242fb52
Show file tree
Hide file tree
Showing 4 changed files with 441 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ repository = "https://github.com/rust-vmm/vm-device"
license = "Apache-2.0"

[dependencies]
vmm-sys-util = "~0"

[dev-dependencies]
matches = ">=0"
2 changes: 1 addition & 1 deletion coverage_config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"coverage_score": 79.9,
"coverage_score": 76.3,
"exclude_path": "",
"crate_features": ""
}
Loading

0 comments on commit 242fb52

Please sign in to comment.