From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751935AbcGMOlV (ORCPT ); Wed, 13 Jul 2016 10:41:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36885 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750941AbcGMOlO (ORCPT ); Wed, 13 Jul 2016 10:41:14 -0400 Date: Wed, 13 Jul 2016 16:40:50 +0200 From: Radim =?utf-8?B?S3LEjW3DocWZ?= To: Paolo Bonzini Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org, "Lan, Tianyu" , Igor Mammedov , Jan Kiszka , Peter Xu , Yang Zhang Subject: Re: [PATCH v3 11/14] KVM: x86: add KVM_CAP_X2APIC_API Message-ID: <20160713144050.GB22438@potion> References: <20160712200930.32143-1-rkrcmar@redhat.com> <20160712200930.32143-12-rkrcmar@redhat.com> <3eb82f7c-6e8a-5c26-8c05-300cace7a991@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <3eb82f7c-6e8a-5c26-8c05-300cace7a991@redhat.com> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Wed, 13 Jul 2016 14:40:54 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2016-07-13 10:41+0200, Paolo Bonzini: > 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"). Yeah, thanks.