Hey spirit, so i've finally got some time to test this and am running into the following issue:
When i try to pass the GPU through (working windows 10 installed via noVNC)
errors during startup of KVM:
Code:
Use of uninitialized value $kvmver in pattern match (m//) at /usr/share/perl5/PVE/QemuServer.pm line 6378.
Use of uninitialized value $current_major in numeric ge (>=) at /usr/share/perl5/PVE/QemuServer.pm line 6384.
GPU does not get passed through, noVNC displays "This Vm has no graphic display device.". guest had been installed via noVNC and uefi support (and works without passed through GPU).
using the following vmid.conf
Code:
balloon: 1024
bios: ovmf
boot: cd
bootdisk: scsi0
cores: 10
hostpci0: 02:00,x-vga=on,pcie=1
hostpci1: 00:1b.0
ide0: local:iso/virtio-win-0.1.110.iso,media=cdrom,size=55260K
ide2: local:iso/Win10_1511_EnglishInternational_x64.iso,media=cdrom,size=3895734K
keyboard: de
machine: q35
memory: 8192
name: win10.datamile.lan
numa: 0
ostype: win8
scsi0: P2__HDD_OSD_R_F3:vm-1051-disk-1,cache=writeback,size=50G
scsi1: P1__HDD_OSD_EC_F2:vm-1051-disk-1,cache=writeback,size=200G
scsihw: virtio-scsi-pci
smbios1: uuid=d5c400b0-2f7e-47a0-8f20-5aca126c08c1
sockets: 1
usb0: host=046d:c50d
usb1: host=0566:3107
hostpci0: 02:00,x-vga=on,pcie=1 <<- AMD R9 290X 8GB
hostpci1: 00:1b.0 <<- Onboard soundcard
Not sure where the issue is. Any ideas ?
edit: the error seems to be tied to teh following entry:
If i uncomment it,
The error message does not get displayed, but it complaints that Q35 is missing. If i then uncomment the hostpci lines then there is no error message.
edit2: fully updated proxmox (17/12/15@07:15) with pve-no-subscription repository