You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to implement dGPU prime feature in guest which will let virtio-iGPU read rendered data of passthrough dGPU. Before that, virtio gpu driver needs to get p2pdma_distance to check if P2P DMA transaction is possible or not.
To implement getting p2pdma_distance, QEMU needs to handle the command from guest with virtual pci notations of two PCI devices and send it to host kernel and return host physical distance back to guest.