~ubuntu-branches/ubuntu/natty/libvirt/natty-proposed

« back to all changes in this revision

Viewing changes to src/cpu/cpu_map.xml

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Léonard
  • Date: 2010-07-06 12:14:33 UTC
  • mto: (3.4.17 sid) (1.2.6 upstream) (0.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 93.
  • Revision ID: james.westby@ubuntu.com-20100706121433-94utbax9zjvmkcsj
Tags: upstream-0.8.2
Import upstream version 0.8.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
    <feature name='dca'> <!-- CPUID_EXT_DCA -->
127
127
      <cpuid function='0x00000001' ecx='0x00040000'/>
128
128
    </feature>
 
129
    <feature name='sse4.1'> <!-- CPUID_EXT_SSE41 -->
 
130
      <cpuid function='0x00000001' ecx='0x00080000'/>
 
131
    </feature>
 
132
    <feature name='sse4.2'> <!-- CPUID_EXT_SSE42 -->
 
133
      <cpuid function='0x00000001' ecx='0x00100000'/>
 
134
    </feature>
129
135
    <feature name='x2apic'> <!-- CPUID_EXT_X2APIC -->
130
136
      <cpuid function='0x00000001' ecx='0x00200000'/>
131
137
    </feature>