~ubuntu-branches/ubuntu/raring/virtinst/raring-proposed

« back to all changes in this revision

Viewing changes to tests/capabilities-xen.xml

  • Committer: Bazaar Package Importer
  • Author(s): Guido Günther
  • Date: 2009-02-15 20:14:53 UTC
  • mto: (1.4.1 sid)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20090215201453-xz4byaum28geqjjf
Tags: upstream-0.400.1
Import upstream version 0.400.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<capabilities>
2
 
  <host>
3
 
    <cpu>
4
 
      <arch>x86_64</arch>
5
 
      <features>
6
 
        <vmx/>
7
 
      </features>
8
 
    </cpu>
9
 
  </host>
10
 
 
11
 
  <guest>
12
 
    <os_type>xen</os_type>
13
 
    <arch name="x86_64">
14
 
      <wordsize>64</wordsize>
15
 
      <domain type="xen"></domain>
16
 
    </arch>
17
 
    <features>
18
 
    </features>
19
 
  </guest>
20
 
 
21
 
  <guest>
22
 
    <os_type>xen</os_type>
23
 
    <arch name="i686">
24
 
      <wordsize>32</wordsize>
25
 
      <domain type="xen"></domain>
26
 
    </arch>
27
 
    <features>
28
 
      <pae/>
29
 
    </features>
30
 
  </guest>
31
 
 
32
 
  <guest>
33
 
    <os_type>hvm</os_type>
34
 
    <arch name="i686">
35
 
      <wordsize>32</wordsize>
36
 
      <domain type="xen"></domain>
37
 
      <emulator>/usr/lib/xen/bin/qemu-dm</emulator>
38
 
      <machine>pc</machine>
39
 
      <machine>isapc</machine>
40
 
      <loader>/usr/lib/xen/boot/hvmloader</loader>
41
 
    </arch>
42
 
    <features>
43
 
      <pae/>
44
 
      <nonpae/>
45
 
    </features>
46
 
  </guest>
47
 
 
48
 
  <guest>
49
 
    <os_type>hvm</os_type>
50
 
    <arch name="x86_64">
51
 
      <wordsize>64</wordsize>
52
 
      <domain type="xen"></domain>
53
 
      <emulator>/usr/lib64/xen/bin/qemu-dm</emulator>
54
 
      <machine>pc</machine>
55
 
      <machine>isapc</machine>
56
 
      <loader>/usr/lib/xen/boot/hvmloader</loader>
57
 
    </arch>
58
 
    <features>
59
 
    </features>
60
 
  </guest>
61
 
</capabilities>