i dont know about proxmox, but when i used virsh with kvm i could simply change the driver type and it worked.
I doesnt seem like proxmox lets you edit the driver in the gui, so you have to do it by hand in the config file.
make a backup beforehand
/etc/pve/qemu-server/100.conf
make sure it looks something like this if multiple disks numerate scsi0, scsi1 etc:
also for windows you need to install virtio drivers for best performance, you can mount the iso right at install
https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win.iso
I doesnt seem like proxmox lets you edit the driver in the gui, so you have to do it by hand in the config file.
make a backup beforehand
/etc/pve/qemu-server/100.conf
make sure it looks something like this if multiple disks numerate scsi0, scsi1 etc:
Code:
scsi0: SIXTBZ:vm-100-disk-0,discard=on,size=256G,ssd=1
scsi1: SIXTBZ:vm-100-disk-1,discard=on,size=256G,ssd=1
scsihw: virtio-scsi-pci
also for windows you need to install virtio drivers for best performance, you can mount the iso right at install
https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win.iso