acrn-hypervisor/hypervisor/dm
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
..
vpci hv: pci: Add guest cfg header access handling of type 1 device 2024-06-27 11:26:09 +08:00
io_req.c hv: asyncio: support data match of the same addr 2024-06-05 15:23:33 +08:00
mmio_dev.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
vgpio.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
vioapic.c doc: remove '@return None' for void functions 2023-08-03 14:56:29 -07:00
vpic.c doc: remove '@return None' for void functions 2023-08-03 14:56:29 -07:00
vrtc.c hv: s3: add timer support 2024-06-27 11:26:09 +08:00
vuart.c debug: vuart: fix interrupt ID for data receiving 2024-04-25 15:00:09 +08:00