The resulting output looks like: Event: source = virtio-device event = activated id = _disk0 See: #7484 Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
15 lines
337 B
TOML
15 lines
337 B
TOML
[package]
|
|
authors = ["The Cloud Hypervisor Authors"]
|
|
edition.workspace = true
|
|
name = "event_monitor"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
flume = { workspace = true }
|
|
libc = { workspace = true }
|
|
log = { workspace = true }
|
|
serde = { workspace = true, features = ["derive", "rc"] }
|
|
serde_json = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|