Allow using a device ID range in toml config
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"]