From owner-freebsd-virtualization@FreeBSD.ORG Wed Apr 1 15:28:56 2015 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A5B3633 for ; Wed, 1 Apr 2015 15:28:56 +0000 (UTC) Received: from mail-wi0-x22f.google.com (mail-wi0-x22f.google.com [IPv6:2a00:1450:400c:c05::22f]) (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 BC9FFD48 for ; Wed, 1 Apr 2015 15:28:55 +0000 (UTC) Received: by wixo5 with SMTP id o5so32153686wix.1 for ; Wed, 01 Apr 2015 08:28:54 -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=QzQnozyFUXhxRWkRFMwwQ0KWKmNDyIyW4JiPo1w5Oxo=; b=aFUIrOp0c5paogP6HxGqScgEOTOvwDZgmwne4twlQk4XPggo8cbdaMe1M0IvUnQuIV X2xcx78eLK/XDUIsIreRZeoQkM/weJ0IQD9TPQV+z9G3pvqFsCZZN0esA4uFXjnFuwv/ p2jIBaZW/NGhMBwZ/HCt9IZJuKLBcxDm5AYviGyhwFzqga6CCXjd8rKZchlnfprx9qUB MD7I9BkcjIg70NFGvKQVYw+tXhH2OvvrT8T43H+wD0Mg2G+JN8MYz64TtU4DisxE2thG xrTTZ2clfRZ034vlork3w/0e3PR+8w6U5rMzfm4D+/GMfavWdi4oFnVcr032RA5VhyOm jBdw== X-Received: by 10.194.122.196 with SMTP id lu4mr85756518wjb.154.1427902134245; Wed, 01 Apr 2015 08:28:54 -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 ei8sm25949393wib.10.2015.04.01.08.28.52 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 01 Apr 2015 08:28:53 -0700 (PDT) Message-ID: <551C0EB3.6080306@gmail.com> Date: Wed, 01 Apr 2015 17:28:51 +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?= , Udo Rader , freebsd-virtualization@freebsd.org Subject: Re: available hypervisors in FreeBSD References: <551BC8B3.2030900@bestsolution.at> <551BCB74.1060900@citrix.com> In-Reply-To: <551BCB74.1060900@citrix.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit 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 15:28:56 -0000 · On 01/04/2015 12:41, Roger Pau Monné wrote: > El 01/04/15 a les 12.30, Udo Rader ha escrit: >> Hi all, >> >> first please excuse if this may be a FAQ, but even though I am a long >> time linux admin (~1996), I am quite new to the *BSD world and I am >> trying to evaluate if FreeBSD fits our virtualization needs. >> >> So, for my many questions: >> >> As far as my homework digging revealed, FreeBSD supports four hypervisors: >> >> * bhyve >> * KVM >> * QEMU >> * VirtualBox > Make that 5: > * Xen: http://wiki.xen.org/wiki/FreeBSD_Dom0 > > Altough FreeBSD doesn't run KVM, and I'm not sure whether QEMU fits > under the hypervisor category, it's an emulator instead, so the list > should probably be 3 (Bhyve, VirtualBox and Xen). > > Roger. Hi Roger, I'm trying to build xen-tools in my laptop. It runs this: FreeBSD portgus 11.0-CURRENT FreeBSD 11.0-CURRENT #4 r279875+f0e745a(HEAD): Sat Mar 14 16:55:11 CET 2015 the build was done with gcc48, instead of 4.7 (but I think it has nothing to do with the problem) fails with the following error: http://pastebin.com/ShDnjLb1c It'd appear the compiler knows nothing about struct rdma_addrinfo when dereferencing a field in the struct. May this struct be a linuxism? Best, Gustau