On Mon, Mar 18, 2019 at 10:47:03AM +0100, Paolo Bonzini wrote: > On 15/03/19 20:53, Jim Mattson wrote: > > On Fri, Mar 15, 2019 at 11:15 AM Paolo Bonzini <pbonzini@xxxxxxxxxx> wrote: > >> > >> On 14/03/19 19:45, Sean Christopherson wrote: > >>>>> if (unlikely(vmx->fail)) { > >>>>> - pr_info_ratelimited("%s failed vm entry %x\n", __func__, > >>>>> - vmcs_read32(VM_INSTRUCTION_ERROR)); > >>>> I *love* the tracing, but I don't think we want to turn it on for > >>>> production. Can we keep the pr_info_ratelimited for when tracing is > >>>> disabled? > >>> Could we drop it to pr_debug_ratelimited()? Say "no" if it's at all > >>> inconvenient to use debug instead of info. The printing is nothing > >>> more than a minor annoyance when I'm running unit tests, i.e. any kind > >>> of actual use case trumps my partiality for a clean kernel log. > >>> > >> > >> I agree, it should be pr_debug_ratelimited (if anything). > > > > Let's go ahead and drop it, then. > > I'll add at least a vcpu_stat. Paolo, is this one of those series that you need to Google, or are you waiting on me for something? :-D