Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9B978C433FE for ; Thu, 25 Nov 2021 19:08:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1356531AbhKYTLq (ORCPT ); Thu, 25 Nov 2021 14:11:46 -0500 Received: from Galois.linutronix.de ([193.142.43.55]:53902 "EHLO galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236558AbhKYTJl (ORCPT ); Thu, 25 Nov 2021 14:09:41 -0500 From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1637867186; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=+Pn57p54ZEZtDgVHnF58kqElnodorlAj6rpZoxOplks=; b=Mb1hRHG8JzypnC958m9ZGzTb99fBttgox0fvNm7enrxlj6uWwwdtf2S+J+ghFUhfcJDQb9 YF7gxQx9HxmVrtnvWDcaFs+3HH8gKGoe4dLYwXW0x1gjsjm1V3G0RnxivhAvYOy/CDSui6 qQA9ArQRyQw+Vao4PNiYixYD+fa2n9a+akbjKDELFVh+Rz5T8IVChOXpFsa+PUo9H881ds y60Wy+oBgg1GoF0Nhelyjlgs4C0so4mZ+jjTe0oXQLp+lUyB7zGzVzaH1aOEq5kKLEeC2p UPA0x3UXrUIrcOq6+99GM1FNPqCc8Gj7Qw960rRo8V7g+GYY8h+gFRDajihuSw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1637867186; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=+Pn57p54ZEZtDgVHnF58kqElnodorlAj6rpZoxOplks=; b=N5kB9vDczvzVbQPGFs5itet7ox7V5y6+Uh39WVbaLya7LT0OfGYON7H0XJQ+mY40mbWPvX SI5DI5VqdRlJwNBw== To: isaku.yamahata@intel.com, Ingo Molnar , Borislav Petkov , "H . Peter Anvin" , Paolo Bonzini , Vitaly Kuznetsov , Wanpeng Li , Jim Mattson , Joerg Roedel , erdemaktas@google.com, Connor Kuehl , Sean Christopherson , linux-kernel@vger.kernel.org, kvm@vger.kernel.org Cc: isaku.yamahata@intel.com, isaku.yamahata@gmail.com, Sean Christopherson Subject: Re: [RFC PATCH v3 13/59] KVM: Add max_vcpus field in common 'struct kvm' In-Reply-To: References: Date: Thu, 25 Nov 2021 20:06:26 +0100 Message-ID: <87wnkwjbrh.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 24 2021 at 16:19, isaku yamahata wrote: > From: Sean Christopherson Why?