acrn-hypervisor/hypervisor/common
Fei Li 6b32b28e72 hv: ptdev: address vector scalability problem by interrupt posting
Now interrupt vector in ACRN hypervisor is maintained as global variable, not
per-CPU variable. If there're more PCI devices, the physical interrupt vectors
are not enough most likely.

This patch would not allocate physical interrupt vector for MSI/MSI-X vectors
if interrupt posting could been used to inject the MSI/MSI-X interrupt to
a VM directly.

Tracked-On: #7275
Signed-off-by: Fei Li <fei1.li@intel.com>
Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com>
2022-04-19 14:54:04 +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 Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
hv_main.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
hypercall.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
irq.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
ptdev.c hv: ptdev: address vector scalability problem by interrupt posting 2022-04-19 14:54:04 +08:00
sched_bvt.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
sched_iorr.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
sched_noop.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
sched_prio.c hv: add priority based scheduler 2021-09-24 09:32:18 +08:00
schedule.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
softirq.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
ticks.c hv/mod_timer: split tsc handling code from timer. 2021-05-18 16:43:28 +08:00
timer.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
trusty_hypercall.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
vm_load.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00