From owner-freebsd-xen@FreeBSD.ORG Fri Aug 10 02:27:34 2012 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7AB0F1065674 for ; Fri, 10 Aug 2012 02:27:34 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout1-b.corp.bf1.yahoo.com (mrout1-b.corp.bf1.yahoo.com [98.139.253.104]) by mx1.freebsd.org (Postfix) with ESMTP id 2FEAF8FC1A for ; Fri, 10 Aug 2012 02:27:33 +0000 (UTC) Received: from [IPv6:::1] (proxy6.corp.yahoo.com [216.145.48.19]) by mrout1-b.corp.bf1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id q7A2Ph9W008500; Thu, 9 Aug 2012 19:25:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1344565544; bh=eLpnYTa3JarG526Ze1XVO42S7JVInsT8tfy3GotvGIQ=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=BdEogM4w8ezLpLaJLcWwN/wQ+PE4LrJGZ3EP8nj0Zp3vYOA57//r7su98RFW7XWbU xzYHL/V75XTV4il+wL9CokpWyBi1DErgoPbyG+9SlPykXpW2d2wjyXL6teptOQxIMs juauF5Dw9GvpimUdD38H1ME74ahm70C9mrSrYfW0= From: Sean Bruno To: arvind viswanathan In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Thu, 09 Aug 2012 19:25:43 -0700 Message-ID: <1344565543.2720.2.camel@powernoodle> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Milter-Version: master.31+4-gbc07cd5+ X-CLX-ID: 565544000 Cc: "freebsd-xen@freebsd.org" Subject: Re: Q on types of xen virtualization X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Aug 2012 02:27:34 -0000 On Thu, 2012-08-09 at 17:28 -0700, arvind viswanathan wrote: > Thanks Sean. the freebsd that I use does not have xen related change set. > So is it a Xen HVM or is it simply HVM. Also in case of 64 bit, its > mentioned that if xen drivers are supported performance improves ? Any > numbers on the improvement on that was achieved with and without the xen > drivers ? > Thanks > Arvind *IF* you are booting a 64bit FreeBSD vm, it will be HVM until you recompiled using the XENHVM kernel config to build and install a new kernel. Sean