From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756397AbbIUMI4 (ORCPT ); Mon, 21 Sep 2015 08:08:56 -0400 Received: from mga01.intel.com ([192.55.52.88]:2891 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752891AbbIUMIy convert rfc822-to-8bit (ORCPT ); Mon, 21 Sep 2015 08:08:54 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,567,1437462000"; d="scan'208";a="565700520" From: "Wu, Feng" To: Paolo Bonzini , "alex.williamson@redhat.com" , "joro@8bytes.org" , "mtosatti@redhat.com" CC: "eric.auger@linaro.org" , "kvm@vger.kernel.org" , "iommu@lists.linux-foundation.org" , "linux-kernel@vger.kernel.org" , "Wu, Feng" Subject: RE: [PATCH v9 12/18] vfio: Register/unregister irq_bypass_producer Thread-Topic: [PATCH v9 12/18] vfio: Register/unregister irq_bypass_producer Thread-Index: AQHQ9GX9WI0WIyJt+Ue50bOHe4tSmZ5G443Q Date: Mon, 21 Sep 2015 12:08:45 +0000 Message-ID: References: <1442586596-5920-1-git-send-email-feng.wu@intel.com> <1442586596-5920-13-git-send-email-feng.wu@intel.com> <55FFCE9F.5090001@redhat.com> <55FFF2CC.6040107@redhat.com> In-Reply-To: <55FFF2CC.6040107@redhat.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > -----Original Message----- > From: Paolo Bonzini [mailto:pbonzini@redhat.com] > Sent: Monday, September 21, 2015 8:07 PM > To: Wu, Feng; alex.williamson@redhat.com; joro@8bytes.org; > mtosatti@redhat.com > Cc: eric.auger@linaro.org; kvm@vger.kernel.org; > iommu@lists.linux-foundation.org; linux-kernel@vger.kernel.org > Subject: Re: [PATCH v9 12/18] vfio: Register/unregister irq_bypass_producer > > > > On 21/09/2015 13:35, Wu, Feng wrote: > >>> > > I think the point is that we cannot trigger the build of irqbypass > >>> > > manager inside KVM or VFIO, we need trigger the build at a high > >>> > > level and it should be built before VFIO and KVM. Any ideas? > >> > > >> > We can add virt/Makefile and build virt/lib/ directly, not through > >> > arch/x86/kvm. > > Yes, that can solve the build error. Should I send a new version? > > You can send a separate patch on top of this v9. Sure, will do this soon! Thanks, Feng > > Paolo