Takashi Iwai changed bug 1178280
What Removed Added
CC   jroedel@suse.com, tiwai@suse.com

Comment # 1 on bug 1178280 from
It's calling with NULL vcpu and leads to Oops at printing an error / debug
message via vcpu_unimpl() in kvm_msr_ignored_check().

A simple fix would be to replace vcpu_unimpl() with kvm_pr_unimpl() (also
vcpu_debug_ratelimited() with kvm_debug_ratelimited() as well) in
kvm_msr_ignored_check().

Adding Joerg to Cc.


You are receiving this mail because: