acrn-hypervisor/hypervisor/include/common
Shuo A Liu 4742d1c747 hv: ptdev: move softirq_dev_entry_list from vm structure to per_cpu region
Using per_cpu list to record ptdev interrupts is more reasonable than
recording them per-vm. It makes dispatching such interrupts more easier
as we now do it in softirq which happens following interrupt context of
each pcpu.

Tracked-On: #3663
Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
Signed-off-by: Shuo A Liu <shuo.a.liu@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2019-09-16 09:36:52 +08:00
..
hypercall.h hv: add new hypercall to fetch platform configurations 2019-04-15 22:14:13 +08:00
ptdev.h hv: ptdev: move softirq_dev_entry_list from vm structure to per_cpu region 2019-09-16 09:36:52 +08:00
schedule.h hv: move pcpu offline request and vm shutdown request from schedule 2019-09-16 09:36:52 +08:00
softirq.h hv: remove unused MACROs 2018-09-18 09:43:43 +08:00