Could not access KVM kernel module after upgradeing to 3.4-6

found this:
Code:
[FONT=Menlo]root@proxmox:/etc/modprobe.d# cat kvm-intel.conf [/FONT][FONT=Menlo]options kvm-intel nested=1[/FONT]
[FONT=Menlo]root@proxmox:/etc/modprobe.d#[/FONT]
 
Thank you Sir,

That most certainly resolved the issue. It's wired that, that file was there if it is not installed by the system and I would not have created it manually. There is another file in that folder called fbdev-blacklist.conf not sure is that should be there either. It's contents are below. I've restarted the machine a few times now and the hardware virtualisation is working as was before so I'll continue to monitor it and hopefully the issue has gone away.

Code:
[/FONT][FONT=Menlo]root@proxmox:/etc/modprobe.d# cat fbdev-blacklist.conf [/FONT][FONT=Menlo]# This file blacklists most old-style PCI framebuffer drivers.[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]blacklist arkfb[/FONT]
[FONT=Menlo]blacklist aty128fb[/FONT]
[FONT=Menlo]blacklist atyfb[/FONT]
[FONT=Menlo]blacklist radeonfb[/FONT]
[FONT=Menlo]blacklist cirrusfb[/FONT]
[FONT=Menlo]blacklist cyber2000fb[/FONT]
[FONT=Menlo]blacklist gx1fb[/FONT]
[FONT=Menlo]blacklist gxfb[/FONT]
[FONT=Menlo]blacklist kyrofb[/FONT]
[FONT=Menlo]blacklist matroxfb_base[/FONT]
[FONT=Menlo]blacklist mb862xxfb[/FONT]
[FONT=Menlo]blacklist neofb[/FONT]
[FONT=Menlo]blacklist nvidiafb[/FONT]
[FONT=Menlo]blacklist pm2fb[/FONT]
[FONT=Menlo]blacklist pm3fb[/FONT]
[FONT=Menlo]blacklist s3fb[/FONT]
[FONT=Menlo]blacklist savagefb[/FONT]
[FONT=Menlo]blacklist sisfb[/FONT]
[FONT=Menlo]blacklist tdfxfb[/FONT]
[FONT=Menlo]blacklist tridentfb[/FONT]
[FONT=Menlo]blacklist viafb[/FONT]
[FONT=Menlo]blacklist vt8623fb[/FONT]

[FONT=Menlo]root@proxmox:/etc/modprobe.d#[/FONT][FONT=Menlo]