Re: [Qemu-devel] [PATCH v2] x86: ioapic: boost default version to 0x20

2016-09-23 Thread Paolo Bonzini
On 23/09/2016 07:33, Peter Xu wrote: > It's 2.8 now, and maybe it's time to switch IOAPIC default version to > 0x20. > > Signed-off-by: Peter Xu > --- > > V2: > - keep compatible for qemu version <= 2.7 [Paolo] > > hw/intc/ioapic.c| 2 +- > include/hw/compat.h | 4 > 2 files changed

[Qemu-devel] [PATCH v2] x86: ioapic: boost default version to 0x20

2016-09-22 Thread Peter Xu
It's 2.8 now, and maybe it's time to switch IOAPIC default version to 0x20. Signed-off-by: Peter Xu --- V2: - keep compatible for qemu version <= 2.7 [Paolo] hw/intc/ioapic.c| 2 +- include/hw/compat.h | 4 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/hw/intc/ioapic.c