linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Documentation: hyperv: Add basic info on Hyper-V enlightenments
@ 2022-07-05 15:43 Michael Kelley
  2022-07-05 15:43 ` [PATCH 1/3] Documentation: hyperv: Add overview of " Michael Kelley
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Michael Kelley @ 2022-07-05 15:43 UTC (permalink / raw)
  To: kys, haiyangz, sthemmin, wei.liu, decui, corbet, linux-kernel,
	linux-doc, linux-hyperv
  Cc: mikelley

This documentation is a high level overview to explain the basics
of Linux running as a guest on Hyper-V. The intent is to document
the forest, not the trees. The Hyper-V Top Level Functional Spec
provides conceptual material and API details for the core Hyper-V
hypervisor, and this documentation provides additional info on
how that functionality is applied to Linux. Also, there's no
public documentation on VMbus or the VMbus synthetic devices, so
this documentation helps fill that gap at a conceptual level. This
documentation is not API-level documentation, which can be seen
in the code and associated comments.

More topics will be added in future patches, including:

* Miscellaneous synthetic devices like KVP, timesync, VSS, etc.
* Virtual PCI support
* Isolated/Confidential VMs

If you think I'm missing a topic that fits into the overall
approach as described, feel free to suggest text, or let me
know and I can add it to my list.

Michael Kelley (3):
  Documentation: hyperv: Add overview of Hyper-V enlightenments
  Documentation: hyperv: Add overview of VMbus
  Documentation: hyperv: Add overview of clocks and timers

 Documentation/virt/hyperv/clocks.rst   |  73 ++++++++
 Documentation/virt/hyperv/index.rst    |  12 ++
 Documentation/virt/hyperv/overview.rst | 207 ++++++++++++++++++++++
 Documentation/virt/hyperv/vmbus.rst    | 303 +++++++++++++++++++++++++++++++++
 Documentation/virt/index.rst           |   1 +
 MAINTAINERS                            |   1 +
 6 files changed, 597 insertions(+)
 create mode 100644 Documentation/virt/hyperv/clocks.rst
 create mode 100644 Documentation/virt/hyperv/index.rst
 create mode 100644 Documentation/virt/hyperv/overview.rst
 create mode 100644 Documentation/virt/hyperv/vmbus.rst

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-07-06 18:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-05 15:43 [PATCH 0/3] Documentation: hyperv: Add basic info on Hyper-V enlightenments Michael Kelley
2022-07-05 15:43 ` [PATCH 1/3] Documentation: hyperv: Add overview of " Michael Kelley
2022-07-05 15:43 ` [PATCH 2/3] Documentation: hyperv: Add overview of VMbus Michael Kelley
2022-07-05 15:43 ` [PATCH 3/3] Documentation: hyperv: Add overview of clocks and timers Michael Kelley
2022-07-06 18:25   ` Wei Liu
2022-07-06 18:47     ` Michael Kelley (LINUX)
2022-07-06 18:12 ` [PATCH 0/3] Documentation: hyperv: Add basic info on Hyper-V enlightenments Wei Liu
2022-07-06 18:43   ` Michael Kelley (LINUX)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).