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

« back to all changes in this revision

Viewing changes to tests/capabilities-test.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>i686</arch>
 
5
      <features>
 
6
        <pae/>
 
7
        <nonpae/>
 
8
      </features>
 
9
    </cpu>
 
10
  </host>
 
11
 
 
12
  <guest>
 
13
    <os_type>linux</os_type>
 
14
    <arch name="i686">
 
15
      <wordsize>32</wordsize>
 
16
      <domain type="test"/>
 
17
    </arch>
 
18
    <features>
 
19
      <pae/>
 
20
      <nonpae/>
 
21
    </features>
 
22
  </guest>
 
23
</capabilities>