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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 20A0AC433EF for ; Sat, 6 Nov 2021 15:57:09 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4869160EDF for ; Sat, 6 Nov 2021 15:57:07 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 4869160EDF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=amsat.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.ozlabs.org Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4HmhpB10CKz3bNy for ; Sun, 7 Nov 2021 02:57:06 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=209.85.210.52; helo=mail-ot1-f52.google.com; envelope-from=philippe.mathieu.daude@gmail.com; receiver=) Received: from mail-ot1-f52.google.com (mail-ot1-f52.google.com [209.85.210.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4Hmhnj2Nqqz2xsH for ; Sun, 7 Nov 2021 02:56:39 +1100 (AEDT) Received: by mail-ot1-f52.google.com with SMTP id g91-20020a9d12e4000000b0055ae68cfc3dso15200284otg.9 for ; Sat, 06 Nov 2021 08:56:39 -0700 (PDT) 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:content-transfer-encoding; bh=eBDSUIjOttiaXGIBqHqfJQJUcKgBFvtaHFb5EhflaV4=; b=VWdqzNt8eAKKMJYMQE5PGSoDKjENjxL9ll/hw5uMCB7vbFDrPn+cxytT035jbh4Ml/ nlioU4yiUOC+XHSjpKXOot1dZoVtV+Y3JyO2uLnX34qroNAuC3AwHqUyQXNswWSD3vpt GcS9N8hyYiq6boqWAX8HoXLJfGYpJurm0fcKaJxxUBgluBZUqOwGX5nS9lPURcmh00yA UzEuYC0B494uEdc3PsZfT/LJawDyzljgQSrBCDAHGxaTw48ILrLZe4LNetvOtoUmT9kz zIzQPJcbkh9Nlr+dvYCxOhKjBuFsNjbVnHo+d/zjn7zruUAL1WBvClqWWUB78+KVXa6v w9vw== X-Gm-Message-State: AOAM53060J/zsVZ/eEmHfebse42ckkVy+XrZR82MeDyDTe1MMLPMjz5G 0kGArfj+WiPQN279HlZSy4SD+pGf3G5njAyPCwk= X-Google-Smtp-Source: ABdhPJxwhCJyC+uhck/vVYoIRwMhWus9uJyoYA8q1C4DG6hFBkzj6XG5LHI4onqLHXxXLvHpBvFJjhBzstBp2T8d+3A= X-Received: by 2002:a9d:4e97:: with SMTP id v23mr20053935otk.190.1636214193915; Sat, 06 Nov 2021 08:56:33 -0700 (PDT) MIME-Version: 1.0 References: <20211105192101.3862492-1-maz@kernel.org> <20211105192101.3862492-3-maz@kernel.org> In-Reply-To: <20211105192101.3862492-3-maz@kernel.org> From: =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= Date: Sat, 6 Nov 2021 16:56:22 +0100 Message-ID: Subject: Re: [PATCH 2/5] KVM: mips: Use kvm_get_vcpu() instead of open-coded access To: Marc Zyngier Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kvm , David Hildenbrand , Atish Patra , Paul Mackerras , Claudio Imbrenda , kvmarm@lists.cs.columbia.edu, Janosch Frank , Huacai Chen , Christian Borntraeger , Aleksandar Markovic , kernel-team@android.com, Suzuki K Poulose , Nicholas Piggin , Alexandru Elisei , Juergen Gross , Sean Christopherson , Anup Patel , "open list:BROADCOM NVRAM DRIVER" , James Morse , Paolo Bonzini , linuxppc-dev@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Fri, Nov 5, 2021 at 9:14 PM Marc Zyngier wrote: > > As we are about to change the way vcpus are allocated, mandate > the use of kvm_get_vcpu() instead of open-coding the access. > > Signed-off-by: Marc Zyngier > --- > arch/mips/kvm/loongson_ipi.c | 4 ++-- > arch/mips/kvm/mips.c | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) Reviewed-by: Philippe Mathieu-Daud=C3=A9