We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00cdba3 commit dd73c54Copy full SHA for dd73c54
README.md
@@ -145,6 +145,28 @@ module "vm" {
145
product = "0xab28"
146
}
147
]
148
+ pci_devices_passthrough = [
149
+ {
150
+ src_domain = "0x0000",
151
+ src_bus = "0xc1",
152
+ src_slot = "0x00",
153
+ src_func = "0x0",
154
+ dst_domain = "0x0000",
155
+ dst_bus = "0x00",
156
+ dst_slot = "0x08"
157
+ dst_func = "0x0"
158
+ },
159
160
161
162
163
+ src_func = "0x1",
164
165
166
+ dst_slot = "0x09"
167
168
+ }
169
+ ]
170
171
172
0 commit comments