From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53291) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dL8BM-0000qc-F9 for qemu-devel@nongnu.org; Wed, 14 Jun 2017 09:18:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dL8BL-0000Fw-Jd for qemu-devel@nongnu.org; Wed, 14 Jun 2017 09:18:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60274) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dL8BL-0000EW-CH for qemu-devel@nongnu.org; Wed, 14 Jun 2017 09:17:59 -0400 References: <20170606181948.16238-1-rkagan@virtuozzo.com> <20170606181948.16238-6-rkagan@virtuozzo.com> <20170613185752.GZ5016@thinpad.lan.raisama.net> <20170614112506.GI2004@rkaganb.sw.ru> <6bb8f5e3-b6bf-c62a-93f3-9fe338d43881@redhat.com> <20170614130149.GD5016@thinpad.lan.raisama.net> <20170614151117.42235246@nial.brq.redhat.com> From: Paolo Bonzini Message-ID: <71b4d258-4299-43dd-ec0c-e7a2ab9e128e@redhat.com> Date: Wed, 14 Jun 2017 15:17:54 +0200 MIME-Version: 1.0 In-Reply-To: <20170614151117.42235246@nial.brq.redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 05/23] hyperv: ensure VP index equal to QEMU cpu_index List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov , Eduardo Habkost Cc: Roman Kagan , qemu-devel@nongnu.org, Evgeny Yakovlev , "Denis V . Lunev" On 14/06/2017 15:11, Igor Mammedov wrote: >> No, KVM really uses the VCPU _index_ for HV_X64_MSR_VP_INDEX: > > and as you pointed out that works just by luck, > as soon as we there would be out of order created CPUs > returned value won't match cpu_index. > > So instead of spreading this nonsense out to QEMU, is it possible > to fix kernel(kvm+guest) to use apic_id instead? Yes, definitely. At this point let's add a new "KVM_CAP_HYPERV_SYNIC2" capability and declare the old one broken, that will make things easier. Paolo