[pve-devel] applied: [PATCH qemu-server] use new pcie port hardware
Dominik Csapak
d.csapak at proxmox.com
Fri Jul 12 09:14:37 CEST 2019
>>
>
> applied, but I only skimmed the new config so I'd be great to get another
> cross-check of it soon...
>
thanks, just fyi, the diff of pve-q35.cfg and pve-q35-4.0.cfg
--------8<--------
--- pve-q35.cfg 2018-12-04 09:22:33.704987588 +0100
+++ pve-q35-4.0.cfg 2019-07-12 09:11:56.827623671 +0200
@@ -66,7 +66,9 @@
[device "ich9-pcie-port-1"]
- driver = "ioh3420"
+ driver = "pcie-root-port"
+ x-speed = "16"
+ x-width = "32"
multifunction = "on"
bus = "pcie.0"
addr = "1c.0"
@@ -74,7 +76,9 @@
chassis = "1"
[device "ich9-pcie-port-2"]
- driver = "ioh3420"
+ driver = "pcie-root-port"
+ x-speed = "16"
+ x-width = "32"
multifunction = "on"
bus = "pcie.0"
addr = "1c.1"
@@ -82,7 +86,9 @@
chassis = "2"
[device "ich9-pcie-port-3"]
- driver = "ioh3420"
+ driver = "pcie-root-port"
+ x-speed = "16"
+ x-width = "32"
multifunction = "on"
bus = "pcie.0"
addr = "1c.2"
@@ -90,7 +96,9 @@
chassis = "3"
[device "ich9-pcie-port-4"]
- driver = "ioh3420"
+ driver = "pcie-root-port"
+ x-speed = "16"
+ x-width = "32"
multifunction = "on"
bus = "pcie.0"
addr = "1c.3"
More information about the pve-devel
mailing list