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

« back to all changes in this revision

Viewing changes to tests/capabilities-qemu.xml

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2007-11-20 13:40:28 UTC
  • Revision ID: james.westby@ubuntu.com-20071120134028-rg0pjby0jc4mycks
Tags: upstream-0.300.1+hg20071120
ImportĀ upstreamĀ versionĀ 0.300.1+hg20071120

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<capabilities>
 
2
  <host>
 
3
    <cpu>
 
4
      <arch>x86_64</arch>
 
5
    </cpu>
 
6
  </host>
 
7
 
 
8
  <guest>
 
9
    <os_type>hvm</os_type>
 
10
    <arch name="x86_64">
 
11
      <wordsize>64</wordsize>
 
12
      <emulator>/usr/bin/qemu-system-x86_64</emulator>
 
13
      <domain type="qemu"/>
 
14
      <machine>pc</machine>
 
15
      <machine>isapc</machine>
 
16
    </arch>
 
17
  </guest>
 
18
 
 
19
  <guest>
 
20
    <os_type>hvm</os_type>
 
21
    <arch name="i686">
 
22
      <wordsize>32</wordsize>
 
23
      <emulator>/usr/bin/qemu</emulator>
 
24
      <domain type="qemu"/>
 
25
      <machine>pc</machine>
 
26
      <machine>isapc</machine>
 
27
    </arch>
 
28
  </guest>
 
29
 
 
30
  <guest>
 
31
    <os_type>hvm</os_type>
 
32
    <arch name="mips">
 
33
      <wordsize>32</wordsize>
 
34
      <emulator>/usr/bin/qemu-system-mips</emulator>
 
35
      <domain type="qemu"/>
 
36
      <machine>mips</machine>
 
37
    </arch>
 
38
  </guest>
 
39
 
 
40
  <guest>
 
41
    <os_type>hvm</os_type>
 
42
    <arch name="mipsel">
 
43
      <wordsize>32</wordsize>
 
44
      <emulator>/usr/bin/qemu-system-mipsel</emulator>
 
45
      <domain type="qemu"/>
 
46
      <machine>mips</machine>
 
47
    </arch>
 
48
  </guest>
 
49
 
 
50
  <guest>
 
51
    <os_type>hvm</os_type>
 
52
    <arch name="sparc">
 
53
      <wordsize>32</wordsize>
 
54
      <emulator>/usr/bin/qemu-system-sparc</emulator>
 
55
      <domain type="qemu"/>
 
56
      <machine>sun4m</machine>
 
57
    </arch>
 
58
  </guest>
 
59
 
 
60
  <guest>
 
61
    <os_type>hvm</os_type>
 
62
    <arch name="ppc">
 
63
      <wordsize>32</wordsize>
 
64
      <emulator>/usr/bin/qemu-system-ppc</emulator>
 
65
      <domain type="qemu"/>
 
66
      <machine>g3bw</machine>
 
67
      <machine>mac99</machine>
 
68
      <machine>prep</machine>
 
69
    </arch>
 
70
  </guest>
 
71
</capabilities>