From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [PATCH v3 11/14] KVM: x86: add KVM_CAP_X2APIC_API Date: Wed, 13 Jul 2016 16:40:50 +0200 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-Transfer-Encoding: QUOTED-PRINTABLE Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org, "Lan, Tianyu" , Igor Mammedov , Jan Kiszka , Peter Xu , Yang Zhang To: Paolo Bonzini Return-path: 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 Content-Disposition: inline In-Reply-To: <3eb82f7c-6e8a-5c26-8c05-300cace7a991@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 2016-07-13 10:41+0200, Paolo Bonzini: > On 12/07/2016 22:09, Radim Kr=C4=8Dm=C3=A1=C5=99 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. >=20 > Let's make it KVM_X2APIC_API_USE_32BIT_IDS instead, as this matches t= he > name of Add KVM_X2APIC_API_DISABLE_BROADCAST_QUIRK ("verb adjective n= oun"). Yeah, thanks.