Paolo Bonzini 0034a0f239 pc: fix KVM features in pc-1.3 and earlier machine types
Due to a typo, instead of disabling KVM_FEATURE_PV_EOI (bit
6) these machine types are disabling bits 1 and 2, which are
KVM_FEATURE_NOP_IO_DELAY and KVM_FEATURE_MMU_OP.  Not a big deal
because they aren't very important and KVM_FEATURE_MMU_OP is
disabled anyway.  The worst part is actually that KVM_FEATURE_PV_EOI
is remaining enabled.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2015-01-26 12:22:43 +01:00
..
2014-12-15 12:21:02 +01:00
2014-01-26 13:06:48 +02:00
2014-10-31 11:29:02 +01:00
2013-06-02 18:14:02 +03:00
2015-01-08 17:32:27 +00:00
2013-10-14 17:48:57 +03:00
2014-08-25 00:16:06 +02:00