acrn-hypervisor/hypervisor/common
Wu Zhou 581ec58fbb hv: vm_event: create vm_event support
This patch creates vm_event support in HV, including:
1. Create vm_event data type.
2. Add vm_event sbuf and its initializer. The sbuf will be allocated by
   DM in Service VM. Its page address will then be share to HV through
   hypercall.
3. Add an API to send the HV generated event.

Tracked-On: #8547
Signed-off-by: Wu Zhou <wu.zhou@intel.com>
Reviewed-by: Junjie Mao <junjie.mao@intel.com>
2024-02-01 17:01:31 +08:00
..
delay.c hv/mod_timer: separate delay functions from the timer module 2021-05-18 16:43:28 +08:00
efi_mmap.c HV: fix build issue on RELEASE version 2021-11-16 19:01:44 +08:00
event.c hv: support halt in hv idle 2023-09-15 11:52:40 +08:00
hv_main.c hv: sched: Add sched_params struct for thread parameters 2023-09-18 16:26:05 +08:00
hypercall.c hv: Write _CPC to guests' ACPI when VHWP is enabled 2023-06-09 10:06:42 +08:00
irq.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
ptdev.c ptirq: Fix ptirq hash tables 2023-04-13 12:24:57 +08:00
sbuf.c hv: vm_event: create vm_event support 2024-02-01 17:01:31 +08:00
sched_bvt.c hv: sched: add four parameters for BVT scheduler 2023-09-18 16:26:05 +08:00
sched_iorr.c hv: sched: Add sched_params struct for thread parameters 2023-09-18 16:26:05 +08:00
sched_noop.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
sched_prio.c hv: sched: Add sched_params struct for thread parameters 2023-09-18 16:26:05 +08:00
schedule.c hv: sched: Add sched_params struct for thread parameters 2023-09-18 16:26:05 +08:00
softirq.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
ticks.c hv/mod_timer: split tsc handling code from timer. 2021-05-18 16:43:28 +08:00
timer.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
trusty_hypercall.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
vm_event.c hv: vm_event: create vm_event support 2024-02-01 17:01:31 +08:00
vm_load.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00