acrn-hypervisor/hypervisor/include/common
Haiwei Li 3d6ca845e2 hv: s3: add timer support
When resume from s3, Service VM OS will hang because timer interrupt on
BSP is not triggered. Hypervisor won't update physical timer because
there are expired timers on pcpu timer list.

Add suspend and resume ops for modules that use timers.

This patch is just for Service VM OS. Support for User VM will be added
in the future.

Tracked-On: #8623
Signed-off-by: Haiwei Li <haiwei.li@intel.com>
2024-06-27 11:26:09 +08:00
..
delay.h doc: remove '@return None' for void functions 2023-08-03 14:56:29 -07:00
efi_mmap.h hv: set default MAX_EFI_MMAP_ENTRIES to 350 2021-11-08 09:49:24 +08:00
event.h hv: Change sched_event back to boolean-based implementation 2022-07-14 09:05:37 +08:00
hypercall.h hv: add hypercall to register asyncio 2022-09-27 10:26:42 +08:00
irq.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
ptdev.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
sbuf.h hv: add max_len for sbuf_put param 2024-02-20 11:52:02 +08:00
schedule.h hv: s3: add timer support 2024-06-27 11:26:09 +08:00
softirq.h hv: enable thermal lvt interrupt 2024-05-16 09:40:32 +08:00
thermal.h hv: enable thermal lvt interrupt 2024-05-16 09:40:32 +08:00
ticks.h doc: update timer HLD doc after modularization 2021-06-09 17:11:25 -04:00
timer.h doc: remove '@return None' for void functions 2023-08-03 14:56:29 -07:00
vm_event.h hv: vm_event: create vm_event support 2024-02-01 17:01:31 +08:00