Hi, On 26/06/2023 10:52, Federico Serafini wrote:
Change the function name 'access_guest_memory_by_ipa' to 'access_guest_memory_by_gpa' and change its formal parameter name from 'ipa' to 'gpa' because of the following: 1) 'gpa' is used more frequently and therefore is preferable; 2) changing parameter name makes the declaration consistent with the corresponding definition thus fixing a violation of MISRA C:2012 Rule 8.3.Signed-off-by: Federico Serafini <[email protected]>
Reviewed-by: Julien Grall <[email protected]> Cheers, -- Julien Grall
