From owner-freebsd-xen@FreeBSD.ORG Thu Aug 9 23:57:46 2012 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F03D2106564A for ; Thu, 9 Aug 2012 23:57:45 +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 9BBF88FC0A for ; Thu, 9 Aug 2012 23:57:45 +0000 (UTC) Received: from [IPv6:::1] (rideseveral.corp.yahoo.com [10.73.160.231]) by mrout1-b.corp.bf1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id q79NvLL6062152; Thu, 9 Aug 2012 16:57:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1344556642; bh=iVCgZHTxo7Pm63SoJnh5FKDTkDSzXrZ0D2EvUPW0sWc=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=aOvCZhWrUEcTPvDAPN/0XuavJli3nsglFENt8hffRytp7RbjaYSFlfFqgRtS1ssHO OhBr+/4WVb1znJi8vFGkAEGe0G9VAxuHAdEi+dYyYG+yoxLwH1yrwqadHULiaQ8QMG vP9OMa/bo0SF6lDrzIUFFSWAHmDzyYvif9W1QEEI= From: Sean Bruno To: arvind viswanathan In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Thu, 09 Aug 2012 16:57:20 -0700 Message-ID: <1344556640.2626.5.camel@powernoodle.corp.yahoo.com> 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: 556641002 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: Thu, 09 Aug 2012 23:57:46 -0000 On Thu, 2012-08-09 at 16:30 -0700, arvind viswanathan wrote: > Hi, > > I use a version of Freebsd 7 for my work and I was able to brint it up in > Open xen 4.2 However the, OS version I use does not have any xen related > files in it (no xen device folder, no xen folder in sys.., no change to the > kernel config either) But the server we use supports virtualization. So is > the mode that we are currently working in referred to as pure HVM ? I also > hear about PV HVM and purely PV. I guess in PV HVM, we use a XEN > configuration file and run on a machine supporting virtualization and > currently 64 bit machines can only be run this way ? Can some one confirm > if my understanding is right. > Thanks > arvind > _______________________________________________ For full PV support, you can only use a 32bit version of FreeBSD 8 and higher via the XEN kernel config. For HVM mode you can use 64bit FreeBSD 8 and higher with the XENHVM kernel config. There is no PV support in 64bit mode at this time. Sean