From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH] xen/pciback: Don't print scary messages when unsupported by hypervisor. Date: Mon, 2 Mar 2015 11:31:21 +0000 Message-ID: <54F44A09.5090808@citrix.com> References: <1425071466-8586-1-git-send-email-konrad.wilk@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YSOZJ-0005N0-Q9 for xen-devel@lists.xenproject.org; Mon, 02 Mar 2015 11:31:25 +0000 In-Reply-To: <1425071466-8586-1-git-send-email-konrad.wilk@oracle.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Konrad Rzeszutek Wilk , david.vrabel@citrix.com, xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On 27/02/15 21:11, Konrad Rzeszutek Wilk wrote: > We print at the warninig level messages such as: > pciback 0000:90:00.5: MSI-X preparation failed (-38) > > which is due to the hypervisor not supporting this sub-hypercall > (which was added in Xen 4.3). > > Instead of having scary messages all the time - only have it > when the hypercall is actually supported. Applied to devel/for-linus-4.1, thanks. David