]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
x86/kvm: Fix pr_info() for async PF setup/teardown
authorVitaly Kuznetsov <vkuznets@redhat.com>
Wed, 26 May 2021 05:19:00 +0000 (07:19 +0200)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Fri, 28 May 2021 10:39:07 +0000 (12:39 +0200)
commit84963046f67adf4970295841d76cb3199e583541
tree7812b63a06b11e82299dfeae0e80c768d6b2d823
parent5a68303e163943750c46b999969b6ae3a4799fc5
x86/kvm: Fix pr_info() for async PF setup/teardown

BugLink: https://bugs.launchpad.net/bugs/1920944
'pr_fmt' already has 'kvm-guest: ' so 'KVM' prefix is redundant.
"Unregister pv shared memory" is very ambiguous, it's hard to
say which particular PV feature it relates to.

Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Message-Id: <20210414123544.1060604-2-vkuznets@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit 0a269a008f837e76ce285679ab3005059fadc2a6)
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Acked-by: Guilherme G. Piccoli <gpiccoli@canonical.com>
Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
arch/x86/kernel/kvm.c