From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sean Christopherson Date: Thu, 10 Nov 2022 16:50:32 +0000 Subject: [PATCH 32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules In-Reply-To: References: <20221102231911.3107438-1-seanjc@google.com> <20221102231911.3107438-33-seanjc@google.com> Message-ID: List-Id: To: kvm-riscv@lists.infradead.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Thu, Nov 10, 2022, Robert Hoo wrote: > After this patch set, still find some printk()s left in arch/x86/kvm/*, > consider clean all of them up? Hmm, yeah, I suppose at this point it makes sense to tack on a patch to clean them up.