From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by smtp.subspace.kernel.org (Postfix) with ESMTP id C97561C2324; Tue, 14 Jan 2025 16:24:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=13.77.154.182 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736871897; cv=none; b=Ek6Hr1B95VJBYulu5U38Wdq/o+qj7oILpibloBrLFPjeRC6mEq0QsRmxeCGgn2qTICB7llnButwCVN4YhsmaLtvzNBj0VI6xZINx6XEPWVa7w6KmfsaDCl0Ia4DH02/pGyPTGVeIMXvCzMWhfjyuECUooms7GLL6GmV7qjbgttg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736871897; c=relaxed/simple; bh=4C0G2XCT+MQY0IIkXI2xbO/jgLunjRLy7KJnpGEApQw=; h=Message-ID:Date:MIME-Version:Subject:To:References:From: In-Reply-To:Content-Type; b=WISmZhYoWtBsnAL2mY/Zi8dmE4JnTGuEK0wlV9QvXc3m56oRb8Y6j5Ocr58WOfRqGOryLcppe5St6N3ZgZa1NP3MvhgvMYHyM+UiQeokf+/KuEFodMYb22cYRGGq7iuJHvDTFWzs6hcyNvWbtl/be9y82xNi6xen88NiZ/4aQyg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.microsoft.com; spf=pass smtp.mailfrom=linux.microsoft.com; dkim=pass (1024-bit key) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b=kxRhajGR; arc=none smtp.client-ip=13.77.154.182 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.microsoft.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.microsoft.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b="kxRhajGR" Received: from [10.137.184.60] (unknown [131.107.160.188]) by linux.microsoft.com (Postfix) with ESMTPSA id 3E6BD20BEBE1; Tue, 14 Jan 2025 08:24:55 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 3E6BD20BEBE1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1736871895; bh=+XptpPcdbzr3RxIdizNt2dhRuo/DfalHaLG+30JWpuI=; h=Date:Subject:To:References:From:In-Reply-To:From; b=kxRhajGRzD2nNxYfiZnc0CpG0xbo3avP/pQifztmisYFVJzkmX/NPL10jkSTw8GHp T9a+7ghkbvWohh0T+5npPbPYZBhZ7Y2Vpcm9KffFV5UGo6VUPMkyRs/TsSxLygnI9f RL8ztXYu7SfJ1EJWhyQ3fFgE52x3yLyUcpovIDcY= Message-ID: <639df81f-4411-4815-88ca-381e09065174@linux.microsoft.com> Date: Tue, 14 Jan 2025 08:24:55 -0800 Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v4 1/1] Documentation: hyperv: Add overview of guest VM hibernation To: mhklinux@outlook.com, haiyangz@microsoft.com, wei.liu@kernel.org, decui@microsoft.com, kys@microsoft.com, corbet@lwn.net, linux-kernel@vger.kernel.org, linux-hyperv@vger.kernel.org, linux-doc@vger.kernel.org References: <20250113145645.1320942-1-mhklinux@outlook.com> Content-Language: en-US From: Roman Kisel In-Reply-To: <20250113145645.1320942-1-mhklinux@outlook.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 1/13/2025 6:56 AM, mhkelley58@gmail.com wrote: > From: Michael Kelley [...] An incredible read, thank you, Michael! Reviewed-by: Roman Kisel > diff --git a/Documentation/virt/hyperv/index.rst b/Documentation/virt/hyperv/index.rst > index 79bc4080329e..c84c40fd61c9 100644 > --- a/Documentation/virt/hyperv/index.rst > +++ b/Documentation/virt/hyperv/index.rst > @@ -11,4 +11,5 @@ Hyper-V Enlightenments > vmbus > clocks > vpci > + hibernation > coco -- Thank you, Roman