Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755741AbcKVRms (ORCPT ); Tue, 22 Nov 2016 12:42:48 -0500 Received: from mx1.redhat.com ([209.132.183.28]:46848 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755490AbcKVRmp (ORCPT ); Tue, 22 Nov 2016 12:42:45 -0500 Date: Tue, 22 Nov 2016 18:42:39 +0100 From: Radim =?utf-8?B?S3LEjW3DocWZ?= To: Bandan Das Cc: kvm@vger.kernel.org, Paolo Bonzini , Dave Jones , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] kvm: x86: don't print warning messages for unimplemented msrs Message-ID: <20161122174239.GA7487@potion> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Tue, 22 Nov 2016 17:42:42 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 366 Lines: 12 2016-11-15 01:36-0500, Bandan Das: > > Change unimplemented msrs messages to use pr_debug. > If CONFIG_DYNAMIC_DEBUG is set, then these messages can be > enabled at run time or else -DDEBUG can be used at compile > time to enable them. These messages will still be printed if > ignore_msrs=1. > > Signed-off-by: Bandan Das > --- Applied, thanks.