On Mon, Jun 20, 2022 at 12:00:53PM +0200, Harald Freudenberger wrote:
External email: Use caution opening links or attachments
On 2022-06-17 01:52, Nicolin Chen wrote:
The ap_aqic() is called by vfio_ap_irq_enable() where it passes in a virt value that's casted from a physical address "h_nib". Inside the ap_aqic(), it does virt_to_phys() again.
Since ap_aqic() needs a physical address, let's just pass in a pa of ind directly. So change the "ind" to "pa_ind".
Signed-off-by: Nicolin Chen nicolinc@nvidia.com
Add my Reviewed-By: Harald Freudenberger freude@linux.ibm.com
Will do. Thanks!