linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add support for clean shutdown with MSHV
@ 2025-10-27 20:28 Praveen K Paladugu
  2025-10-27 20:28 ` [PATCH v3 1/2] hyperv: Add definitions for MSHV sleep state configuration Praveen K Paladugu
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Praveen K Paladugu @ 2025-10-27 20:28 UTC (permalink / raw)
  To: kys, haiyangz, wei.liu, decui, tglx, mingo, linux-hyperv,
	linux-kernel, bp, dave.hansen, x86, hpa, arnd
  Cc: anbelski, prapal, easwar.hariharan, nunodasneves, skinsburskii

Add support for clean shutdown of the root partition when running on MSHV
hypervisor.

v3:
 - Dropped acpi_sleep handlers as they are not used on mshv
 - Applied ordering for hv_reboot_notifier
 - Fixed build issues on i386, arm64 architectures

v2:
  - Addressed review comments from v1.
  - Moved all sleep state handling methods under CONFIG_ACPI stub
  - - This fixes build issues on non-x86 architectures.

Praveen K Paladugu (2):
  hyperv: Add definitions for MSHV sleep state configuration
  hyperv: Enable clean shutdown for root partition with MSHV

 arch/x86/hyperv/hv_init.c       |   8 +++
 arch/x86/include/asm/mshyperv.h |   2 +
 drivers/hv/mshv_common.c        | 103 ++++++++++++++++++++++++++++++++
 include/hyperv/hvgdk_mini.h     |   4 +-
 include/hyperv/hvhdk_mini.h     |  33 ++++++++++
 5 files changed, 149 insertions(+), 1 deletion(-)

-- 
2.51.0


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

end of thread, other threads:[~2025-10-27 21:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-27 20:28 [PATCH v3 0/2] Add support for clean shutdown with MSHV Praveen K Paladugu
2025-10-27 20:28 ` [PATCH v3 1/2] hyperv: Add definitions for MSHV sleep state configuration Praveen K Paladugu
2025-10-27 20:28 ` [PATCH v3 2/2] hyperv: Enable clean shutdown for root partition with MSHV Praveen K Paladugu
2025-10-27 21:19   ` Easwar Hariharan
2025-10-27 20:56 ` [PATCH v3 0/2] Add support for clean shutdown " Easwar Hariharan
2025-10-27 21:11   ` Praveen K Paladugu
2025-10-27 21:13     ` Easwar Hariharan

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).