]> xenbits.xensource.com Git - libvirt.git/commitdiff
cpu: Remove ISA information from CPU map XML
authorAndrea Bolognani <abologna@redhat.com>
Fri, 7 Aug 2015 15:39:06 +0000 (17:39 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 11 Aug 2015 09:04:57 +0000 (11:04 +0200)
The information is not used anywhere in libvirt.

No functional changes.

src/cpu/cpu_map.xml

index b924bd3b7819641bf5b6ceb95722e97b87de8ee1..6387ce44f285dce6d2df8be3fb9eaaf62e3cf28c 100644 (file)
 
     <model name='power6'>
       <vendor name='IBM'/>
-      <compat isa='2.05'/>
       <pvr value='0x003e0000'/>
     </model>
 
     <model name='power7'>
       <vendor name='IBM'/>
-      <compat isa='2.06'/>
       <pvr value='0x003f0000'/>
     </model>
 
     <model name='power7+'>
       <vendor name='IBM'/>
-      <compat isa='2.06B'/>
       <pvr value='0x004a0000'/>
     </model>
 
     <model name='power8e'>
       <vendor name='IBM'/>
-      <compat isa='2.07'/>
       <pvr value='0x004b0000'/>
     </model>
 
     <model name='power8'>
       <vendor name='IBM'/>
-      <compat isa='2.07'/>
       <pvr value='0x004d0000'/>
     </model>