mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-09 04:39:34 +00:00
hv: add vgpio device model support
When HV pass through the P2SB MMIO device to pre-launched VM, vgpio device model traps MMIO access to the GPIO registers within P2SB so that it can expose virtual IOAPIC pins to the VM in accordance with the programmed mappings between gsi and vgsi. Tracked-On: #5246 Signed-off-by: Toshiki Nishioka <toshiki.nishioka@intel.com> Reviewed-by: Junjie Mao <junjie.mao@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
committed by
wenlingz
parent
19f74d84a6
commit
77fb21e98c
@@ -313,6 +313,7 @@ VP_DM_C_SRCS += dm/vpci/vmsix.c
|
||||
VP_DM_C_SRCS += dm/vpci/vmsix_on_msi.c
|
||||
VP_DM_C_SRCS += dm/vpci/vsriov.c
|
||||
VP_DM_C_SRCS += dm/mmio_dev.c
|
||||
VP_DM_C_SRCS += dm/vgpio.c
|
||||
VP_DM_C_SRCS += arch/x86/guest/vlapic.c
|
||||
VP_DM_C_SRCS += arch/x86/guest/pm.c
|
||||
VP_DM_C_SRCS += arch/x86/guest/assign.c
|
||||
|
Reference in New Issue
Block a user