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

« back to all changes in this revision

Viewing changes to tests/capabilities-xml/empty-caps.xml

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Léonard
  • Date: 2010-03-25 18:13:28 UTC
  • mfrom: (1.2.7 upstream)
  • mto: (1.6.1 sid)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20100325181328-ah0izdq4cdza60xd
Tags: 0.500.3-1
* [6e8ccf1] Imported Upstream version 0.500.3
* [140e8ed] Drop patches.
* [801ac3f] Switch to new source format 3.0 (quilt).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<capabilities>
 
2
 
 
3
  <host>
 
4
    <cpu>
 
5
      <arch>x86_64</arch>
 
6
      <features>
 
7
        <pae/>
 
8
      </features>
 
9
    </cpu>
 
10
  </host>
 
11
 
 
12
</capabilities>
 
13
 
 
14