]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuServer/PCI.pm
add win7 pcie quirk
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 17 Dec 2018 12:57:08 +0000 (13:57 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 17 Dec 2018 13:00:23 +0000 (14:00 +0100)
commit739ba34024cf33bf6c9ae0077d44ffc6d5e12cf4
treeb836edbe286a936112b5612a35e373808ee7f600
parent86c9fafefc696a9c19b9ada00ea2793f6a0e4883
add win7 pcie quirk

Win7 is very picky about pcie assignments and fails with
'error 12' the way we add hospci devices.

To combat that, we simply give the hostpci device a normal port
instead.

Start with address 0x10, so that we have space before those devices,
and between them and the ones configured in pve-q35.cfg should we
need it in the future.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/QemuServer.pm
PVE/QemuServer/PCI.pm