RE: [PATCH v3 1/1] Documentation: hyperv: Add overview of guest VM hibernation
From: Michael Kelley
Date: Mon Jan 13 2025 - 09:47:50 EST
From: Bagas Sanjaya <bagasdotme@xxxxxxxxx> Sent: Monday, January 13, 2025 2:06 AM
>
> On Sun, Jan 12, 2025 at 09:29:03PM -0800, mhkelley58@xxxxxxxxx wrote:
> > From: Michael Kelley <mhklinux@xxxxxxxxxxx>
> >
> > Add documentation on how hibernation works in a guest VM on Hyper-V.
> > Describe how VMBus devices and the VMBus itself are hibernated and
> > resumed, along with various limitations.
> >
> > Signed-off-by: Michael Kelley <mhklinux@xxxxxxxxxxx>
> > ---
> > Changes in v3:
> > * Added missing word "with" in vPCI section [Bagas Sanjaya]
> > * Reworked wording of SR-IOV NIC handling [Bagas Sanjaya]
> >
> > Changes in v2:
> > * Added discussion of implications of moving a hibernated VM to another
> > Hyper-V host and resuming on the new host [Roman Kisel]
> > * Added section describing how UIO devices prevent a VM from being
> > hibernated [Roman Kisel]
> >
> > Documentation/virt/hyperv/hibernation.rst | 336 ++++++++++++++++++++++
>
> You forget to add the doc to toctree index:
>
> Documentation/virt/hyperv/hibernation.rst: WARNING: document isn't included in any
> toctree
Argh! Indeed, you are right. I'll resubmit .... :-(
Michael