OSDN Git Service

x86/kvm: Silence per-cpu pr_info noise about KVM clocks and steal time
authorDavid Woodhouse <dwmw@amazon.co.uk>
Thu, 9 Dec 2021 15:09:38 +0000 (15:09 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 7 Jan 2022 15:44:43 +0000 (10:44 -0500)
commitf3f26dae05e39f0f286f588669b54d49b61dcfb8
tree7af06ad7ec2cb44308ea86315630e1f2044261ce
parent018d70ffcfec8a01f77b0d840527203d337dd7f9
x86/kvm: Silence per-cpu pr_info noise about KVM clocks and steal time

I made the actual CPU bringup go nice and fast... and then Linux spends
half a minute printing stupid nonsense about clocks and steal time for
each of 256 vCPUs. Don't do that. Nobody cares.

Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Message-Id: <20211209150938.3518-12-dwmw2@infradead.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kernel/kvm.c
arch/x86/kernel/kvmclock.c