You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/content/design/emulated-pci-spec.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ status: proposed
11
11
At present (early March 2015) the datamodel defines a VM as having a "platform" string-string map, in which two keys are interpreted as specifying a PCI device which should be emulated for the VM. Those keys are "device_id" and "revision" (with int values represented as decimal strings).
12
12
13
13
Limitations:
14
-
* Hardcoded defaults are used for the the vendor ID and all other parameters except device_id and revision.
14
+
* Hardcoded defaults are used for the vendor ID and all other parameters except device_id and revision.
15
15
* Only one emulated PCI device can be specified.
16
16
17
17
When instructing qemu to emulate PCI devices, qemu accepts twelve parameters for each device.
0 commit comments