I created a new VM to test, using no VIRTIO drivers...
Now when I boot, I get a black screen (the monitor has 1 dead pixel which flickers). I restarted after Windows automatically updated display drivers. I can only get to the desktop when booting in safe mode. I uninstalled the 750ti drivers in Safemode, disable automatic driver installation, reboot normally into desktop, and within 10second it crashes to the black screen.
Here is the cmdline from the new VM...
Code:/usr/bin/systemd-run --scope --slice qemu --unit 102 -p KillMode=none -p CPUShares=1000 /usr/bin/kvm -id 102 -chardev socket,id=qmp,path=/var/run/qemu-server/102.qmp,server,nowait -mon chardev=qmp,mode=control -vnc unix:/var/run/qemu-server/102.vnc,x509,password -pidfile /var/run/qemu-server/102.pid -daemonize -smbios type=1,uuid=cdf8af5f-6835-4830-85da-6ea70c2f24df -drive if=pflash,format=raw,readonly,file=/usr/share/kvm/OVMF-pure-efi.fd -drive if=pflash,format=raw,file=/tmp/102-OVMF_VARS-pure-efi.fd -name win102 -smp 4,sockets=1,cores=4,maxcpus=4 -nodefaults -boot menu=on,strict=on,reboot-timeout=1000 -vga none -no-hpet -cpu host,kvm=off -m 8000 -k en-us -device pci-bridge,id=pci.1,chassis_nr=1,bus=pci.0,addr=0x1e -device piix3-usb-uhci,id=uhci,bus=pci.0,addr=0x1.0x2 -readconfig /usr/share/qemu-server/pve-usb.cfg -device usb-tablet,id=tablet,bus=uhci.0,port=1 -device vfio-pci,host=02:00.0,id=hostpci0.0,bus=pci.0,addr=0x10.0,multifunction=on -device vfio-pci,host=02:00.1,id=hostpci0.1,bus=pci.0,addr=0x10.1 -device usb-host,hostbus=1,hostport=4 -device usb-host,hostbus=1,hostport=3 -iscsi initiator-name=iqn.1993-08.org.debian:01:63b8542aec40 -device ahci,id=ahci0,multifunction=on,bus=pci.0,addr=0x7 -drive file=/var/lib/vz/images/102/vm-102-disk-1.raw,if=none,id=drive-sata0,cache=writeback,format=raw,aio=threads,detect-zeroes=on -device ide-drive,bus=ahci0.0,drive=drive-sata0,id=sata0,bootindex=100 -drive file=/var/lib/vz/template/iso/Win10_1511_English_x64.iso,if=none,id=drive-ide2,media=cdrom,aio=threads -device ide-cd,bus=ide.1,unit=0,drive=drive-ide2,id=ide2,bootindex=200 -netdev type=tap,id=net0,ifname=tap102i0,script=/var/lib/qemu-server/pve-bridge,downscript=/var/lib/qemu-server/pve-bridgedown -device e1000,mac=62:38:37:33:65:33,netdev=net0,bus=pci.0,addr=0x12,id=net0,bootindex=300,romfile=pxe-e1000.rom -rtc driftfix=slew,base=localtime -machine type=pc-i440fx-2.2 -global kvm-pit.lost_tick_policy=discard
Really don't known here ... (same problem with ide drive vs sata ? with/without machine 2.2 ?)
can you install windows without pci-passthrough (hostpci0) ? then readd the device ?