From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Hoo Date: Thu, 01 Dec 2022 09:34:37 +0800 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 Wed, 2022-11-30 at 23:02 +0000, Sean Christopherson wrote: > 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. That's all right, thanks for update.