KVM: remove pointless cpu hotplug messages
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Tue, 5 May 2015 07:39:08 +0000 (09:39 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 8 May 2015 08:51:46 +0000 (10:51 +0200)
commita4cca3b419a5081788bb7559023159e3147f66f0
treead8bb00681f023abefff3b5ab31ef203a7e54d9e
parent8a9781f7ad0087182c51c629335803264568ef3b
KVM: remove pointless cpu hotplug messages

On cpu hotplug only KVM emits an unconditional message that its notifier
has been called. It certainly can be assumed that calling cpu hotplug
notifiers work, therefore there is no added value if KVM prints a message.

If an error happens on cpu online KVM will still emit a warning.

So let's remove this superfluous message.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
virt/kvm/kvm_main.c
This page took 0.024765 seconds and 5 git commands to generate.