From owner-freebsd-xen@FreeBSD.ORG Thu Aug 9 23:30:54 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 B7C1F106566B for ; Thu, 9 Aug 2012 23:30:54 +0000 (UTC) (envelope-from arvind.viswanathan@gmail.com) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id 383FC8FC08 for ; Thu, 9 Aug 2012 23:30:53 +0000 (UTC) Received: by lbbgk8 with SMTP id gk8so706132lbb.13 for ; Thu, 09 Aug 2012 16:30:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=7+3QQK07LdvkYLM8eUEeukRpAxT7UVYMQcEvjcP1GtQ=; b=Pe/eMKUUGbiHuyU1LCsTwqqHKYPNAcVPuVHBsLO/7X/T5b8JA2ds1ZpWR3Htb3iLaG c2uklep99Hnv/maFheVyTqDpISvlmNPlX3pB6Gdl0Z1gE+x1Tm/ZF2jhkN4D9WYKf85V DjzDUThonD07sAI73H/4Ho/TRZjMW6BA5lgFCWNFLJ4amtNL+ogthTvkG310s9wJQdha PhwMeIyEA594fT3aaegpi5ny8EpcuW+O/e3bDvS9DV0gVYb0ss6IjA21bwY0nSEc8KYm m25Sm3/PdBCtxbQTYVoh1G0LL2NTOmuNd8TBpiHqxTLAwKk+RXEQDQaEQ8dA+TWhfLf/ ONlg== MIME-Version: 1.0 Received: by 10.152.102.234 with SMTP id fr10mr937340lab.32.1344555053017; Thu, 09 Aug 2012 16:30:53 -0700 (PDT) Received: by 10.112.24.234 with HTTP; Thu, 9 Aug 2012 16:30:52 -0700 (PDT) Date: Thu, 9 Aug 2012 16:30:52 -0700 Message-ID: From: arvind viswanathan To: freebsd-xen@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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:30:54 -0000 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