From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sean Christopherson Date: Wed, 30 Nov 2022 23:02:16 +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, Sean Christopherson wrote: > 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. Actually, I'm going to pass on this for now. The series is already too big. I'll add this to my todo list for the future.