~ubuntu-branches/ubuntu/quantal/virtinst/quantal-proposed

« back to all changes in this revision

Viewing changes to tests/capabilities-xml/xen-ia64-hvm.xml

  • Committer: Bazaar Package Importer
  • Author(s): Marc Deslauriers
  • Date: 2011-02-01 15:40:11 UTC
  • mfrom: (1.3.16 experimental)
  • Revision ID: james.westby@ubuntu.com-20110201154011-op0nusgc240xajvb
Tags: 0.500.5-1ubuntu1
* Merge from debian experimental. Remaining changes:
  - debian/patches/9001_Ubuntu.patch:
     + Updated to add maverick and natty to OS list and enable virtio
       for them.
  - debian/patches/9003-fix-path-to-hvmloader-in-testsuite.patch: adjust
    testsuite for 0001-fix-path-to-hvmloader.patch and
    0002-Fix-path-to-pygrub.patch. (refreshed)
  - debian/control: added acl package to depends.
  - Demote virt-viewer to Suggests, as it's in universe.
  - Recommends libvirt-bin
* Removed patches:
  - debian/patches/9002-libvirt_disk_format.patch: Upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<capabilities>
 
2
 
 
3
  <host>
 
4
    <cpu>
 
5
      <arch>ia64</arch>
 
6
    </cpu>
 
7
    <migration_features>
 
8
      <live/>
 
9
      <uri_transports>
 
10
        <uri_transport>xenmigr</uri_transport>
 
11
      </uri_transports>
 
12
    </migration_features>
 
13
  </host>
 
14
 
 
15
  <guest>
 
16
    <os_type>xen</os_type>
 
17
    <arch name='ia64'>
 
18
      <wordsize>64</wordsize>
 
19
      <emulator>/usr/lib/xen/bin/qemu-dm</emulator>
 
20
      <machine>xenpv</machine>
 
21
      <domain type='xen'>
 
22
      </domain>
 
23
    </arch>
 
24
  </guest>
 
25
 
 
26
  <guest>
 
27
    <os_type>hvm</os_type>
 
28
    <arch name='ia64'>
 
29
      <wordsize>64</wordsize>
 
30
      <emulator>/usr/lib/xen/bin/qemu-dm</emulator>
 
31
      <loader>/usr/lib/xen/boot/hvmloader</loader>
 
32
      <machine>xenfv</machine>
 
33
      <domain type='xen'>
 
34
      </domain>
 
35
    </arch>
 
36
    <features>
 
37
      <acpi default='on' toggle='yes'/>
 
38
      <apic default='on' toggle='yes'/>
 
39
    </features>
 
40
  </guest>
 
41
 
 
42
</capabilities>