mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-05 07:35:31 +00:00
dm: PTM: Check if hw supports ptm
This patch probes whether hw supports ptm. It is used to check whether ptm can be enabled on the passthru pci device. It checks whether passthru device support PTM requestor capability, then check whether its upstream root port support PTM root role. Errors are reported to user if sanity check fails. Tracked-On: #5915 Signed-off-by: Rong Liu <rong.l.liu@intel.com> Acked-by: Yu Wang <yu1.wang@intel.com>
This commit is contained in:
@@ -131,6 +131,7 @@ SRCS += hw/pci/platform_gsi_info.c
|
||||
SRCS += hw/pci/gsi_sharing.c
|
||||
SRCS += hw/pci/passthrough.c
|
||||
SRCS += hw/pci/pci_util.c
|
||||
SRCS += hw/pci/ptm.c
|
||||
SRCS += hw/pci/virtio/virtio_audio.c
|
||||
SRCS += hw/pci/virtio/virtio_net.c
|
||||
SRCS += hw/pci/virtio/virtio_rnd.c
|
||||
|
||||
Reference in New Issue
Block a user