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 lists1p.gnu.org (lists1p.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4144EC79FB9 for ; Thu, 10 Sep 2026 08:51:06 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists1p.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1x4aUj-00012L-E2; Thu, 10 Sep 2026 04:50:57 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists1p.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1x4aUi-0000yF-DW for qemu-devel@nongnu.org; Thu, 10 Sep 2026 04:50:56 -0400 Received: from sea.source.kernel.org ([2600:3c0a:e001:78e:0:1991:8:25]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1x4aUg-0008J8-Kf for qemu-devel@nongnu.org; Thu, 10 Sep 2026 04:50:56 -0400 Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by sea.source.kernel.org (Postfix) with ESMTP id 8D97040C48; Thu, 10 Sep 2026 08:50:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0C0D91F000FF; Thu, 10 Sep 2026 08:50:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1789030253; bh=VyF8zarVjPDTv8g8jmkm3dFzHTyLwkwmGjW0S4NpmLY=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=Pq7W8lxg4PE6zrxHApkOYdFTODAPviRJM9WrseVMHbvohpZeGUFCyGXB+LWny8pdu LZVmd/fcPZTjh/o2ysrRklkNx5NQUbzwbWCw0MjHkhfdE0naFRYQnhcua/iBkKU0pO a1oFcbuzETgUWvSc0MQtI2AdrGJ0q0jWobiK/LCn2amgg/0h+RTk/jd6irGOSk92Ij JoDb7pmJGFSGGWVHXnWze6XeTD12Jr+31PBv9kzOEtagbtTsoRpdDby/GjKnwwbP45 43UJrqLhBwQVi5IZYYiKIyg466MVQuylrtZN3xqvubKZVz9KrgvDuAaBEZeJXwx5jE b7rIvhTIiA4Ew== Message-ID: Date: Thu, 10 Sep 2026 10:50:48 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v5 06/12] memory: Rename memory_region_has_guest_memfd() to *_private() To: Michael Roth , qemu-devel@nongnu.org Cc: pbonzini@redhat.com, berrange@redhat.com, armbru@redhat.com, pankaj.gupta@amd.com, isaku.yamahata@intel.com, xiaoyao.li@intel.com, chao.p.peng@linux.intel.com, Peter Xu References: <20260908133151.836685-1-michael.roth@amd.com> <20260908133151.836685-7-michael.roth@amd.com> From: David Hildenbrand Content-Language: en-US In-Reply-To: <20260908133151.836685-7-michael.roth@amd.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=2600:3c0a:e001:78e:0:1991:8:25; envelope-from=david@kernel.org; helo=sea.source.kernel.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: qemu development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org On 9/8/26 15:30, Michael Roth wrote: > From: Peter Xu > > Rename the function with "_private" suffix, to show that it returns true > only if it has an internal guest-memfd to back private pages (rather than > fully shared guest-memfd). > > Reviewed-by: Xiaoyao Li > Signed-off-by: Peter Xu > Reviewed-by: Michael Roth > Signed-off-by: Michael Roth > --- Reviewed-by: David Hildenbrand -- Cheers, David