cloud-hypervisor/hypervisor/src
Anirudh Rayabharam caa362c31f hypervisor: mshv: stub implementation for save_data_tables()
Provide a stub implementation for save_data_tables() to unblock pause
functionality. Without this, pausing a VM causes Cloud Hypervisor to
panic due to the unimplemented!() macro. This unblocks the
test_api_http_pause_resume testcase. We don't need to save any state
just to pause and resume.

Signed-off-by: Anirudh Rayabharam <anrayabh@microsoft.com>
2026-02-11 15:57:21 +00:00
..
arch hypervisor: mshv: Introduce CPU state update function and use it 2026-01-14 10:57:20 +00:00
kvm hypervisor: AMX state snapshot and restore support 2025-12-11 17:14:13 +00:00
mshv hypervisor: mshv: stub implementation for save_data_tables() 2026-02-11 15:57:21 +00:00
cpu.rs hypervisor: Don't create temporary vector for boot MSRs 2025-11-29 13:07:16 +00:00
device.rs misc: hypervisor: streamline error Display::fmt() 2025-06-13 19:55:54 +00:00
hypervisor.rs hypervisor: Suppress unused_unsafe warning 2026-01-07 00:20:41 +00:00
lib.rs hypervisor: Add an unreachable arm to get/set_x86_64_reg 2026-02-10 08:33:43 +00:00
vm.rs hypervisor: mshv: retrieve MSRs list correctly 2025-12-07 01:29:56 +00:00