Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161101AbcLPQsg (ORCPT ); Fri, 16 Dec 2016 11:48:36 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37108 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934828AbcLPQs2 (ORCPT ); Fri, 16 Dec 2016 11:48:28 -0500 Subject: Re: [PATCH v3 4/4] KVM: x86: allow hotplug of VCPU with APIC ID over 0xff To: =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= , linux-kernel@vger.kernel.org, kvm@vger.kernel.org References: <20161215170648.15714-1-rkrcmar@redhat.com> <20161215170648.15714-5-rkrcmar@redhat.com> Cc: Paolo Bonzini , Igor Mammedov From: David Hildenbrand Organization: Red Hat GmbH Message-ID: <8cec3a67-1f2e-1475-52a5-65f06230599c@redhat.com> Date: Fri, 16 Dec 2016 17:48:24 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20161215170648.15714-5-rkrcmar@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Fri, 16 Dec 2016 16:48:27 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 872 Lines: 22 Am 15.12.2016 um 18:06 schrieb Radim Krčmář: > LAPIC after reset is in xAPIC mode, which poses a problem for hotplug of > VCPUs with high APIC ID, because reset VCPU is waiting for INIT/SIPI, > but there is no way to uniquely address it using xAPIC. > > From many possible options, we chose the one that also works on real > hardware: accepting interrupts addressed to LAPIC's x2APIC ID even in > xAPIC mode. > > KVM intentionally differs from real hardware, because real hardware > (Knights Landing) does just "x2apic_id & 0xff" to decide whether to > accept the interrupt in xAPIC mode and it can deliver one interrupt to > more than one physical destination, e.g. 0x123 to 0x123 and 0x23. > > Fixes: 682f732ecf73 ("KVM: x86: bump MAX_VCPUS to 288") > Signed-off-by: Radim Krčmář Reviewed-by: David Hildenbrand -- David