I would add that you should do these small additional steps too.
1. before you start the qemu session, enable nested kvm, so proxmox installation does not nag about kvm not being supported
# cat /sys/module/kvm_intel/parameters/nested
# rmmod kvm_intel
# modprobe kvm_intel nested=1
#cat...