From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8BD1242883D for ; Thu, 26 Feb 2026 15:58:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772121515; cv=none; b=sYc9QPpD6N+jH2UZ3RzmYUYwwc6u4HU/Lktkl6xiIuGPaIb6NRj5dvmiLgl47+aQVBYULA+zDJkoTjdX24rwYp6tIAJiAc7w0eI3ORpzcG55SAQ3I6TP5nvMPOnw0NTyw+z15K00XMym+lb1n/CcCgxQP0l7ehCbWRT8Coje8nA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772121515; c=relaxed/simple; bh=ebhzs1f9leTJhb7vJ9DTLKifZg7rjye2J7sNivsOQ3s=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=Ms2CU0ViEdZ19EO4kkV8wf9ePnHvtnenrLFGpKAAAuTSyoCByVp4mPSIoYK1e0+9Pke8s1Y3jVmb1+OBPn+M9r84sWgyI4pAkVxtK3E1jROHDPw//fl96AtJq+VYY6q51gYcR3Wr7Td2iXWKxw3QPKVfa56U4NgDD53Vc7Vj1Ug= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=QjLld+Np; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="QjLld+Np" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4E54EC19423; Thu, 26 Feb 2026 15:58:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772121515; bh=ebhzs1f9leTJhb7vJ9DTLKifZg7rjye2J7sNivsOQ3s=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=QjLld+NpH9eFYRonODSfV2PKLWHIQ1yst/ZN2P3geM9ro/JrTctO1PqhDvnZw8kN0 WCVSX8Qkxk01hWjaMT3qKYjZ1x9+nBcL9/KQfflgCR7p/ldGDDAfI6pHu0p1oTdTwj At5XLv2zS9oZhVTQYZBjMmFIAzCNcSaQcXl6dHyR7beu+l+Jfi471mkmZ/FTVC2jye VbcFtKPxFjQ7xbHaCraHT9UnvsUpCYBxiFBBCv3/2mHS1DYnROWG4VbZ+HD/4mDDiD 2mU5/12G8TTqnyF/Et0OOncFWbs3mW1S5ap+TAQglH0IPqNEn6FJSdC5U63tVKRz8D ECMHYwAj3SaQA== Message-ID: <160c548f-7839-486e-9ee2-637dcb156bb3@kernel.org> Date: Thu, 26 Feb 2026 16:58:29 +0100 Precedence: bulk X-Mailing-List: kvm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v3 02/15] memory: drop RamDiscardListener::double_discard_supported To: marcandre.lureau@redhat.com, qemu-devel@nongnu.org Cc: Ben Chaney , "Michael S. Tsirkin" , =?UTF-8?Q?C=C3=A9dric_Le_Goater?= , Paolo Bonzini , Alex Williamson , Fabiano Rosas , =?UTF-8?Q?Philippe_Mathieu-Daud=C3=A9?= , Peter Xu , kvm@vger.kernel.org, Mark Kanda References: <20260226140001.3622334-1-marcandre.lureau@redhat.com> <20260226140001.3622334-3-marcandre.lureau@redhat.com> From: David Hildenbrand Content-Language: en-US In-Reply-To: <20260226140001.3622334-3-marcandre.lureau@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On 2/26/26 14:59, marcandre.lureau@redhat.com wrote: > From: Marc-André Lureau > > This was never turned off, effectively some dead code. > > Signed-off-by: Marc-André Lureau > Reviewed-by: Cédric Le Goater > --- Great, thanks! Acked-by: David Hildenbrand (Arm) -- Cheers, David