From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vitaly Kuznetsov Subject: Re: [PATCH 3/3] KVM: x86: hyperv: implement PV IPI send hypercalls Date: Thu, 28 Jun 2018 17:04:31 +0200 Message-ID: <87vaa3dkao.fsf@vitty.brq.redhat.com> References: <20180622145616.5851-1-vkuznets@redhat.com> <20180622145616.5851-4-vkuznets@redhat.com> <20180622191333.GC2377@flask> Mime-Version: 1.0 Content-Type: text/plain Cc: Radim Krcmar , kvm , Paolo Bonzini , Roman Kagan , "K. Y. Srinivasan" , Haiyang Zhang , Stephen Hemminger , "Michael Kelley \(EOSG\)" , Mohammed Gamal , Cathy Avery , LKML To: Wanpeng Li Return-path: In-Reply-To: (Wanpeng Li's message of "Thu, 28 Jun 2018 22:05:13 +0800") Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Wanpeng Li writes: > Hi Paolo and Radim, > > I have already completed the patches for linux guest/kvm/qemu w/ vCPUs > <= 64, however, extra complication as the ex in hyperv should be > introduced for vCPUs > 64, so do you think vCPU <=64 is enough for > linux guest or should me introduce two hypercall as what hyperv does > w/ ex logic? > Neither Paolo nor Radim but as we already have #define KVM_MAX_VCPUS 288 on at least x86, supporting <= 64 vCPUs seems to be too limiting for any new functionality. -- Vitaly