From patchwork Mon Aug 10 12:48:51 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Michael S. Tsirkin" X-Patchwork-Id: 40405 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n7ACo9Db013916 for ; Mon, 10 Aug 2009 12:50:09 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754175AbZHJMuF (ORCPT ); Mon, 10 Aug 2009 08:50:05 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754149AbZHJMuF (ORCPT ); Mon, 10 Aug 2009 08:50:05 -0400 Received: from mx2.redhat.com ([66.187.237.31]:43983 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754132AbZHJMuE (ORCPT ); Mon, 10 Aug 2009 08:50:04 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n7ACo6Hu004016 for ; Mon, 10 Aug 2009 08:50:06 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n7ACo4Cx025927; Mon, 10 Aug 2009 08:50:05 -0400 Received: from redhat.com (dhcp-0-94.tlv.redhat.com [10.35.0.94]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n7ACo3GP020871; Mon, 10 Aug 2009 08:50:03 -0400 Date: Mon, 10 Aug 2009 15:48:51 +0300 From: "Michael S. Tsirkin" To: avi@redhat.com, kvm@vger.kernel.org Subject: [PATCH] kvm: export kvm_para.h Message-ID: <20090810124851.GA9911@redhat.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.19 (2009-01-05) X-Scanned-By: MIMEDefang 2.58 on 172.16.27.26 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org kvm_para.h contains userspace interface and so should be exported. Signed-off-by: Michael S. Tsirkin --- Avi, this fixes a bug (in build system) that has been there since 2.6.26. Since userspace already uses this header, I think it would be nice to have the fix in 2.6.31. include/linux/Kbuild | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/Kbuild b/include/linux/Kbuild index ab93554..598d407 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -267,6 +267,7 @@ unifdef-y += keyboard.h ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/kvm.h \ $(srctree)/include/asm-$(SRCARCH)/kvm.h),) unifdef-y += kvm.h +unifdef-y += kvm_para.h endif unifdef-y += llc.h unifdef-y += loop.h