WRMSR messages on Proxmox 8.1

deepcloud

Active Member
Feb 12, 2021
141
26
38
India
deepcloud.in
I have installed Proxmox 8.1 and updated it with the enterprise repo too so I am on the latest stable updates version of packages.

I have installed a few VM and I noticed the below messages on the console like the below.

kvm_amd: kvm [processid]: vcpu0 guest rIP: 0xfffff8e8f14d08e6 Unhandled WRMSR(0xc0010115) = 0x0

is this ok to ignore or we need to make some config changes to stop these messages from coming?
 
These messages can be ignored. If you do not want the messages to show up anymore add the following kvm options:
Bash:
echo "options kvm ignore_msrs=1 report_ignored_msrs=0" > /etc/modprobe.d/kvm.conf
https://pve.proxmox.com/wiki/PCI_Passthrough#Tips