Re: [PATCH] KVM: remove pointless cpu hotplug messages

2015-05-07 Thread Paolo Bonzini
On 05/05/2015 09:39, Heiko Carstens wrote: > 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

Re: [PATCH] KVM: remove pointless cpu hotplug messages

2015-05-07 Thread Paolo Bonzini
On 05/05/2015 09:39, Heiko Carstens wrote: 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

Re: [PATCH] KVM: remove pointless cpu hotplug messages

2015-05-05 Thread Christian Borntraeger
Am 05.05.2015 um 09:39 schrieb Heiko Carstens: > 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

[PATCH] KVM: remove pointless cpu hotplug messages

2015-05-05 Thread Heiko Carstens
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

[PATCH] KVM: remove pointless cpu hotplug messages

2015-05-05 Thread Heiko Carstens
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

Re: [PATCH] KVM: remove pointless cpu hotplug messages

2015-05-05 Thread Christian Borntraeger
Am 05.05.2015 um 09:39 schrieb Heiko Carstens: 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