]> git.proxmox.com Git - qemu-server.git/commit
use new pcie port hardware
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 8 Jul 2019 09:25:10 +0000 (11:25 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 8 Jul 2019 11:31:55 +0000 (13:31 +0200)
commit7583d156fd02f8017fc1fa33d34b0eea157da699
treee039a46823ed16ed2300a32ea5a8a7842154eea2
parent85f0511db3a5c2ec13495100f6f7d6a6f48d7c65
use new pcie port hardware

with qemu 4.0 we can make use of the new pcie-root-ports with settings
for the width/speed which can resolve issues with some hardware combinations
when negioating link speed

so we add a new q35 cfg that we include with machine types >= 4.0
to preserve live migration of machines without passthrough but q35

for details about the link speeds see:

pcie: Enhanced link speed and width support
https://lists.gnu.org/archive/html/qemu-devel/2018-12/msg02827.html

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Makefile
PVE/QemuServer.pm
PVE/QemuServer/USB.pm
pve-q35-4.0.cfg [new file with mode: 0644]