Re: [PATCH v6 17/21] vfio-pci/zdev: add function handle to clp base capability

From: Christian Borntraeger
Date: Fri May 06 2022 - 12:03:13 EST




Am 26.04.22 um 22:08 schrieb Matthew Rosato:
The function handle is a system-wide unique identifier for a zPCI
device. With zPCI instruction interpretation, the host will no
longer be executing the zPCI instructions on behalf of the guest.
As a result, the guest needs to use the real function handle in
order for firmware to associate the instruction with the proper
PCI function. Let's provide that handle to the guest.

Reviewed-by: Pierre Morel <pmorel@xxxxxxxxxxxxx>
Signed-off-by: Matthew Rosato <mjrosato@xxxxxxxxxxxxx>
Reviewed-by: Christian Borntraeger <borntraeger@xxxxxxxxxx>