WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Hardware Assisted Paging Question

To: <Xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] Hardware Assisted Paging Question
From: "Robert Dunkley" <Robert@xxxxxxxxx>
Date: Fri, 1 Aug 2008 08:40:38 +0100
Cc:
Delivery-date: Fri, 01 Aug 2008 00:41:56 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcjzqeRp0o+kpNvxRHytvya1nGbLIg==
Thread-topic: Hardware Assisted Paging Question

3.2.1 seems to run nicely with HAP enabled on bootup (xm dmesg says it is enabled) but is the sample domain config below correct for a HAP enabled HVM (Do I even need to enable HAP on the VMs if its enabled in the Xen Kernel?):

 

Thanks,

 

Rob Dunkley

SAQ

 

<domain type='xen'>

  <name>W2K3Test</name>

  <os>

    <type>hvm</type>

    <loader>/usr/lib/xen/boot/hvmloader</loader>

    <boot dev='cdrom'/>

  </os>

  <memory>1262144</memory>

  <vcpu>1</vcpu>

  <on_poweroff>destroy</on_poweroff>

  <on_reboot>destroy</on_reboot>

  <on_crash>destroy</on_crash>

  <features>

    <acpi/>

    <apic/>

    <pae/>

    <hap/>

  </features>

  <devices>

    <emulator>/usr/lib64/xen/bin/qemu-dm</emulator>

      <disk type='file' device='disk'>

      <driver name='file'/>

      <source file='/root/w2k3test.img'/>

      <target dev='hda'/>

    </disk>

    <disk type='file' device='cdrom'>

      <source file='/root/w2k3.iso'/>

      <target dev='hdc'/>

      <readonly/>

    </disk>

    <graphics type='vnc' port='5900'/>

  </devices>

</domain>

 

 

 

The SAQ Group

Registered Office: 18 Chapel Street, Petersfield, Hampshire GU32 3DZ
SEMTEC Limited Trading as SAQ is Registered in England & Wales
Company Number: 06481952

 

http://www.saqnet.co.uk AS29219

SAQ Group Delivers high quality, honestly priced communication and I.T. services to UK Business.

DSL : Domains : Email : Hosting : CoLo : Servers : Racks : Transit : Backups : Managed Networks : Remote Support.

 

Find us in http://www.thebestof.co.uk/petersfield

 

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Hardware Assisted Paging Question, Robert Dunkley <=