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 <jdene...@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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to