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
efi_mmap.c
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
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
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