mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-11 18:04:25 +00:00
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> |
||
---|---|---|
.. | ||
delay.c | ||
efi_mmap.c | ||
event.c | ||
hv_main.c | ||
hypercall.c | ||
irq.c | ||
ptdev.c | ||
sched_bvt.c | ||
sched_iorr.c | ||
sched_noop.c | ||
sched_prio.c | ||
schedule.c | ||
softirq.c | ||
ticks.c | ||
timer.c | ||
trusty_hypercall.c | ||
vm_load.c |