From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39688) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bn57a-0008V2-Vd for qemu-devel@nongnu.org; Thu, 22 Sep 2016 10:37:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bn57X-0000pH-Fe for qemu-devel@nongnu.org; Thu, 22 Sep 2016 10:37:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41130) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bn57X-0000oy-9L for qemu-devel@nongnu.org; Thu, 22 Sep 2016 10:37:03 -0400 References: <1474548655-157373-1-git-send-email-imammedo@redhat.com> <1474548655-157373-11-git-send-email-imammedo@redhat.com> From: Paolo Bonzini Message-ID: Date: Thu, 22 Sep 2016 16:36:57 +0200 MIME-Version: 1.0 In-Reply-To: <1474548655-157373-11-git-send-email-imammedo@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 10/14] pc: kvm_apic: pass APIC ID depending on xAPIC/x2APIC mode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov , qemu-devel@nongnu.org, rkrcmar@redhat.com Cc: ehabkost@redhat.com, mst@redhat.com, kevin@koconnor.net, lersek@redhat.com, chao.gao@intel.com, peterx@redhat.com, liuxiaojian6@huawei.com On 22/09/2016 14:50, Igor Mammedov wrote: > +#ifdef KVM_CAP_X2APIC_API > + if (kvm_check_extension(s, KVM_CAP_X2APIC_API)) { > + has_x2apic_ids = !kvm_vm_enable_cap(s, KVM_CAP_X2APIC_API, 0, > + KVM_X2APIC_API_USE_32BIT_IDS); > + } > +#endif > + Radim, whose patches are going to set KVM_X2APIC_API_DISABLE_BROADCAST_QUIRK? Paolo