On 13.11.2025 04:16, Penny Zheng wrote: > Memory access and ALTP2M are two seperate features, and each could be > controlled via VM_EVENT or ALTP2M. In order to avoid implicit declaration > when ALTP2M=y and VM_EVENT=n on compiling hvm.o/altp2m.o, we move declaration > of the following functions from <asm/mem_access.h> to <asm/altp2m.h>: > - p2m_set_suppress_ve > - p2m_set_suppress_ve_multi > - p2m_get_suppress_ve > Potential error on altp2m.c also breaks Misra Rule 8.4. > > Signed-off-by: Penny Zheng <[email protected]>
Reviewed-by: Jan Beulich <[email protected]> This looks to be independent of all earlier changes, and hence could go in ahead of any of them? Jan
