]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
cpu_map.xml: Expand 486 CPU model
authorJiri Denemark <jdenemar@redhat.com>
Tue, 23 Jun 2015 12:33:39 +0000 (14:33 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 2 Jul 2015 08:09:39 +0000 (10:09 +0200)
Inheritance among CPU model is cool but it makes reviewing CPU model
definitions and comparing them to CPU models from QEMU rather hard and
unpleasant. Let's define all CPU models from scratch.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/cpu/cpu_map.xml

index 7c411fcfb6f43f85c6631b36d201303580468875..7b1ee6a14d4de59806ef98b52d7fe76b2b7bc0c0 100644 (file)
 
     <!-- Intel-based QEMU generic CPU models -->
     <model name='pentium'>
-      <model name='486'/>
       <feature name='cx8'/>
       <feature name='de'/>
+      <feature name='fpu'/>
       <feature name='mce'/>
       <feature name='mmx'/>
       <feature name='msr'/>
+      <feature name='pse'/>
       <feature name='tsc'/>
+      <feature name='vme'/>
     </model>
 
     <model name='pentium2'>