Eduardo Habkost faab459797 pc_piix: Reuse pc_compat_1_2() for pc-0.1[0123]
pc-0.13 and older were missing some compat code that was present on
newer machine-types:

* x86_cpu_compat_disable_kvm_features(FEAT_1_ECX, CPUID_EXT_X2APIC);
  (pc-i440fx-1.7 and older)
  (added by commit ef02ef5f4536dba090b12360a6c862ef0e57e3bc)
* x86_cpu_compat_set_features("n270", FEAT_1_ECX, 0, CPUID_EXT_MOVBE);
  (pc-i440fx-1.4 and older)
  (added by commit 4458c23672904fa131e69897007eeb7c953be7e5
* x86_cpu_compat_set_features("Westmere", FEAT_1_ECX, 0, CPUID_EXT_PCLMULQDQ);
  (pc-i440fx-1.4 and older)
  (added by commit 56383703c060777fd01aaf8d63d5f46d660e9fb9)

Instead of duplicating the code from the previous pc_compat_*()
functions, we can now reuse pc_compat_1_2() and fix those issues.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2014-07-11 21:13:00 +03:00
..
2014-06-30 21:13:30 +02:00
2014-06-23 11:01:24 -04:00
2014-07-01 04:02:53 +02:00
2014-06-20 16:22:07 +01:00
2014-06-30 21:13:30 +02:00
2014-06-30 21:13:30 +02:00
2014-06-27 13:48:26 +02:00
2014-07-01 04:02:53 +02:00
2014-05-28 17:36:21 +02:00
2014-06-20 23:40:16 +02:00
2014-06-30 21:13:30 +02:00
2014-06-29 19:39:43 +03:00
2014-06-27 13:48:22 +02:00
2014-06-27 13:48:24 +02:00
2014-06-30 21:13:30 +02:00
2014-06-30 21:13:30 +02:00
2014-06-30 21:13:30 +02:00
2014-05-28 17:36:21 +02:00
2014-07-01 15:49:51 +02:00
2014-06-27 09:27:56 -04:00
2014-05-07 18:38:39 +01:00