From owner-freebsd-virtualization@FreeBSD.ORG Wed Apr 1 20:04:50 2015 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A72D5F53 for ; Wed, 1 Apr 2015 20:04:50 +0000 (UTC) Received: from mail-wi0-x233.google.com (mail-wi0-x233.google.com [IPv6:2a00:1450:400c:c05::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 355CA1D6 for ; Wed, 1 Apr 2015 20:04:50 +0000 (UTC) Received: by wixo5 with SMTP id o5so36769891wix.1 for ; Wed, 01 Apr 2015 13:04:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=gRzk2UpJfPMD9P/7lyJ4smBO0YJqqA5DOlkFf83wX+8=; b=yNZrsKqCP5Q+viHWH/TLjSnJkQJv7w8MoTHgNShRDZghk5tHi2ylEy4XZr6KKnR/2n tQJAYIHCHQA9gosgChNb4dyaE1kr4yrZWUwxPskP3WSRXi9d8FxLgFLWEJxSm1HhKxfp 2CiWXWjq+AIJvnf2uvf3BsFXRLHl3BjOxpCH+V7bon4mLZxhCzV5W+YckW3AIsI3D2Ky 8LW0TOIdoG3lSYOtLFVyHjz1X+vhYFxmhAi+64a8sgazpglvRapZYjqh8OeCwTFVZb3k 7AQQobPWShUPLZumV/GDKCmeku5MhJWexQgvAuFAjYqYxHAnr+xFaiDp2iHIF7HPea9o ExYA== X-Received: by 10.180.107.99 with SMTP id hb3mr17890563wib.79.1427918688756; Wed, 01 Apr 2015 13:04:48 -0700 (PDT) Received: from [192.168.2.134] (193.Red-81-35-2.dynamicIP.rima-tde.net. [81.35.2.193]) by mx.google.com with ESMTPSA id dj4sm4130700wjc.13.2015.04.01.13.04.47 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 01 Apr 2015 13:04:48 -0700 (PDT) Message-ID: <551C4F5E.5070207@gmail.com> Date: Wed, 01 Apr 2015 22:04:46 +0200 From: =?windows-1252?Q?Gustau_P=E9rez?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: =?windows-1252?Q?Roger_Pau_Monn=E9?= , freebsd-virtualization@freebsd.org Subject: Re: available hypervisors in FreeBSD References: <551BC8B3.2030900@bestsolution.at> <551BCB74.1060900@citrix.com> <551C0EB3.6080306@gmail.com> <551C222E.8080903@citrix.com> <551C4E17.1080000@gmail.com> In-Reply-To: <551C4E17.1080000@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Apr 2015 20:04:50 -0000 > Hi all, > > I found the source of the problem. Once upon a time I compiled my > kernel with OFED support (WITH_OFED in /etc/src.conf). That installed > $INCLUDE/rdma/rdma_cma.h, which at the time of the installation (haven't > checked now) were missing the rdma_addrinfo structs. > > Moving the $INCLUDE/rdma dir somewhere allowed the build to finish. Sorry I did not finish my explanation. Having the rdma_cma.h in the default include dir fooled the tools/qemu-xen-dir/configure script, and thus compiling as if the target was a linux box. Moving the $INCLUDE/rdma dir, cleaning, configuring and building again did the job. Gustau