Skip to content

Commit

Permalink
Merge branch 'main' into virtio-video
Browse files Browse the repository at this point in the history
  • Loading branch information
stsquad authored Oct 23, 2023
2 parents 4164375 + c6f586d commit c7cd582
Show file tree
Hide file tree
Showing 11 changed files with 729 additions and 130 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

122 changes: 22 additions & 100 deletions staging/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion staging/coverage_config_x86_64.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"coverage_score": 7.94,
"coverage_score": 50.43,
"exclude_path": "",
"crate_features": ""
}
13 changes: 8 additions & 5 deletions staging/vhost-device-sound/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ license = "Apache-2.0 OR BSD-3-Clause"
edition = "2018"

[features]
xen = ["vm-memory/xen", "vhost/xen", "vhost-user-backend/xen"]
default = ["alsa-backend", "pw-backend"]
alsa-backend = ["dep:alsa"]
pw-backend = ["pw"]
Expand All @@ -21,13 +22,15 @@ env_logger = "0.10"
log = "0.4"
pw = { package = "pipewire", git = "https://gitlab.freedesktop.org/pipewire/pipewire-rs.git", rev = "5fe090b3ac8f6fed756c4871ac18f26edda3ac89", optional = true }
thiserror = "1.0"
vhost = { version = "0.6", features = ["vhost-user-slave"] }
vhost-user-backend = "0.8"
vhost = { version = "0.8", features = ["vhost-user-slave"] }
vhost-user-backend = "0.10"
virtio-bindings = "0.2.1"
virtio-queue = "0.7"
vm-memory = "0.10"
virtio-queue = "0.9"
vm-memory = "0.12"
vmm-sys-util = "0.11"

[dev-dependencies]
serial_test = "1.0"
rstest = "0.18.2"
tempfile = "3.5"
virtio-queue = { version = "0.9", features = ["test-utils"] }
vm-memory = { version = "0.12", features = ["backend-mmap", "backend-atomic"] }
Loading

0 comments on commit c7cd582

Please sign in to comment.