[libvirt] [PATCH 02/20] cpu_map.xml: Expand 486 CPU model

Jiri Denemark jdenemar at redhat.com
Fri Jun 26 13:17:01 UTC 2015


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 at redhat.com>
---
 src/cpu/cpu_map.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/cpu/cpu_map.xml b/src/cpu/cpu_map.xml
index 7c411fc..7b1ee6a 100644
--- a/src/cpu/cpu_map.xml
+++ b/src/cpu/cpu_map.xml
@@ -341,13 +341,15 @@
 
     <!-- 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'>
-- 
2.4.4




More information about the libvir-list mailing list