commit | a4cca3b419a5081788bb7559023159e3147f66f0 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Tue May 05 09:39:08 2015 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri May 08 10:51:46 2015 +0200 |
tree | ad8bb00681f023abefff3b5ab31ef203a7e54d9e | |
parent | 8a9781f7ad0087182c51c629335803264568ef3b [diff] |
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>