kvm : ignored rdmsr ?

Indirectelex

Member
May 26, 2021
95
11
13
36
Canada
I just update pve and now I got this message, I wonder what it does means, should I do something about it?
kvm [2693] : ignored rdmsr
 

Attachments

  • firefox_1Gm7Nfx5za.png
    firefox_1Gm7Nfx5za.png
    8.8 KB · Views: 68
  • Like
Reactions: baddieday
Hi,

you can safely ignore these messages. Some VM is trying to access some non-existing processor resource (MSR = model specific register; 0xc0011029 is some AMD-specific register for chicken bits & such IIRC).
If you want to get rid of these messages in the syslog, run
Code:
echo 'options kvm report_ignored_msrs=0' >>/etc/modprobe.d/kvm.conf
and reboot.
 
  • Like
Reactions: puzzle9
Great to hear!

Please just mark the thread as solved by editing the first post - there should be a dropdown near
the title field. This helps other people with the same question to more easily find this thread in
the future! :)