mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-25 05:03:05 +00:00
6b1a35298c
This CL implements PCI hotplug feature for virtio-net device. The feature is controlled by pci-hotplug feature flag and pci-hotplug-slots runtime flag. No behavior change to crosvm unless pci-hotplug-slots flag is set to a nonzero value. BUG=b:243767476 TEST=tools/presubmit TEST=e2e_test::tap_hotplug for TAP device hotplug and removal TEST=manual test for TAP device hotplug and removal with swap Change-Id: I5a60314293ef8a27981d7b550a61822491c254bb Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4473610 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Reviewed-by: Shin Kawamura <kawasin@google.com> Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org> Commit-Queue: Ningyuan Wang <ningyuan@google.com> Reviewed-by: Dennis Kempin <denniskempin@google.com> Reviewed-by: Jason Iman <jasongustaman@chromium.org>
16 lines
336 B
TOML
16 lines
336 B
TOML
[package]
|
|
name = "e2e_tests"
|
|
version = "0.1.0"
|
|
authors = ["The ChromiumOS Authors"]
|
|
edition = "2021"
|
|
|
|
[dev-dependencies]
|
|
anyhow = "*"
|
|
fixture = { path = "fixture" }
|
|
libc = "*"
|
|
net_sys = {path = "../net_sys"}
|
|
net_util = {path = "../net_util"}
|
|
rand = "0.8"
|
|
tempfile = "3"
|
|
prebuilts = { path = "../prebuilts" }
|
|
base = { path = "../base" }
|