blob: 5ac0f8cb2190fa2326b7c0b7820c050399a6d8a2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
x86: 0.715
architecture: 0.650
kernel: 0.630
ppc: 0.611
device: 0.538
network: 0.422
socket: 0.421
KVM: 0.409
graphic: 0.374
PID: 0.330
hypervisor: 0.329
vnc: 0.281
peripherals: 0.275
semantic: 0.265
register: 0.253
permissions: 0.234
virtual: 0.232
mistranslation: 0.230
risc-v: 0.218
files: 0.215
arm: 0.213
boot: 0.208
performance: 0.169
TCG: 0.149
VMM: 0.136
debug: 0.131
user-level: 0.103
assembly: 0.084
i386: 0.069
Suppressing kvm rdmsr errors to console
I am seeing numerous kvm rdmsr messages logged to /dev/tty1 (console), and would like to know how to suppress these messages. I've attempted "echo 1 > /sys/module/kvm/parameters/ignore_msrs" and the messages still appear on tty1.
I'm seeing the following rdmsr messages:
kvm [22212]: vcpu0 ignored rdmsr: 0x606
kvm [22212]: vcpu0 ignored rdmsr: 0x611
kvm [22212]: vcpu0 ignored rdmsr: 0x639
kvm [22212]: vcpu0 ignored rdmsr: 0x641
kvm [22212]: vcpu0 ignored rdmsr: 0x619
kvm [22212]: vcpu0 ignored rdmsr: 0x1ad
The following QEMU/KVM RPMs are installed:
ipxe-roms-qemu-20130517-7.gitc4bce43.el7.noarch
libvirt-daemon-driver-qemu-1.2.17-13.el7_2.2.x86_64
libvirt-daemon-kvm-1.2.17-13.el7_2.2.x86_64
qemu-img-ev-2.3.0-31.el7_2.4.1.x86_64
qemu-kvm-common-ev-2.3.0-31.el7_2.4.1.x86_64
qemu-kvm-ev-2.3.0-31.el7_2.4.1.x86_64
qemu-kvm-tools-ev-2.3.0-31.el7_2.4.1.x86_64
uname -a
Linux server 3.10.0-327.el7.x86_64 #1 SMP Thu Nov 19 22:10:57 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
I think this has been likely fixed by the following commit here:
https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git/commit/?id=fab0aa3b776f0a3af1db1f5
... which is part of upstream kernel v4.15.
|