From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752819AbcGMIlx (ORCPT ); Wed, 13 Jul 2016 04:41:53 -0400 Received: from mail-lf0-f50.google.com ([209.85.215.50]:36567 "EHLO mail-lf0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751425AbcGMIln (ORCPT ); Wed, 13 Jul 2016 04:41:43 -0400 Subject: Re: [PATCH v3 11/14] KVM: x86: add KVM_CAP_X2APIC_API To: =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= , linux-kernel@vger.kernel.org, kvm@vger.kernel.org References: <20160712200930.32143-1-rkrcmar@redhat.com> <20160712200930.32143-12-rkrcmar@redhat.com> Cc: "Lan, Tianyu" , Igor Mammedov , Jan Kiszka , Peter Xu , Yang Zhang From: Paolo Bonzini Message-ID: <3eb82f7c-6e8a-5c26-8c05-300cace7a991@redhat.com> Date: Wed, 13 Jul 2016 10:41:31 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <20160712200930.32143-12-rkrcmar@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/07/2016 22:09, Radim Krčmář wrote: > KVM_CAP_X2APIC_API is a capability for features related to x2APIC > enablement. KVM_X2APIC_API_32BIT_FORMAT feature can be enabled to > extend APIC ID in get/set ioctl and MSI addresses to 32 bits. Let's make it KVM_X2APIC_API_USE_32BIT_IDS instead, as this matches the name of Add KVM_X2APIC_API_DISABLE_BROADCAST_QUIRK ("verb adjective noun"). Paolo > Both are needed to support x2APIC.