Skip to content

Commit dd73c54

Browse files
authored
Update README.md
1 parent 00cdba3 commit dd73c54

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

+22
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,28 @@ module "vm" {
145145
product = "0xab28"
146146
}
147147
]
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+
src_domain = "0x0000",
161+
src_bus = "0xc1",
162+
src_slot = "0x00",
163+
src_func = "0x1",
164+
dst_domain = "0x0000",
165+
dst_bus = "0x00",
166+
dst_slot = "0x09"
167+
dst_func = "0x0"
168+
}
169+
]
148170
}
149171
}
150172

0 commit comments

Comments
 (0)