Re: [Qemu-devel] [PATCH v3 00/13] pc: q35: x2APIC support in kvm_apic mode

2016-10-14 Thread Igor Mammedov
On Thu, 13 Oct 2016 21:05:54 -0700 (PDT) no-re...@ec2-52-6-146-230.compute-1.amazonaws.com wrote: > Hi, > > Your series failed automatic build test. Please find the testing commands and > their output below. If you have docker installed, you can probably reproduce > it > locally. [..] >

Re: [Qemu-devel] [PATCH v3 00/13] pc: q35: x2APIC support in kvm_apic mode

2016-10-13 Thread no-reply
Hi, Your series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Type: series Message-id: 1476352367-69400-1-git-send-email-imamm...@redhat.com Subject: [Qemu-devel] [PATCH v3 00/13] pc: q35

Re: [Qemu-devel] [PATCH v3 00/13] pc: q35: x2APIC support in kvm_apic mode

2016-10-13 Thread Gerd Hoffmann
On Do, 2016-10-13 at 12:01 +0200, Paolo Bonzini wrote: > > On 13/10/2016 11:52, Igor Mammedov wrote: > > To play with the feature, one would also need x2apic enabled > > seabios counterpart: > > https://github.com/imammedo/seabios.git x2apic_v4 > > Is this going to make it into seabios 1.10?

Re: [Qemu-devel] [PATCH v3 00/13] pc: q35: x2APIC support in kvm_apic mode

2016-10-13 Thread Igor Mammedov
On Thu, 13 Oct 2016 12:01:48 +0200 Paolo Bonzini wrote: > On 13/10/2016 11:52, Igor Mammedov wrote: > > To play with the feature, one would also need x2apic enabled > > seabios counterpart: > > https://github.com/imammedo/seabios.git x2apic_v4 > > Is this going to make it

Re: [Qemu-devel] [PATCH v3 00/13] pc: q35: x2APIC support in kvm_apic mode

2016-10-13 Thread Paolo Bonzini
On 13/10/2016 11:52, Igor Mammedov wrote: > To play with the feature, one would also need x2apic enabled > seabios counterpart: > https://github.com/imammedo/seabios.git x2apic_v4 Is this going to make it into seabios 1.10? Paolo

[Qemu-devel] [PATCH v3 00/13] pc: q35: x2APIC support in kvm_apic mode

2016-10-13 Thread Igor Mammedov
Changes since v2: - rebase on top of EIM fixes - drop kvm_has_x2apic_ids() and reuse kvm_enable_x2apic() from Radim's EIM fixes - fix hang on reboot in BIOS due to not updated 'etc/boot-cpus' fwcfg file after CPU hotplug - drop not used anymore pc_present_cpus_count() and