From mboxrd@z Thu Jan 1 00:00:00 1970 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 C5179C433F5 for ; Wed, 1 Dec 2021 15:55:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351224AbhLAP6q (ORCPT ); Wed, 1 Dec 2021 10:58:46 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37534 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1351204AbhLAP6o (ORCPT ); Wed, 1 Dec 2021 10:58:44 -0500 Received: from mail-lf1-x12d.google.com (mail-lf1-x12d.google.com [IPv6:2a00:1450:4864:20::12d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 50947C061574 for ; Wed, 1 Dec 2021 07:55:23 -0800 (PST) Received: by mail-lf1-x12d.google.com with SMTP id k37so64119731lfv.3 for ; Wed, 01 Dec 2021 07:55:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=xL/SpxsRDGwnkxLz+6BUFTtHIU21cRhV7c5wnSAq5Yw=; b=I9ghR7dt4Gsu2/sYeRlTJJVcMRtr/3zIlV90L93Rm2vWQQlekO0Gh/KlB+6MCE9mh/ juwc6AzqEs6nuuZfCfIT0KtgAq4d8EPA+f1TyawHpHBGFqlagkI1HRMoaokxQe1oLeTI 3+nwmHhW9uCJTy1yQjGwikexKvJy8O/+WwGbH4ni0za9FZKFfu/j2DiwCLI9vlWjz0Ck loIEZyFSE05BB2FEUebNqKkCSIs5xrOKRHLL+3SE/O2PRgpeOQY10NypbaUy18r5XAyx HpWpUZ2O9GxMYTvzRyByPETbnLA1n4a4CCXhzNR/9pJEWugmO5XVUH1hXskJbIQj+hge RnJg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=xL/SpxsRDGwnkxLz+6BUFTtHIU21cRhV7c5wnSAq5Yw=; b=biCT08qph/Atls+OG1ZwuFUcbupxiZ6uxT4+yix9agkZe0mEG4LwgS7ErPsR6tp8v/ 1fZRHISZwOdugzruybe9pIoGfkzq3h/tQhyjwZQFTYDXSNclBZ6OeRnMxrYXQ/Mhzool yue0zfrXjc4IE0mGUtGfxOckieFKr+7gO9lXyDSi6wSthlBrbcT+Okez2oAt0C4ZbJyV V1UIDKUMNaTjC8Ju9PWkZW+gN0NFb65yl6fCq79YOaLuN3XuH6//hwHE7vGW+nD4Fpbu b6ItQyNxVtx/n+IN1/pjd+OVZwi8xbYNUcNRnP4mBnXM05vcFEuzbfP6rVM4BsB9qv4V yKRA== X-Gm-Message-State: AOAM5311ckQyJtDgXkOifLjvc5MhnhksLLrlWc6gQGNAqSRTOfuh8+J5 KzKBtRVFlmCTbI0rZGdXcju7tmDX5edlsQjZc713KacBhI8rkQ== X-Google-Smtp-Source: ABdhPJy/+/3rg39jeP45zH9ymgRTv59GH1CjAnXh2e39aAzfNKAr8HYBD2a8dwlALIOyVHSFKkWKQev3T2wRxUjX9aw= X-Received: by 2002:a05:6512:1148:: with SMTP id m8mr6362883lfg.456.1638374121401; Wed, 01 Dec 2021 07:55:21 -0800 (PST) MIME-Version: 1.0 References: <20211123005036.2954379-1-pbonzini@redhat.com> <20211123005036.2954379-4-pbonzini@redhat.com> In-Reply-To: From: Peter Gonda Date: Wed, 1 Dec 2021 08:55:10 -0700 Message-ID: Subject: Re: [PATCH 03/12] KVM: SEV: expose KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM capability To: Sean Christopherson Cc: Paolo Bonzini , linux-kernel@vger.kernel.org, kvm@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 29, 2021 at 3:28 PM Sean Christopherson wrote: > > On Mon, Nov 22, 2021, Paolo Bonzini wrote: > > The capability, albeit present, was never exposed via KVM_CHECK_EXTENSION. > > > > Fixes: b56639318bb2 ("KVM: SEV: Add support for SEV intra host migration") > > Cc: Peter Gonda > > Signed-off-by: Paolo Bonzini > > --- > > Reviewed-by: Sean Christopherson Reviewed-by: Peter Gonda