mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-30 09:53:10 +00:00
cpu_map.xml: Expand pentium CPU model
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>
This commit is contained in:
parent
7298abcfd2
commit
ac7d160724
@ -353,16 +353,24 @@
|
||||
</model>
|
||||
|
||||
<model name='pentium2'>
|
||||
<model name='pentium'/>
|
||||
<feature name='cmov'/>
|
||||
<feature name='cx8'/>
|
||||
<feature name='de'/>
|
||||
<feature name='fpu'/>
|
||||
<feature name='fxsr'/>
|
||||
<feature name='mca'/>
|
||||
<feature name='mce'/>
|
||||
<feature name='mmx'/>
|
||||
<feature name='msr'/>
|
||||
<feature name='mtrr'/>
|
||||
<feature name='pae'/>
|
||||
<feature name='pat'/>
|
||||
<feature name='pge'/>
|
||||
<feature name='pse'/>
|
||||
<feature name='pse36'/>
|
||||
<feature name='sep'/>
|
||||
<feature name='tsc'/>
|
||||
<feature name='vme'/>
|
||||
</model>
|
||||
|
||||
<model name='pentium3'>
|
||||
|
Loading…
Reference in New Issue
Block a user