Skip to content

Allow using a device ID range in toml config

Dan Robertson requested to merge dlrobertson:add_range_config into master

Allow toml like the following

# virtio
[[drivers]]
name = "VIRTIO"
vendor = 6900
device_id_range = { start = 4096, end = 4160 }
command = ["virtiod", "$NAME", "$BAR0", "$BAR1",
           "$IRQ", "$DEVID", "$SUBSYSID"]

Merge request reports