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 X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 01859C433E1 for ; Thu, 25 Jun 2020 08:04:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DB7AE20720 for ; Thu, 25 Jun 2020 08:04:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390496AbgFYIDc (ORCPT ); Thu, 25 Jun 2020 04:03:32 -0400 Received: from 8bytes.org ([81.169.241.247]:48804 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726930AbgFYIDc (ORCPT ); Thu, 25 Jun 2020 04:03:32 -0400 Received: by theia.8bytes.org (Postfix, from userid 1000) id 8E7BF36D; Thu, 25 Jun 2020 10:03:30 +0200 (CEST) From: Joerg Roedel To: Paolo Bonzini Cc: Sean Christopherson , Vitaly Kuznetsov , Wanpeng Li , Jim Mattson , Joerg Roedel , kvm@vger.kernel.org, linux-kernel@vger.kernel.org, Joerg Roedel Subject: [PATCH 0/4] KVM: SVM: Code move follow-up Date: Thu, 25 Jun 2020 10:03:21 +0200 Message-Id: <20200625080325.28439-1-joro@8bytes.org> X-Mailer: git-send-email 2.17.1 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org From: Joerg Roedel Hi, here is small series to follow-up on the review comments for moving the kvm-amd module code to its own sub-directory. The comments were only about renaming structs and symbols, so there are no functional changes in these patches. The comments addressed here are all from [1]. Regards, Joerg [1] https://lore.kernel.org/lkml/87d0917ezq.fsf@vitty.brq.redhat.com/ Joerg Roedel (4): KVM: SVM: Rename struct nested_state to svm_nested_state KVM: SVM: Add vmcb_ prefix to mark_*() functions KVM: SVM: Add svm_ prefix to set/clr/is_intercept() KVM: SVM: Rename svm_nested_virtualize_tpr() to nested_svm_virtualize_tpr() arch/x86/kvm/svm/avic.c | 2 +- arch/x86/kvm/svm/nested.c | 8 +-- arch/x86/kvm/svm/sev.c | 2 +- arch/x86/kvm/svm/svm.c | 138 +++++++++++++++++++------------------- arch/x86/kvm/svm/svm.h | 20 +++--- 5 files changed, 85 insertions(+), 85 deletions(-) -- 2.27.0