From owner-freebsd-current@FreeBSD.ORG Mon Jun 30 18:03:37 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 85A0566D for ; Mon, 30 Jun 2014 18:03:37 +0000 (UTC) Received: from BLU004-OMC2S13.hotmail.com (blu004-omc2s13.hotmail.com [65.55.111.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "MSIT Machine Auth CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3DF0F2378 for ; Mon, 30 Jun 2014 18:03:36 +0000 (UTC) Received: from BLU179-W61 ([65.55.111.72]) by BLU004-OMC2S13.hotmail.com with Microsoft SMTPSVC(7.5.7601.22712); Mon, 30 Jun 2014 11:03:35 -0700 X-TMN: [09iHL/LBdH6jI2lqQJP2C+enrIoyTFa2mRtxqRSOJTU=] X-Originating-Email: [brunolauze@msn.com] Message-ID: From: =?iso-8859-1?B?QnJ1bm8gTGF1euk=?= To: "freebsd-current@freebsd.org" Subject: vmmapi.h Date: Mon, 30 Jun 2014 14:03:35 -0400 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 30 Jun 2014 18:03:35.0856 (UTC) FILETIME=[9CC61300:01CF948D] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2014 18:03:37 -0000 building from trunk: usr.sbin/bhyve/pci_emul.c is picking up old vmmapi.h from /usr/include/vmma= pi.h instead source one: for me it results vm_get_lowmem_size and vm_get_highmem_size missing...=20 any ideas? I think we need to include lib/libvmmapi folder so includes are = kept from /usr/include ones. =