mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
cpu_map.xml: Expand 486 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
eb9274b345
commit
7298abcfd2
@ -341,13 +341,15 @@
|
|||||||
|
|
||||||
<!-- Intel-based QEMU generic CPU models -->
|
<!-- Intel-based QEMU generic CPU models -->
|
||||||
<model name='pentium'>
|
<model name='pentium'>
|
||||||
<model name='486'/>
|
|
||||||
<feature name='cx8'/>
|
<feature name='cx8'/>
|
||||||
<feature name='de'/>
|
<feature name='de'/>
|
||||||
|
<feature name='fpu'/>
|
||||||
<feature name='mce'/>
|
<feature name='mce'/>
|
||||||
<feature name='mmx'/>
|
<feature name='mmx'/>
|
||||||
<feature name='msr'/>
|
<feature name='msr'/>
|
||||||
|
<feature name='pse'/>
|
||||||
<feature name='tsc'/>
|
<feature name='tsc'/>
|
||||||
|
<feature name='vme'/>
|
||||||
</model>
|
</model>
|
||||||
|
|
||||||
<model name='pentium2'>
|
<model name='pentium2'>
|
||||||
|
Loading…
Reference in New Issue
Block a user