From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: [PATCH 1/1] KVM: add kvm_para_available to asm-generic/kvm_para.h Date: Wed, 5 Jun 2013 13:17:09 +0300 Message-ID: <20130605101709.GV4725@redhat.com> References: <1369222162-4857-1-git-send-email-james.hogan@imgtec.com> <20130604090508.GL4725@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mx1.redhat.com ([209.132.183.28]:2737 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753059Ab3FEKRQ (ORCPT ); Wed, 5 Jun 2013 06:17:16 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-arch-owner@vger.kernel.org List-ID: To: James Hogan Cc: kvm@vger.kernel.org, LKML , linux-arch@vger.kernel.org, Marcelo Tosatti , Arnd Bergmann On Tue, Jun 04, 2013 at 12:33:19PM +0100, James Hogan wrote: > On 4 June 2013 10:05, Gleb Natapov wrote: > > On Wed, May 22, 2013 at 12:29:22PM +0100, James Hogan wrote: > >> According to include/uapi/linux/kvm_para.h architectures should define > >> kvm_para_available, so add an implementation to asm-generic/kvm_para.h > >> which just returns false. > >> > > What is this fixing? The only user of kvm_para_available() that can > > benefit from this is in sound/pci/intel8x0.c, but I do not see follow up > > patch to use it there. > > It was an unintentional config with mips + kvm + intel8x0 that hit it > (I think I accidentally based my mips config off an x86_64 config). > Kind of equivalent to a randconfig build failure I suppose. > Yes, I see. I will queue the fix. Thanks! -- Gleb.