On Mon, May 05, 2014 at 01:42:00PM +0200, Alexander Graf wrote: > From what I understand about the compat bits (which is little) this > makes a lot of sense. And the version is a proper property now, > which is great :). > > Acked-by: Alexander Graf <ag...@suse.de>
Thanks! Here's a new version with only 8 bits dedicated to the "implementation version", as specified in the documentation for the "apic version register". Cheers, Gabriel Gabriel L. Somlo (2): pc: add compat_props placeholder for 2.0 machine type apic: use emulated lapic version 0x14 on pc machines >= 2.1 hw/i386/pc_piix.c | 4 ++++ hw/i386/pc_q35.c | 4 ++++ hw/intc/apic.c | 2 +- hw/intc/apic_common.c | 1 + include/hw/i386/apic_internal.h | 1 + include/hw/i386/pc.h | 12 ++++++++++++ 6 files changed, 23 insertions(+), 1 deletion(-) -- 1.9.0